Merge branch 'main' of http://meowo.cc:3000/meowo/LD54
commit
d15f1c528f
|
@ -15,5 +15,5 @@ void fragment(){
|
|||
|
||||
[resource]
|
||||
shader = SubResource( 3 )
|
||||
shader_param/active = false
|
||||
shader_param/color = Color( 1, 1, 1, 1 )
|
||||
shader_param/active = true
|
||||
shader_param/color = Color( 1, 1, 1, 0 )
|
||||
|
|
|
@ -75,6 +75,7 @@ z_index = 1
|
|||
position = Vector2( 160, 90 )
|
||||
amount = 9
|
||||
lifetime = 3.0
|
||||
preprocess = 3.0
|
||||
emission_shape = 2
|
||||
emission_rect_extents = Vector2( 160, 60 )
|
||||
gravity = Vector2( 0, -5 )
|
||||
|
|
|
@ -16,15 +16,27 @@ centered = false
|
|||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 320, 180 )
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="View"]
|
||||
position = Vector2( 160, 90 )
|
||||
amount = 18
|
||||
lifetime = 3.0
|
||||
preprocess = 3.0
|
||||
emission_shape = 2
|
||||
emission_rect_extents = Vector2( 160, 60 )
|
||||
gravity = Vector2( 0, -5 )
|
||||
radial_accel = 4.0
|
||||
radial_accel_random = 1.0
|
||||
color = Color( 0.133333, 0.133333, 0.137255, 1 )
|
||||
|
||||
[node name="UI" type="Control" parent="."]
|
||||
margin_right = 160.0
|
||||
margin_bottom = 90.0
|
||||
|
||||
[node name="PlayButton" type="Button" parent="UI"]
|
||||
margin_left = 20.0
|
||||
margin_top = 20.0
|
||||
margin_top = 40.0
|
||||
margin_right = 140.0
|
||||
margin_bottom = 60.0
|
||||
margin_bottom = 80.0
|
||||
theme = ExtResource( 3 )
|
||||
text = "Play"
|
||||
flat = true
|
||||
|
@ -39,30 +51,11 @@ patch_margin_top = 2
|
|||
patch_margin_right = 2
|
||||
patch_margin_bottom = 2
|
||||
|
||||
[node name="SettingsButton" type="Button" parent="UI"]
|
||||
margin_left = 20.0
|
||||
margin_top = 70.0
|
||||
margin_right = 140.0
|
||||
margin_bottom = 110.0
|
||||
theme = ExtResource( 3 )
|
||||
text = "Settings"
|
||||
flat = true
|
||||
|
||||
[node name="Button_Outline" type="NinePatchRect" parent="UI/SettingsButton"]
|
||||
margin_right = 120.0
|
||||
margin_bottom = 40.0
|
||||
rect_clip_content = true
|
||||
texture = ExtResource( 4 )
|
||||
patch_margin_left = 2
|
||||
patch_margin_top = 2
|
||||
patch_margin_right = 2
|
||||
patch_margin_bottom = 2
|
||||
|
||||
[node name="ExitButton" type="Button" parent="UI"]
|
||||
margin_left = 20.0
|
||||
margin_top = 120.0
|
||||
margin_top = 100.0
|
||||
margin_right = 140.0
|
||||
margin_bottom = 160.0
|
||||
margin_bottom = 140.0
|
||||
theme = ExtResource( 3 )
|
||||
text = "Exit"
|
||||
flat = true
|
||||
|
@ -78,10 +71,10 @@ patch_margin_right = 2
|
|||
patch_margin_bottom = 2
|
||||
|
||||
[node name="Label" type="Label" parent="UI"]
|
||||
margin_left = 212.0
|
||||
margin_top = 111.0
|
||||
margin_right = 320.0
|
||||
margin_bottom = 180.0
|
||||
margin_left = 192.0
|
||||
margin_top = 56.0
|
||||
margin_right = 300.0
|
||||
margin_bottom = 125.0
|
||||
theme = ExtResource( 3 )
|
||||
text = "Manskage
|
||||
iLunaiLuna
|
||||
|
|
Loading…
Reference in New Issue