develop #50

Merged
cromer merged 47 commits from develop into master 2022-09-02 00:37:34 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a8e364415c - Show all commits

View File

@ -15,7 +15,7 @@ namespace alai
GODOT_CLASS(CoinCounter, godot::Label)
private:
int coins;
uint8_t coins;
public:
/**