igra
This commit is contained in:
14
include/game/agame/hudtext.hpp
Normal file
14
include/game/agame/hudtext.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <object/ui/uitext.hpp>
|
||||
|
||||
namespace Game::AGame {
|
||||
class HUDText : public Object::UIText {
|
||||
using Object::UIText::UIText;
|
||||
|
||||
public:
|
||||
~HUDText() override = default;
|
||||
void start() override;
|
||||
void update(float deltaTime) override;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user