final commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
[gd_scene format=3 uid="uid://22g17a7hdwdi"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ca8an62xpl0e4" path="res://assets/scripts/disposableParticles.gd" id="1_452fg"]
|
||||
[ext_resource type="Script" uid="uid://dt85erj8ktqmq" path="res://assets/scripts/kaboom.gd" id="2_75x3p"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_x06pf"]
|
||||
_data = [Vector2(0.39071038, 1), 0.0, 0.0, 0, 0, Vector2(0.4043716, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.012084603), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_x06pf"]
|
||||
offsets = PackedFloat32Array(0.016025642, 0.42628205, 0.75641024, 1)
|
||||
colors = PackedColorArray(1, 0.48800004, 0.04000002, 1, 0.9756667, 1, 0.26999998, 1, 0.63, 0.14490001, 0.14490001, 1, 0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_8sg6u"]
|
||||
radius = 213.00938
|
||||
|
||||
[node name="Explosion" type="CPUParticles2D" unique_id=839131906]
|
||||
z_index = -1
|
||||
amount = 50
|
||||
lifetime = 10.0
|
||||
explosiveness = 1.0
|
||||
spread = 180.0
|
||||
gravity = Vector2(0, 0)
|
||||
initial_velocity_min = 300.0
|
||||
initial_velocity_max = 500.0
|
||||
linear_accel_min = -500.0
|
||||
linear_accel_max = -500.0
|
||||
scale_amount_min = 24.0
|
||||
scale_amount_max = 48.0
|
||||
scale_amount_curve = SubResource("Curve_x06pf")
|
||||
color_ramp = SubResource("Gradient_x06pf")
|
||||
script = ExtResource("1_452fg")
|
||||
|
||||
[node name="kaboom" type="Area2D" parent="." unique_id=1425329322]
|
||||
collision_layer = 2
|
||||
collision_mask = 2
|
||||
script = ExtResource("2_75x3p")
|
||||
metadata/kaboom = true
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="kaboom" unique_id=624235433]
|
||||
shape = SubResource("CircleShape2D_8sg6u")
|
||||
+417
-23
@@ -1,8 +1,26 @@
|
||||
[gd_scene format=3 uid="uid://ff2uc6ruj6q8"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d1f75fetro2se" path="res://assets/images/mainmenubg.png" id="1_8at84"]
|
||||
[ext_resource type="Script" uid="uid://jgx43t3crrqe" path="res://assets/scripts/main_menu.gd" id="1_n76nl"]
|
||||
[ext_resource type="FontFile" uid="uid://ha2vel05pr1v" path="res://assets/fonts/AnonymousPro-Bold.ttf" id="2_2cgkr"]
|
||||
[ext_resource type="Texture2D" uid="uid://bm47o35ooevh" path="res://assets/images/tilebg.png" id="2_n76nl"]
|
||||
[ext_resource type="AudioStream" uid="uid://cnx8twenag0nx" path="res://assets/sounds/click.wav" id="4_cmwfe"]
|
||||
[ext_resource type="AudioStream" uid="uid://c3gxbppnkybp6" path="res://assets/sounds/select.wav" id="5_0cygf"]
|
||||
[ext_resource type="Shader" uid="uid://b5ke0njvd8rj7" path="res://assets/shaders/blur.gdshader" id="6_0cygf"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnlw2xffd05ty" path="res://assets/images/heythatsme.png" id="7_fk7uv"]
|
||||
[ext_resource type="Texture2D" uid="uid://d2on83l113tdy" path="res://assets/images/themilojko.png" id="8_gmlb3"]
|
||||
[ext_resource type="Texture2D" uid="uid://0bjiw8ginkre" path="res://assets/images/brief/brief1.png" id="9_f1sm1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cs35h4es4e6p" path="res://assets/images/gun1.png" id="10_gcs4w"]
|
||||
[ext_resource type="Texture2D" uid="uid://berrjgsj72xx3" path="res://assets/images/brief/brief2.png" id="11_t87kn"]
|
||||
[ext_resource type="Texture2D" uid="uid://css7hk4mnxkv7" path="res://assets/images/brief/brief3.png" id="12_dbk30"]
|
||||
[ext_resource type="Texture2D" uid="uid://cvt5ykdeo4ado" path="res://assets/images/brief/brief4.png" id="13_wavvg"]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_ulh05"]
|
||||
light_mode = 1
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_cmwfe"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 64
|
||||
font_color = Color(1, 0.23000002, 0.23000002, 0.1254902)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_n76nl"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
@@ -17,6 +35,33 @@ font_color = Color(1, 0.23137255, 0.23137255, 1)
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 32
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_8sg6u"]
|
||||
shader = ExtResource("6_0cygf")
|
||||
shader_parameter/lod = 3.0000001425
|
||||
shader_parameter/color_tint = Color(0, 0, 0, 0.5019608)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_8sg6u"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 56
|
||||
font_color = Color(1, 0.24705882, 0.24705882, 1)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_0cygf"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 28
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_f1sm1"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 20
|
||||
font_color = Color(1, 1, 1, 0.5019608)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_gmlb3"]
|
||||
font = ExtResource("2_2cgkr")
|
||||
font_size = 30
|
||||
font_color = Color(0.9471801, 0.57589805, 1.540184e-06, 1)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_gcs4w"]
|
||||
font_size = 14
|
||||
|
||||
[node name="MainMenu" type="Control" unique_id=580589415]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
@@ -38,17 +83,55 @@ offset_bottom = 57.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
pivot_offset_ratio = Vector2(0.5, 0.5)
|
||||
texture = ExtResource("1_8at84")
|
||||
texture = ExtResource("2_n76nl")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." unique_id=1289750966]
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -24.0
|
||||
offset_top = -24.0
|
||||
offset_right = 24.0
|
||||
offset_bottom = 24.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(1, 0, 0, 1)
|
||||
|
||||
[node name="sprite" type="Sprite2D" parent="ColorRect" unique_id=1118350154]
|
||||
material = SubResource("CanvasItemMaterial_ulh05")
|
||||
position = Vector2(24, 24)
|
||||
scale = Vector2(2, 2)
|
||||
texture = ExtResource("10_gcs4w")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(64, 80, 32, 16)
|
||||
|
||||
[node name="title3" type="Label" parent="." unique_id=495025501]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -300.0
|
||||
offset_top = 136.0
|
||||
offset_right = 294.0
|
||||
offset_bottom = 201.0
|
||||
grow_horizontal = 2
|
||||
text = "countdown mayhem_"
|
||||
label_settings = SubResource("LabelSettings_cmwfe")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="title2" type="Label" parent="." unique_id=613048176]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = 277.5
|
||||
offset_top = 118.0
|
||||
offset_right = 312.5
|
||||
offset_bottom = 183.0
|
||||
offset_left = 258.5
|
||||
offset_top = 136.0
|
||||
offset_right = 293.5
|
||||
offset_bottom = 201.0
|
||||
grow_horizontal = 2
|
||||
text = "_"
|
||||
label_settings = SubResource("LabelSettings_n76nl")
|
||||
@@ -59,15 +142,55 @@ layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -282.5
|
||||
offset_top = 120.0
|
||||
offset_right = 276.5
|
||||
offset_bottom = 185.0
|
||||
offset_left = -300.5
|
||||
offset_top = 136.0
|
||||
offset_right = 258.5
|
||||
offset_bottom = 201.0
|
||||
grow_horizontal = 2
|
||||
text = "countdown mayhem"
|
||||
label_settings = SubResource("LabelSettings_xyegg")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="playButton" type="Label" parent="." unique_id=2094623257]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -99.0
|
||||
offset_top = -97.0
|
||||
offset_right = -29.0
|
||||
offset_bottom = -64.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
pivot_offset_ratio = Vector2(0.5, 0.5)
|
||||
mouse_filter = 0
|
||||
text = "play"
|
||||
label_settings = SubResource("LabelSettings_4agkw")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="aboutButton" type="Label" parent="." unique_id=317431764]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 20.5
|
||||
offset_top = -97.0
|
||||
offset_right = 107.5
|
||||
offset_bottom = -64.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
pivot_offset_ratio = Vector2(0.5, 0.5)
|
||||
mouse_filter = 0
|
||||
text = "about"
|
||||
label_settings = SubResource("LabelSettings_4agkw")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1343435685]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
@@ -83,18 +206,289 @@ grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
theme_override_constants/separation = 100
|
||||
|
||||
[node name="playButton" type="Label" parent="HBoxContainer" unique_id=2094623257]
|
||||
layout_mode = 2
|
||||
text = "play"
|
||||
label_settings = SubResource("LabelSettings_4agkw")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
[node name="clilcksfx" type="AudioStreamPlayer2D" parent="." unique_id=1008041222]
|
||||
stream = ExtResource("4_cmwfe")
|
||||
|
||||
[node name="aboutButton" type="Label" parent="HBoxContainer" unique_id=317431764]
|
||||
layout_mode = 2
|
||||
text = "about"
|
||||
label_settings = SubResource("LabelSettings_4agkw")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
[node name="selectsfx" type="AudioStreamPlayer2D" parent="." unique_id=139827277]
|
||||
stream = ExtResource("5_0cygf")
|
||||
|
||||
[connection signal="mouse_entered" from="HBoxContainer/playButton" to="." method="_on_play_button_mouse_entered"]
|
||||
[node name="shader" type="ColorRect" parent="." unique_id=1249808979]
|
||||
material = SubResource("ShaderMaterial_8sg6u")
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="aboutPage" type="Control" parent="." unique_id=545745061]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="aboutPage" unique_id=879411857]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -153.0
|
||||
offset_top = 141.0
|
||||
offset_right = 153.0
|
||||
offset_bottom = 198.0
|
||||
grow_horizontal = 2
|
||||
text = "about page"
|
||||
label_settings = SubResource("LabelSettings_8sg6u")
|
||||
|
||||
[node name="Label2" type="Label" parent="aboutPage" unique_id=59567339]
|
||||
custom_minimum_size = Vector2(866, 253)
|
||||
custom_maximum_size = Vector2(866, 253)
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -433.0
|
||||
offset_top = 237.0
|
||||
offset_right = 433.0
|
||||
offset_bottom = 490.0
|
||||
grow_horizontal = 2
|
||||
text = "thanks for playing!
|
||||
|
||||
it has been a pleasure making this game and i hope i made something at least somewhat fun :)
|
||||
|
||||
no assets or code has been directly made by any LLM/AI model."
|
||||
label_settings = SubResource("LabelSettings_0cygf")
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 3
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="aboutPage" unique_id=325492280]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -191.5
|
||||
offset_top = 528.0
|
||||
offset_right = -63.5
|
||||
offset_bottom = 656.0
|
||||
grow_horizontal = 2
|
||||
texture = ExtResource("7_fk7uv")
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="aboutPage" unique_id=1405964109]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_top = 528.0
|
||||
offset_right = 256.0
|
||||
offset_bottom = 784.0
|
||||
grow_horizontal = 2
|
||||
scale = Vector2(0.5, 0.5)
|
||||
pivot_offset_ratio = Vector2(0.5, 0)
|
||||
texture = ExtResource("8_gmlb3")
|
||||
|
||||
[node name="Label5" type="Label" parent="aboutPage" unique_id=1012251158]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -137.0
|
||||
offset_top = -37.0
|
||||
offset_right = 137.0
|
||||
offset_bottom = -16.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
text = "click anywhere to go back"
|
||||
label_settings = SubResource("LabelSettings_f1sm1")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label3" type="Label" parent="aboutPage" unique_id=855079292]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -213.0
|
||||
offset_top = 668.0
|
||||
offset_right = -49.0
|
||||
offset_bottom = 699.0
|
||||
grow_horizontal = 2
|
||||
text = "vekidev
|
||||
(developer)"
|
||||
label_settings = SubResource("LabelSettings_gmlb3")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Label4" type="Label" parent="aboutPage" unique_id=1694835121]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = 39.0
|
||||
offset_top = 668.0
|
||||
offset_right = 219.0
|
||||
offset_bottom = 733.0
|
||||
grow_horizontal = 2
|
||||
text = "AleksSR
|
||||
(playtester)"
|
||||
label_settings = SubResource("LabelSettings_gmlb3")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="briefPage" type="Control" parent="." unique_id=2114111699]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="briefPage" unique_id=897035668]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -153.0
|
||||
offset_top = 37.0
|
||||
offset_right = 153.0
|
||||
offset_bottom = 94.0
|
||||
grow_horizontal = 2
|
||||
text = "brief info"
|
||||
label_settings = SubResource("LabelSettings_8sg6u")
|
||||
|
||||
[node name="cover1" type="TextureRect" parent="briefPage" unique_id=2144631177]
|
||||
layout_mode = 0
|
||||
offset_left = 64.00004
|
||||
offset_top = 136.0
|
||||
offset_right = 564.00006
|
||||
offset_bottom = 436.0
|
||||
scale = Vector2(0.8, 0.8)
|
||||
texture = ExtResource("9_f1sm1")
|
||||
|
||||
[node name="text1" type="Label" parent="briefPage" unique_id=985115148]
|
||||
custom_minimum_size = Vector2(400, 24)
|
||||
custom_maximum_size = Vector2(400, 56)
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -536.0
|
||||
offset_top = -12.0
|
||||
offset_right = -136.0
|
||||
offset_bottom = 12.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "enemies speed up time when they hit you. when you kill an enemy, your health countdown gets rollbacked."
|
||||
label_settings = SubResource("LabelSettings_gcs4w")
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 3
|
||||
|
||||
[node name="Label5" type="Label" parent="briefPage" unique_id=335043325]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -137.0
|
||||
offset_top = -37.0
|
||||
offset_right = 137.0
|
||||
offset_bottom = -16.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
text = "click anywhere to continue"
|
||||
label_settings = SubResource("LabelSettings_f1sm1")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="cover2" type="TextureRect" parent="briefPage" unique_id=2035607867]
|
||||
layout_mode = 0
|
||||
offset_left = 728.00006
|
||||
offset_top = 136.0
|
||||
offset_right = 1228.0
|
||||
offset_bottom = 436.0
|
||||
scale = Vector2(0.8, 0.8)
|
||||
texture = ExtResource("11_t87kn")
|
||||
|
||||
[node name="text2" type="Label" parent="briefPage" unique_id=2022091928]
|
||||
custom_minimum_size = Vector2(400, 24)
|
||||
custom_maximum_size = Vector2(400, 76)
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 128.0
|
||||
offset_top = -21.5
|
||||
offset_right = 528.0
|
||||
offset_bottom = 53.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "every wave you get a new upgrade. every upgrade explodes after its countdown ends. (golden upgrades are permanent)"
|
||||
label_settings = SubResource("LabelSettings_gcs4w")
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 3
|
||||
|
||||
[node name="cover3" type="TextureRect" parent="briefPage" unique_id=1727248208]
|
||||
layout_mode = 0
|
||||
offset_left = 64.00012
|
||||
offset_top = 448.0
|
||||
offset_right = 564.0001
|
||||
offset_bottom = 748.0
|
||||
scale = Vector2(0.8, 0.8)
|
||||
texture = ExtResource("12_dbk30")
|
||||
|
||||
[node name="text3" type="Label" parent="briefPage" unique_id=46298891]
|
||||
custom_minimum_size = Vector2(400, 24)
|
||||
custom_maximum_size = Vector2(400, 56)
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -536.0
|
||||
offset_top = 287.5
|
||||
offset_right = -136.0
|
||||
offset_bottom = 336.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "move with WSAD, shoot with LEFT MOUSE CLICK, dash with SPACE"
|
||||
label_settings = SubResource("LabelSettings_gcs4w")
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 3
|
||||
|
||||
[node name="cover4" type="TextureRect" parent="briefPage" unique_id=1333388801]
|
||||
layout_mode = 0
|
||||
offset_left = 728.00006
|
||||
offset_top = 448.00003
|
||||
offset_right = 1228.0
|
||||
offset_bottom = 748.0
|
||||
scale = Vector2(0.8, 0.8)
|
||||
texture = ExtResource("13_wavvg")
|
||||
|
||||
[node name="text4" type="Label" parent="briefPage" unique_id=960783645]
|
||||
custom_minimum_size = Vector2(400, 24)
|
||||
custom_maximum_size = Vector2(400, 56)
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 128.0
|
||||
offset_top = 287.5
|
||||
offset_right = 528.0
|
||||
offset_bottom = 336.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "enemies get exponentially harder every round. your main objective is to go as far as you can."
|
||||
label_settings = SubResource("LabelSettings_gcs4w")
|
||||
horizontal_alignment = 1
|
||||
autowrap_mode = 3
|
||||
|
||||
[connection signal="mouse_entered" from="playButton" to="." method="_on_play_button_mouse_entered"]
|
||||
|
||||
@@ -115,7 +115,7 @@ material = SubResource("CanvasItemMaterial_14505")
|
||||
scale = Vector2(2, 2)
|
||||
texture = ExtResource("2_s027a")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 112, 16, 16)
|
||||
region_rect = Rect2(64, 80, 32, 16)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=993544515]
|
||||
libraries/ = SubResource("AnimationLibrary_4wcc8")
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
[ext_resource type="Script" uid="uid://dnxmn06yejksk" path="res://assets/scripts/player_bullet.gd" id="2_qweep"]
|
||||
|
||||
[node name="EnemyBullet" unique_id=822797430 instance=ExtResource("1_3t5k8")]
|
||||
z_index = 1
|
||||
script = ExtResource("2_qweep")
|
||||
metadata/dontKillUrselfPlease = true
|
||||
|
||||
[node name="MeshInstance2D" parent="." index="0" unique_id=903508644]
|
||||
modulate = Color(1, 0, 0, 1)
|
||||
|
||||
@@ -0,0 +1,230 @@
|
||||
[gd_scene format=3 uid="uid://b8gstr4nrohwu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b4mt2p1i8cdix" path="res://assets/scripts/walkingbomb.gd" id="1_us3df"]
|
||||
[ext_resource type="Script" uid="uid://ca8an62xpl0e4" path="res://assets/scripts/disposableParticles.gd" id="2_2knv6"]
|
||||
[ext_resource type="AudioStream" uid="uid://5b7eonllfufp" path="res://assets/sounds/hitHurt.wav" id="3_gecmd"]
|
||||
[ext_resource type="AudioStream" uid="uid://cb4tk7lhsuwoj" path="res://assets/sounds/kaboom.wav" id="4_us3df"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_xyegg"]
|
||||
size = Vector2(30, 30)
|
||||
|
||||
[sub_resource type="Animation" id="Animation_kvq5h"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Polygon2D:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector2(1, 1)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Polygon2D:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [1.5707964]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("Polygon2D:color")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Color(0.16083348, 0.050000012, 1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ag6wx"]
|
||||
resource_name = "flash"
|
||||
length = 0.5
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = false
|
||||
tracks/0/path = NodePath("Polygon2D:color")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0.06666667, 0.16666667, 0.3),
|
||||
"transitions": PackedFloat32Array(3.605001, 3.732124, 1),
|
||||
"update": 0,
|
||||
"values": [Color(0.6166668, 0, 1, 1), Color(1, 1, 1, 1), Color(0, 0, 0, 1)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Polygon2D:scale")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 0.13333334, 0.5),
|
||||
"transitions": PackedFloat32Array(4.1410594, 0.34151012, 1),
|
||||
"update": 0,
|
||||
"values": [Vector2(1, 1), Vector2(0.3, 0.3), Vector2(1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_kbpvo"]
|
||||
resource_name = "shoot"
|
||||
length = 0.4
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Polygon2D:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.1, 0.4),
|
||||
"transitions": PackedFloat32Array(0.13869622, 2, 0.73204285),
|
||||
"update": 0,
|
||||
"values": [Vector2(1, 1), Vector2(1.2, 0.5), Vector2(1, 1)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_fg8cn"]
|
||||
resource_name = "spawn"
|
||||
length = 0.8
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Polygon2D:scale")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.33333334, 0.8),
|
||||
"transitions": PackedFloat32Array(0.36602157, 1.0352651, 3.1383355),
|
||||
"update": 0,
|
||||
"values": [Vector2(0, 0), Vector2(1.25, 1.25), Vector2(1, 1)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Polygon2D:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 0.6),
|
||||
"transitions": PackedFloat32Array(1.8025008, 1),
|
||||
"update": 0,
|
||||
"values": [0.0, 1.5707963267948966]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_55kjn"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_kvq5h"),
|
||||
&"flash": SubResource("Animation_ag6wx"),
|
||||
&"shoot": SubResource("Animation_kbpvo"),
|
||||
&"spawn": SubResource("Animation_fg8cn")
|
||||
}
|
||||
|
||||
[sub_resource type="Curve" id="Curve_xyegg"]
|
||||
_data = [Vector2(0.66548043, 0.9809523), 0.0, 0.0, 0, 0, Vector2(1, 0.009523869), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_pymst"]
|
||||
offsets = PackedFloat32Array(0, 0.69411767, 0.69803923, 0.8745098, 1)
|
||||
colors = PackedColorArray(1, 1, 1, 1, 0.48555556, 0.48555556, 0.48555556, 1, 0.46, 0.46, 0.46, 1, 0.51, 0.51, 0.51, 1, 1, 1, 1, 0)
|
||||
|
||||
[sub_resource type="Curve" id="Curve_8sg6u"]
|
||||
_data = [Vector2(0.24590164, 0.9788519), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[node name="Enemy" type="CharacterBody2D" unique_id=1421049985]
|
||||
collision_layer = 16
|
||||
collision_mask = 16
|
||||
script = ExtResource("1_us3df")
|
||||
metadata/enemy = 1
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1723115153]
|
||||
visible = false
|
||||
shape = SubResource("RectangleShape2D_xyegg")
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="." unique_id=274914633]
|
||||
rotation = 1.5707964
|
||||
color = Color(0.16083348, 0.050000012, 1, 1)
|
||||
polygon = PackedVector2Array(-8.999999, 19, -8.999999, 19, -27, 1.1802075e-06, -9.000001, -21, 14.999999, -15.000001, 15.000001, 14.999999)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1072188506]
|
||||
libraries/ = SubResource("AnimationLibrary_55kjn")
|
||||
|
||||
[node name="NavigationAgent2D" type="NavigationAgent2D" parent="." unique_id=1305506168]
|
||||
|
||||
[node name="Timer" type="Timer" parent="." unique_id=437715343]
|
||||
wait_time = 0.1
|
||||
autostart = true
|
||||
|
||||
[node name="RayCast2D" type="RayCast2D" parent="." unique_id=957428599]
|
||||
target_position = Vector2(400, 0)
|
||||
collision_mask = 512
|
||||
|
||||
[node name="explode" type="CPUParticles2D" parent="." unique_id=1638487851]
|
||||
z_index = -3
|
||||
emitting = false
|
||||
amount = 20
|
||||
lifetime = 10.0
|
||||
one_shot = true
|
||||
explosiveness = 1.0
|
||||
spread = 180.0
|
||||
gravity = Vector2(0, 0)
|
||||
initial_velocity_min = 20.0
|
||||
initial_velocity_max = 50.0
|
||||
linear_accel_min = -25.0
|
||||
linear_accel_max = -25.0
|
||||
scale_amount_min = 8.0
|
||||
scale_amount_max = 16.0
|
||||
scale_amount_curve = SubResource("Curve_xyegg")
|
||||
color = Color(0, 0.3083334, 0.74, 1)
|
||||
color_ramp = SubResource("Gradient_pymst")
|
||||
script = ExtResource("2_2knv6")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." unique_id=1205892242]
|
||||
offset_left = -15.0
|
||||
offset_top = -27.0
|
||||
offset_right = 15.0
|
||||
offset_bottom = -24.0
|
||||
color = Color(1, 1, 1, 0.2509804)
|
||||
|
||||
[node name="health" type="ColorRect" parent="." unique_id=1962272317]
|
||||
offset_left = -15.0
|
||||
offset_top = -27.0
|
||||
offset_right = 15.0
|
||||
offset_bottom = -24.0
|
||||
color = Color(0.8124417, 0, 0.111754455, 1)
|
||||
|
||||
[node name="hitsfx" type="AudioStreamPlayer2D" parent="." unique_id=2128530763]
|
||||
stream = ExtResource("3_gecmd")
|
||||
|
||||
[node name="shootsfx" type="AudioStreamPlayer2D" parent="." unique_id=408136521]
|
||||
stream = ExtResource("4_us3df")
|
||||
volume_db = -10.0
|
||||
|
||||
[node name="snappie" type="Timer" parent="." unique_id=807725500]
|
||||
wait_time = 0.05
|
||||
autostart = true
|
||||
ignore_time_scale = true
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="." unique_id=1945075138]
|
||||
amount = 30
|
||||
emission_shape = 1
|
||||
emission_sphere_radius = 32.0
|
||||
spread = 180.0
|
||||
gravity = Vector2(0, 0)
|
||||
initial_velocity_min = 20.0
|
||||
initial_velocity_max = 50.0
|
||||
scale_amount_min = 2.0
|
||||
scale_amount_max = 2.0
|
||||
scale_amount_curve = SubResource("Curve_8sg6u")
|
||||
color = Color(1, 0.92, 0.19999999, 1)
|
||||
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_new_path"]
|
||||
[connection signal="timeout" from="snappie" to="." method="_on_snappie_timeout"]
|
||||
Reference in New Issue
Block a user