changed coin type format to avoid negatives

This commit is contained in:
2022-09-01 23:21:30 -04:00
parent 2c5d3d9afe
commit a8e364415c

View File

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