Clicker now moves when you click him.
This commit is contained in:
parent
9a4b0adc1f
commit
a9e219ea96
4 changed files with 100 additions and 25 deletions
|
@ -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) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue