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