Improved dash skill

This commit is contained in:
2024-02-18 18:30:52 +01:00
parent 4c518e93c9
commit 3b2d8514a3
7 changed files with 53 additions and 11 deletions

@ -5,9 +5,10 @@ extends Node
func _enter_tree():
connect_main()
connect_ui()
pause(true)
func _ready():
pause(true)
var args := OS.get_cmdline_args()
var offline := args.has("--offline")