From af64995d782d0b3efa429fc27c6aa2013834ac48 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 4 Apr 2026 21:47:51 -0700 Subject: [PATCH] update kq4_063_attic to extend Scene --- scenes/kq4_063_attic/kq4_063_attic.gd | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/scenes/kq4_063_attic/kq4_063_attic.gd b/scenes/kq4_063_attic/kq4_063_attic.gd index 61b2e85..541a216 100644 --- a/scenes/kq4_063_attic/kq4_063_attic.gd +++ b/scenes/kq4_063_attic/kq4_063_attic.gd @@ -1,10 +1,4 @@ -extends Node2D -class_name Attic - -@onready var ego: Node2D = $"../ego" - -func _ready() -> void: - pass +extends Scene func _on_room_looked() -> void: - pass + pass