credits, musique, biere, champignon
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14,12 +14,24 @@ class ACarwatchHUD : public AHUD
|
||||
public:
|
||||
ACarwatchHUD();
|
||||
|
||||
/** Primary draw call for the HUD */
|
||||
virtual void DrawHUD() override;
|
||||
|
||||
private:
|
||||
/** Crosshair asset pointer */
|
||||
class UTexture2D* CrosshairTex;
|
||||
|
||||
float timeCredits = 0;
|
||||
float offsetCredits = 0;
|
||||
|
||||
|
||||
UFont* font0;
|
||||
UFont* font4;
|
||||
UFont* font9;
|
||||
|
||||
void Tick(float DeltaTime) override;
|
||||
|
||||
void Credits();
|
||||
void DrawTextCredits(int type, FText text, float offset);
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "yo")
|
||||
bool _credits = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user