Preload all textures

This commit is contained in:
2024-05-12 12:48:21 +01:00
parent 286d70e19c
commit 057cb42efe
13 changed files with 73 additions and 49 deletions

View File

@@ -1,6 +1,7 @@
extends Node2D
func _ready() -> void:
$VBoxContainer/Version.text = "Version %s" % ProjectSettings.get_setting("application/config/version")
$VBoxContainer/HBoxContainer/LeftPanel/Relative.button_pressed = Global.relative_mouse
$VBoxContainer/HBoxContainer/LeftPanel/Absolute.button_pressed = !Global.relative_mouse
$VBoxContainer/HBoxContainer/RightPanel/Music.set_value_no_signal(Global.music_volume)