15 Commits
v1.5 ... 1.6

Author SHA1 Message Date
ba8184af9d Update TETRIS3000.pck 2019-01-18 01:26:26 +01:00
9f31c97391 loop 2019-01-18 01:22:07 +01:00
e5778812bc remove mesure at reprise 2019-01-18 01:08:58 +01:00
d89c65333e reduce size by removing unnecessary instruments 2019-01-18 01:07:20 +01:00
52743e8ad2 Revert "reduce size by removing unnecessary instruments"
This reverts commit 52c1300d09.
2019-01-18 01:03:16 +01:00
52c1300d09 reduce size by removing unnecessary instruments 2019-01-18 00:59:27 +01:00
50b3e35859 remove piano to line clear sfx 2019-01-18 00:58:58 +01:00
e9f3d7dc14 remix 2019-01-18 00:58:33 +01:00
c64c4afd89 web works! 2019-01-17 18:32:25 +01:00
e714b7cbaf disable Etc2 compression 2019-01-17 16:00:32 +01:00
63728c90c6 disable S 3tc compression 2019-01-17 15:52:52 +01:00
9e9779b8a9 disable S3TC texture compression 2019-01-17 15:49:30 +01:00
25d865bcbb new build 2019-01-17 15:36:51 +01:00
73d3e59d93 rename midi 2019-01-17 15:32:12 +01:00
8c7a4bef17 add midi resource 2019-01-17 15:25:09 +01:00
8 changed files with 17 additions and 19 deletions

View File

@ -2,5 +2,5 @@
[Downloads](https://github.com/adrienmalin/TETRIS3000/releases) [Downloads](https://github.com/adrienmalin/TETRIS3000/releases)
[Play in browser (experimental)](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html) [Play in browser](https://adrienmalin.github.io/TETRIS3000/web/TETRIS3000.html)

View File

@ -229,7 +229,7 @@ extra_spacing_bottom = 5
font_data = ExtResource( 12 ) font_data = ExtResource( 12 )
_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 = SubResource( 2 ) environment = SubResource( 2 )
script = ExtResource( 1 ) script = ExtResource( 1 )
@ -327,7 +327,7 @@ lod_max_hysteresis = 0.0
mesh = SubResource( 4 ) mesh = SubResource( 4 )
skeleton = NodePath("..") skeleton = NodePath("..")
material/0 = null material/0 = null
_sections_unfolded = [ "Transform" ] _sections_unfolded = [ "Transform", "material" ]
[node name="GridMap" type="GridMap" parent="Matrix" index="0"] [node name="GridMap" type="GridMap" parent="Matrix" index="0"]
@ -435,10 +435,10 @@ autostart = false
editor/display_folded = true editor/display_folded = true
script = ExtResource( 6 ) script = ExtResource( 6 )
file = "res://midi/Tetris - Song A.mid" _sections_unfolded = [ "Pause" ]
file = "res://midi/Korobeiniki.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"]
@ -509,10 +509,10 @@ anchor_left = 0.0
anchor_top = 1.0 anchor_top = 1.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 1.0 anchor_bottom = 1.0
margin_left = 20.0 margin_left = 95.0
margin_top = -260.0 margin_top = -250.0
margin_right = 130.0 margin_right = 205.0
margin_bottom = -50.0 margin_bottom = -40.0
[node name="controls_ui" parent="." index="13" instance=ExtResource( 10 )] [node name="controls_ui" parent="." index="13" instance=ExtResource( 10 )]
@ -527,10 +527,10 @@ anchor_left = 1.0
anchor_top = 1.0 anchor_top = 1.0
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
margin_left = -335.0 margin_left = -215.0
margin_top = -55.0 margin_top = -100.0
margin_right = -165.0 margin_right = -90.0
margin_bottom = -15.0 margin_bottom = -60.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -544,15 +544,13 @@ toggle_mode = false
enabled_focus_mode = 2 enabled_focus_mode = 2
shortcut = null shortcut = null
group = null group = null
text = "REPLAY" text = "play again"
flat = false flat = false
align = 1 align = 1
_sections_unfolded = [ "Margin", "custom_colors", "custom_fonts" ] _sections_unfolded = [ "Margin", "custom_colors", "custom_fonts" ]
[connection signal="timeout" from="DropTimer" to="." method="_on_DropTimer_timeout"] [connection signal="timeout" from="DropTimer" to="." method="_on_DropTimer_timeout"]
[connection signal="timeout" from="LockDelay" to="." method="_on_LockDelay_timeout"]
[connection signal="timeout" from="AutoShiftDelay" to="." method="_on_AutoShiftDelay_timeout"] [connection signal="timeout" from="AutoShiftDelay" to="." method="_on_AutoShiftDelay_timeout"]
[connection signal="timeout" from="AutoShiftTimer" to="." method="_on_AutoShiftTimer_timeout"] [connection signal="timeout" from="AutoShiftTimer" to="." method="_on_AutoShiftTimer_timeout"]

View File

@ -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, 6] const LINE_CLEAR_CHANNELS = [2]
var muted_events = [] var muted_events = []

BIN
source/midi/Korobeiniki.mid Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -17,8 +17,8 @@ config/icon="res://icons/48.png"
[display] [display]
window/size/width=500 window/size/width=640
window/size/height=500 window/size/height=480
window/vsync/use_vsync=false window/vsync/use_vsync=false
window/stretch/aspect="expand" window/stretch/aspect="expand"

Binary file not shown.