FIUS / ICGE

Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
3 stars 2 forks source link

Inspector: collectCoin() -> boolean but move() -> void #62

Closed haslersn closed 6 years ago

haslersn commented 6 years ago

In the entity inspector, collectCoin() returns a boolean since it uses tryCollectCoin() internally (same for dropCoin(), but move() returns void using the actual move() method. This is of course inconsistent.

Proposal: