lets-godot-roguelike
lets-godot-roguelike copied to clipboard
2.5:Thing name
Thing.gd gets an export(String, MULTILINE) var name = "Thing"
Also func get_thing_name()
to return this name.
Have Map.step
print a string when you bump into a Thing "You bump into the %"
We don't need this until a future step, removing from step 2