feature/music #48

Merged
Martin merged 5 commits from feature/music into develop 2022-09-01 23:25:14 -04:00
Showing only changes of commit a8e364415c - Show all commits

View File

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