Clicker now moves when you click him.

This commit is contained in:
Zed A. Shaw 2025-05-11 16:08:55 -04:00
parent 9a4b0adc1f
commit a9e219ea96
4 changed files with 100 additions and 25 deletions

View file

@ -97,7 +97,7 @@ namespace guecs {
float y = 0.0f;
float w = 0.0f;
float h = 0.0f;
sf::Color color = THEME.BG_COLOR;
sf::Color color=THEME.BG_COLOR;
shared_ptr<sf::RectangleShape> shape = nullptr;
Background(lel::Parser& parser, sf::Color bg_color=THEME.BG_COLOR) :