mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
gate icon and undiscoverable mode
This commit is contained in:
parent
fb6cf98f2b
commit
414ad4eeda
18 changed files with 108 additions and 52 deletions
|
@ -8,8 +8,8 @@ extends Control
|
|||
func _ready() -> void:
|
||||
visible = false
|
||||
if key.is_empty() or button == null: Debug.logerr("hint has empty vars")
|
||||
var first = DataSaver.get_value(section, key)
|
||||
if first == null or not first: show_hint()
|
||||
var is_shown = DataSaver.get_value(section, key, false)
|
||||
if not is_shown: show_hint()
|
||||
|
||||
|
||||
func _notification(what: int) -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue