Added Sprite Coloring and Value Animations
This commit is contained in:
parent
e0e5298c81
commit
0cc5c0badf
11 changed files with 175 additions and 11 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "framerate_counter.hpp"
|
||||
#include "scroll_view.hpp"
|
||||
#include "grid_container.hpp"
|
||||
#include "../../headers/animation.hpp"
|
||||
|
||||
namespace asloengine
|
||||
{
|
||||
|
|
@ -20,6 +21,7 @@ namespace asloengine
|
|||
|
||||
sf::Texture button_texture;
|
||||
sf::Font button_font;
|
||||
Animation *test_animation;
|
||||
|
||||
void on_load() override;
|
||||
void on_update(float delta_time) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue