update kq4_070_waterfall_cave to extend Scene

This commit is contained in:
2026-04-04 22:00:13 -07:00
parent 6c2d2bfb5d
commit 0350c51969

View File

@@ -1,10 +1,4 @@
extends Node2D
class_name WaterfallCave
@onready var ego: Node2D = $"../ego"
func _ready() -> void:
pass
extends Scene
func _on_room_looked() -> void:
pass