lets-godot-roguelike
lets-godot-roguelike copied to clipboard
2.3:Enter Things
All Things will share common properties and functions (mostly what we have in the player script ATM). We put these common things in a Thing.gd script res://game/things/thing.gd
.
This will have the functions for setting and getting map position, and a step function to step the Thing.