summaryrefslogtreecommitdiffstats
path: root/door.gd
diff options
context:
space:
mode:
Diffstat (limited to 'door.gd')
-rw-r--r--door.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/door.gd b/door.gd
index ed8e65b..d8c21f8 100644
--- a/door.gd
+++ b/door.gd
@@ -20,7 +20,7 @@ extends Area2D
func _ready():
update_configuration_warnings()
-func _on_body_entered(player: Player) -> void:
+func _on_body_entered(_player: Player) -> void:
top.room_transition(self, to_room_path(target_room), target_door)
func _get_configuration_warnings() -> PackedStringArray: