diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-19 21:33:12 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-20 23:08:30 +0200 |
| commit | 74494315303723b6cdac5198d9fc90f334ced778 (patch) | |
| tree | f044924bde75be5701200f3bc795b7ea02be8ac3 /esc_listener.gd | |
| parent | cb1655c3e3958845ec6b2b6ab634149cede152a8 (diff) | |
Improve transitions
Diffstat (limited to 'esc_listener.gd')
| -rw-r--r-- | esc_listener.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esc_listener.gd b/esc_listener.gd index cc25f4a..c0b276a 100644 --- a/esc_listener.gd +++ b/esc_listener.gd @@ -4,4 +4,4 @@ extends Node func _process(_delta: float) -> void: if Input.is_action_just_pressed("menu"): - top.transition_to_room("main_menu") + top.transition_to_room("res://room_main_menu.tscn", null) |
