Change music
This commit is contained in:
parent
f2655a075e
commit
667cde38a1
@ -147,7 +147,7 @@ extra_spacing_bottom = 5
|
|||||||
font_data = ExtResource( 14 )
|
font_data = ExtResource( 14 )
|
||||||
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
|
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
|
||||||
|
|
||||||
[node name="Main" type="WorldEnvironment"]
|
[node name="Main" type="WorldEnvironment" index="0"]
|
||||||
|
|
||||||
environment = ExtResource( 1 )
|
environment = ExtResource( 1 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
@ -514,10 +514,9 @@ autostart = false
|
|||||||
editor/display_folded = true
|
editor/display_folded = true
|
||||||
script = ExtResource( 8 )
|
script = ExtResource( 8 )
|
||||||
_sections_unfolded = [ "Pause" ]
|
_sections_unfolded = [ "Pause" ]
|
||||||
file = "res://midi/Korobeiniki.mid"
|
file = "res://midi/music-a-dance-remix-.mid"
|
||||||
volume_db = -24
|
volume_db = -24
|
||||||
loop = true
|
loop = true
|
||||||
loop_start = 1.81
|
|
||||||
soundfont = "res://midi/TimGM6mb.sf2"
|
soundfont = "res://midi/TimGM6mb.sf2"
|
||||||
|
|
||||||
[node name="LineCLearTimer" type="Timer" parent="MidiPlayer" index="1"]
|
[node name="LineCLearTimer" type="Timer" parent="MidiPlayer" index="1"]
|
||||||
|
@ -2,7 +2,7 @@ extends "midi/MidiPlayer.gd"
|
|||||||
|
|
||||||
const Tetromino = preload("res://Tetrominos/Tetromino.gd")
|
const Tetromino = preload("res://Tetrominos/Tetromino.gd")
|
||||||
|
|
||||||
const LINE_CLEAR_CHANNELS = [2]
|
const LINE_CLEAR_CHANNELS = [3]
|
||||||
|
|
||||||
var muted_events = []
|
var muted_events = []
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
BIN
source/midi/music-a-dance-remix-.mid
Normal file
BIN
source/midi/music-a-dance-remix-.mid
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user