Added Sprite Coloring and Value Animations

This commit is contained in:
Aslan2142 2019-09-06 11:45:24 +02:00
parent e0e5298c81
commit 0cc5c0badf
11 changed files with 175 additions and 11 deletions

View file

@ -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;