Added hopping between songs. Added settings menu, not finished.
This commit is contained in:
16
Settings.gd
16
Settings.gd
@@ -1,7 +1,9 @@
|
||||
extends Node
|
||||
|
||||
#var default_path: String = "http://192.168.86.100:8085"
|
||||
var default_path: String = "https://music.sanplex.tech"
|
||||
#var default_path: String = "https://music.sanplex.tech"
|
||||
var default_path: String = "https://tmusic.sanplex.tech"
|
||||
var selected_server = 0
|
||||
|
||||
var is_local: bool = false
|
||||
|
||||
@@ -11,6 +13,18 @@ var add_to_stats: bool = false
|
||||
var use_low_played_mode: bool = false
|
||||
var winning_score: int = 20
|
||||
|
||||
var version: String = "0.7.5-Beta"
|
||||
var whats_new: String = "0.7.5-Beta: Added settings menu, most things don't do anythig yet
|
||||
0.7-Beta: Can now hop between songs"
|
||||
var whats_left: String = "Fix reset buttons
|
||||
Fix settings
|
||||
Fix winner
|
||||
Fix graphics in lists
|
||||
Fix layout
|
||||
Fix for local play
|
||||
Change some buttons to icons
|
||||
Add shortcuts"
|
||||
|
||||
|
||||
#play = X
|
||||
#nästa = c
|
||||
|
||||
Reference in New Issue
Block a user