compress music
This commit is contained in:
parent
c4bb8dc381
commit
8344c034e4
23 changed files with 103 additions and 46 deletions
2
main.gd
2
main.gd
|
@ -7,6 +7,8 @@ func _ready():
|
|||
var player = load(config.get_value("gameplay", "class", "res://player-row.tscn")).instantiate()
|
||||
player.position = Vector2(1920/2, 1080/2)
|
||||
add_child(player)
|
||||
|
||||
$Music.volume_db = linear_to_db(config.get_value("config", "music_volume", 1))
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue