From 13519580c7ddf5d380b72f4418bac0b6f9c77179 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 5 Apr 2026 00:49:43 -0700 Subject: [PATCH] update kq4_084_cottage_front to extend Scene --- scenes/kq4_084_cottage_front/kq4_084_cottage_front.gd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scenes/kq4_084_cottage_front/kq4_084_cottage_front.gd b/scenes/kq4_084_cottage_front/kq4_084_cottage_front.gd index 94245ad..7f73c89 100644 --- a/scenes/kq4_084_cottage_front/kq4_084_cottage_front.gd +++ b/scenes/kq4_084_cottage_front/kq4_084_cottage_front.gd @@ -1,10 +1,4 @@ -extends Node2D -class_name CottageFront - -@onready var ego: Node2D = $"../ego" - -func _ready() -> void: - pass +extends Scene func _on_room_looked() -> void: pass