fixed entrance to waking world

This commit is contained in:
pennyrigate 2025-08-05 18:37:39 -04:00
parent a60ba90f6b
commit 70f053a78b
2 changed files with 10 additions and 18 deletions

View file

@ -16,9 +16,6 @@ func _ready():
$Body/Restart.disabled = true
$Body/Restart.focus_mode = Control.FOCUS_NONE
$"%GreyedRestart".visible = true
$Body.text = "RESUME\nRESTART\nOPTIONS\nQUIT GAME"
else:
$Body.text = "RESUME\nRESTART\nOPTIONS\nEXIT LEVEL"
#Random lore
if lore_entries != null and not lore_entries.empty():
current_lore = randi() % lore_entries.size()