Mushroom!
This commit is contained in:
parent
cc68a0137b
commit
166966df54
BIN
images/mushroom_cloud001.webp
Normal file
BIN
images/mushroom_cloud001.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 165 KiB |
@ -1,10 +1,17 @@
|
|||||||
[gd_scene load_steps=7 format=3 uid="uid://4tym1auav4yv"]
|
[gd_scene load_steps=8 format=3 uid="uid://4tym1auav4yv"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://menu/start_game_menu.cs" id="1_0k2xm"]
|
[ext_resource type="Script" path="res://menu/start_game_menu.cs" id="1_0k2xm"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://b44vs2lwgnh37" path="res://images/mushroom_cloud001.webp" id="2_aky60"]
|
||||||
[ext_resource type="AudioStream" uid="uid://ckg5eypyrhidg" path="res://music/I Feel Grunge (Slow).wav" id="2_yw57x"]
|
[ext_resource type="AudioStream" uid="uid://ckg5eypyrhidg" path="res://music/I Feel Grunge (Slow).wav" id="2_yw57x"]
|
||||||
|
|
||||||
[sub_resource type="LabelSettings" id="LabelSettings_n38oc"]
|
[sub_resource type="LabelSettings" id="LabelSettings_n38oc"]
|
||||||
font_size = 290
|
font_size = 290
|
||||||
|
font_color = Color(0.815686, 0.819608, 1, 1)
|
||||||
|
outline_size = 24
|
||||||
|
outline_color = Color(0.533333, 0, 0.0352941, 1)
|
||||||
|
shadow_size = 19
|
||||||
|
shadow_color = Color(0, 0, 0, 0.662745)
|
||||||
|
shadow_offset = Vector2(20, 20)
|
||||||
|
|
||||||
[sub_resource type="InputEventKey" id="InputEventKey_x36ok"]
|
[sub_resource type="InputEventKey" id="InputEventKey_x36ok"]
|
||||||
pressed = true
|
pressed = true
|
||||||
@ -26,6 +33,11 @@ grow_horizontal = 2
|
|||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
script = ExtResource("1_0k2xm")
|
script = ExtResource("1_0k2xm")
|
||||||
|
|
||||||
|
[node name="MushroomCloud001" type="Sprite2D" parent="."]
|
||||||
|
modulate = Color(0.317647, 0.133333, 0.137255, 1)
|
||||||
|
position = Vector2(942, 482)
|
||||||
|
texture = ExtResource("2_aky60")
|
||||||
|
|
||||||
[node name="Lbl_Title" type="Label" parent="."]
|
[node name="Lbl_Title" type="Label" parent="."]
|
||||||
layout_mode = 0
|
layout_mode = 0
|
||||||
offset_left = 547.0
|
offset_left = 547.0
|
||||||
|
Loading…
Reference in New Issue
Block a user