add travel time

This commit is contained in:
Overside srl
2026-01-22 12:09:46 +01:00
parent e1a95d7417
commit d7f88649a7
25 changed files with 139 additions and 127 deletions

View File

@@ -11,6 +11,7 @@ script/source = "extends Node
@export var icon_inactive: Texture2D
var isPlaying = true
func play_track():
player.play()
isPlaying = true