Create a new scene res://global/things/Thing.tscn
Base is Node2D "Thing"
Child Sprite "Icon"
Migrate some of the code we have for the player over to this; everything except the _input() loop catching input. We'll migrate that code into another scene soon...
Create a new scene
res://global/things/Thing.tscn
Base is
Node2D
"Thing"Child
Sprite
"Icon"Migrate some of the code we have for the player over to this; everything except the _input() loop catching input. We'll migrate that code into another scene soon...