changed coin type format to avoid negatives

This commit is contained in:
Martin Araneda 2022-09-01 23:21:30 -04:00
parent 2c5d3d9afe
commit a8e364415c
1 changed files with 1 additions and 1 deletions

View File

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