From 37b41caf7af2df6c5433e3eef41690788d752025 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 4 Apr 2026 22:09:52 -0700 Subject: [PATCH] update kq4_079_mountain_path_to_dark_castle to extend Scene --- .../kq4_079_mountain_path_to_dark_castle.gd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scenes/kq4_079_mountain_path_to_dark_castle/kq4_079_mountain_path_to_dark_castle.gd b/scenes/kq4_079_mountain_path_to_dark_castle/kq4_079_mountain_path_to_dark_castle.gd index 5f8fc87..63ac7c5 100644 --- a/scenes/kq4_079_mountain_path_to_dark_castle/kq4_079_mountain_path_to_dark_castle.gd +++ b/scenes/kq4_079_mountain_path_to_dark_castle/kq4_079_mountain_path_to_dark_castle.gd @@ -1,10 +1,4 @@ -extends Node2D -class_name MountainPathToDarkCastle - -@onready var ego: Node2D = $"../ego" - -func _ready() -> void: - pass +extends Scene func _on_room_looked() -> void: pass