added verdant hills lore

This commit is contained in:
pennyrigate 2023-04-13 13:27:24 -04:00
parent 463014f22e
commit 4d59717b88
12 changed files with 216 additions and 23 deletions

View file

@ -1,11 +1,18 @@
extends CanvasLayer
var lore_entry: PackedScene = null
onready var options_screen = $OptionsScreen
onready var lore_container = $LoreContainer
# Called when the node enters the scene tree for the first time.
func _ready():
get_tree().paused = true
$Body/Resume.grab_focus()
#Random lore
if lore_entry != null:
var lore = lore_entry.instance()
lore_container.add_child(lore)
func _physics_process(delta):
#Resume with pause button