fixed entrance to waking world
This commit is contained in:
parent
a60ba90f6b
commit
70f053a78b
2 changed files with 10 additions and 18 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue