Change music

This commit is contained in:
adrienmalin 2019-01-26 18:53:22 +01:00
parent f2655a075e
commit 667cde38a1
5 changed files with 3 additions and 4 deletions

View File

@ -147,7 +147,7 @@ extra_spacing_bottom = 5
font_data = ExtResource( 14 )
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
[node name="Main" type="WorldEnvironment"]
[node name="Main" type="WorldEnvironment" index="0"]
environment = ExtResource( 1 )
script = ExtResource( 2 )
@ -514,10 +514,9 @@ autostart = false
editor/display_folded = true
script = ExtResource( 8 )
_sections_unfolded = [ "Pause" ]
file = "res://midi/Korobeiniki.mid"
file = "res://midi/music-a-dance-remix-.mid"
volume_db = -24
loop = true
loop_start = 1.81
soundfont = "res://midi/TimGM6mb.sf2"
[node name="LineCLearTimer" type="Timer" parent="MidiPlayer" index="1"]

View File

@ -2,7 +2,7 @@ extends "midi/MidiPlayer.gd"
const Tetromino = preload("res://Tetrominos/Tetromino.gd")
const LINE_CLEAR_CHANNELS = [2]
const LINE_CLEAR_CHANNELS = [3]
var muted_events = []

Binary file not shown.

Binary file not shown.

Binary file not shown.