lets-godot-roguelike
lets-godot-roguelike copied to clipboard
Thing `always_visible` property
First we need a var discovered=false
property of Thing. All Things begin undiscovered, and become discovered the first time they enter a FOVmap.
Next, Things get an export(bool) var always_visible = false
. Things which are always_visible and discovered will be visible whether in or out of FOV.