compress music

This commit is contained in:
ultrablob 2024-05-07 19:50:15 -04:00
parent c4bb8dc381
commit 8344c034e4
23 changed files with 103 additions and 46 deletions

View file

@ -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.