diff --git a/README.md b/README.md index 144e9cf..9de4c80 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ [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) diff --git a/source/Main.tscn b/source/Main.tscn index be91cba..66a3ea7 100644 --- a/source/Main.tscn +++ b/source/Main.tscn @@ -327,7 +327,7 @@ lod_max_hysteresis = 0.0 mesh = SubResource( 4 ) skeleton = NodePath("..") material/0 = null -_sections_unfolded = [ "Transform" ] +_sections_unfolded = [ "Transform", "material" ] [node name="GridMap" type="GridMap" parent="Matrix" index="0"] @@ -510,10 +510,10 @@ anchor_left = 0.0 anchor_top = 1.0 anchor_right = 0.0 anchor_bottom = 1.0 -margin_left = 20.0 -margin_top = -260.0 -margin_right = 130.0 -margin_bottom = -50.0 +margin_left = 95.0 +margin_top = -250.0 +margin_right = 205.0 +margin_bottom = -40.0 [node name="controls_ui" parent="." index="13" instance=ExtResource( 10 )] @@ -528,10 +528,10 @@ anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -margin_left = -335.0 -margin_top = -55.0 -margin_right = -165.0 -margin_bottom = -15.0 +margin_left = -215.0 +margin_top = -100.0 +margin_right = -90.0 +margin_bottom = -60.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false focus_mode = 2 @@ -545,7 +545,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -text = "REPLAY" +text = "play again" flat = false align = 1 _sections_unfolded = [ "Margin", "custom_colors", "custom_fonts" ] diff --git a/source/project.godot b/source/project.godot index f001d4a..f8bb11d 100644 --- a/source/project.godot +++ b/source/project.godot @@ -17,8 +17,8 @@ config/icon="res://icons/48.png" [display] -window/size/width=500 -window/size/height=500 +window/size/width=640 +window/size/height=480 window/vsync/use_vsync=false window/stretch/aspect="expand" diff --git a/web/TETRIS3000.pck b/web/TETRIS3000.pck index 8acf920..918f16a 100644 Binary files a/web/TETRIS3000.pck and b/web/TETRIS3000.pck differ