Fixed sounds effects with points. Fixed buttons statistics and about
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user