Fixed sounds effects with points. Fixed buttons statistics and about

This commit is contained in:
2023-09-08 22:14:54 +02:00
parent 050d19039c
commit c9ea40215d
4 changed files with 103 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
extends Node
var default_path: String = "http://192.168.86.100:8085"
#var default_path: String = "https://music.sanplex.tech"
#var default_path: String = "http://192.168.86.100:8085"
var default_path: String = "https://music.sanplex.tech"
var is_local: bool = false
@@ -12,6 +12,11 @@ var use_low_played_mode: bool = false
var winning_score: int = 20
#play = X
#nästa = c
#visa svar = v
#lägga till poäng? 1, 2, 3, 4, 5, 6
# Called when the node enters the scene tree for the first time.
func _ready():