update kq4_079_mountain_path_to_dark_castle to extend Scene

This commit is contained in:
2026-04-04 22:09:52 -07:00
parent 191ae85723
commit 37b41caf7a

View File

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