web works!

This commit is contained in:
adrienmalin 2019-01-17 18:32:25 +01:00
parent e714b7cbaf
commit c64c4afd89
4 changed files with 13 additions and 13 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

@ -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"]
@ -510,10 +510,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 )]
@ -528,10 +528,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
@ -545,7 +545,7 @@ 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" ]

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.