mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
Small main menu fix
This commit is contained in:
parent
33a0752596
commit
61c213d188
@ -328,6 +328,11 @@ animations = [ {
|
|||||||
"name": "02",
|
"name": "02",
|
||||||
"speed": 5.0
|
"speed": 5.0
|
||||||
}, {
|
}, {
|
||||||
|
"frames": [ ExtResource( 169 ) ],
|
||||||
|
"loop": true,
|
||||||
|
"name": "04",
|
||||||
|
"speed": 5.0
|
||||||
|
}, {
|
||||||
"frames": [ ExtResource( 27 ) ],
|
"frames": [ ExtResource( 27 ) ],
|
||||||
"loop": true,
|
"loop": true,
|
||||||
"name": "01",
|
"name": "01",
|
||||||
@ -337,14 +342,12 @@ animations = [ {
|
|||||||
"loop": true,
|
"loop": true,
|
||||||
"name": "03",
|
"name": "03",
|
||||||
"speed": 5.0
|
"speed": 5.0
|
||||||
}, {
|
|
||||||
"frames": [ ExtResource( 169 ) ],
|
|
||||||
"loop": true,
|
|
||||||
"name": "04",
|
|
||||||
"speed": 5.0
|
|
||||||
} ]
|
} ]
|
||||||
|
|
||||||
[node name="player" type="KinematicBody2D" groups=["Net", "Player"]]
|
[node name="player" type="KinematicBody2D" groups=[
|
||||||
|
"Net",
|
||||||
|
"Player",
|
||||||
|
]]
|
||||||
script = ExtResource( 11 )
|
script = ExtResource( 11 )
|
||||||
|
|
||||||
[node name="trajectories" type="Node2D" parent="."]
|
[node name="trajectories" type="Node2D" parent="."]
|
||||||
|
|||||||
@ -54,6 +54,7 @@ margin_left = -150.0
|
|||||||
margin_top = -36.0
|
margin_top = -36.0
|
||||||
margin_right = 150.0
|
margin_right = 150.0
|
||||||
margin_bottom = 36.0
|
margin_bottom = 36.0
|
||||||
|
custom_fonts/font = ExtResource( 5 )
|
||||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||||
text = "playground"
|
text = "playground"
|
||||||
align = 1
|
align = 1
|
||||||
@ -79,8 +80,8 @@ margin_left = -98.8223
|
|||||||
margin_top = -36.0
|
margin_top = -36.0
|
||||||
margin_right = 134.178
|
margin_right = 134.178
|
||||||
margin_bottom = 36.0
|
margin_bottom = 36.0
|
||||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
||||||
custom_fonts/font = ExtResource( 5 )
|
custom_fonts/font = ExtResource( 5 )
|
||||||
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||||
text = "LAN Party"
|
text = "LAN Party"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
@ -111,8 +112,8 @@ margin_left = -150.0
|
|||||||
margin_top = -36.0
|
margin_top = -36.0
|
||||||
margin_right = 150.0
|
margin_right = 150.0
|
||||||
margin_bottom = 36.0
|
margin_bottom = 36.0
|
||||||
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
||||||
custom_fonts/font = ExtResource( 5 )
|
custom_fonts/font = ExtResource( 5 )
|
||||||
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||||||
text = "EXIT"
|
text = "EXIT"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user