lets-godot-roguelike icon indicating copy to clipboard operation
lets-godot-roguelike copied to clipboard

2.7:Create new sub-Things

Open YeOldeDM opened this issue 7 years ago • 0 comments

New scene. res://game/things/Prop.tscn
Give it a script and an Icon (like Player).
Have its script extend Things.gd
In _ready() have it add to group "things"
( have Player add to group "player" )

YeOldeDM avatar May 19 '17 07:05 YeOldeDM