Poobslag / turbofat

Block-dropping puzzle game
MIT License
50 stars 17 forks source link

Creature cleanup: version type, fatness_changed #2544

Closed Poobslag closed 3 months ago

Poobslag commented 3 months ago

Fixed type error when json does not include a "version" string. Null cannot be cast to a string.

Fixed broken 'Creature.fatness_changed' signal.