Map screen version
This commit is contained in:
@@ -254,6 +254,7 @@ func _build_rebind_rows() -> void:
|
||||
|
||||
func _on_play_pressed() -> void:
|
||||
_set_buttons_disabled(true)
|
||||
Run.start_new_run() # fresh map for this run; the arena is the intro fight
|
||||
var tween := create_tween()
|
||||
tween.tween_property(fade_rect, "color:a", 1.0, FADE_TIME)
|
||||
tween.tween_callback(func() -> void:
|
||||
|
||||
Reference in New Issue
Block a user