Makes lots of new screens

This commit is contained in:
2024-07-01 08:24:25 -07:00
parent 559f479db4
commit 8b5841e861
40 changed files with 944 additions and 222 deletions

View File

@@ -0,0 +1,11 @@
extends Scene
# Called when the node enters the scene tree for the first time.
func _ready():
super()
pass # Replace with function body.
func _on_cave_top_interacted():
$cave_top.default_script(self)