changed coin type format to avoid negatives
This commit is contained in:
parent
2c5d3d9afe
commit
a8e364415c
@ -15,7 +15,7 @@ namespace alai
|
||||
GODOT_CLASS(CoinCounter, godot::Label)
|
||||
|
||||
private:
|
||||
int coins;
|
||||
uint8_t coins;
|
||||
|
||||
public:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user