diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-21 09:53:06 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-21 09:53:06 +0200 |
| commit | fc6cd0cdd704711a216026e2a967212ee7e6e744 (patch) | |
| tree | 7e616e102da78d7d2decbf11d2ad3347a7e83ae4 /door.gd | |
| parent | 691d9967bd9fac6c3b0e272d3c91f60ba077104a (diff) | |
Build
Diffstat (limited to 'door.gd')
| -rw-r--r-- | door.gd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
