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

Thing `always_visible` property

Open YeOldeDM opened this issue 7 years ago • 0 comments

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.

YeOldeDM avatar May 30 '17 08:05 YeOldeDM