2025-03-04 01:40:21 +00:00
|
|
|
[gd_scene load_steps=10 format=3 uid="uid://bt6uaac8wfn8k"]
|
2025-02-25 02:10:34 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/trigger.gd" id="1_8ewqq"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/gamecontroller.gd" id="1_wwyby"]
|
2025-03-04 01:40:21 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://cjvyslsoa7olc" path="res://scenes/player.tscn" id="3_771dm"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b1jq6yi0dh3c0" path="res://scenes/bullet.tscn" id="4_a2pol"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/scene_manager.gd" id="5_xhw0f"]
|
|
|
|
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_gmy8j"]
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_civmy"]
|
|
|
|
radius = 21.0238
|
2025-02-25 02:10:34 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ggdp1"]
|
|
|
|
size = Vector2(72, 20)
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0u5k2"]
|
|
|
|
size = Vector2(34, 36)
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="Game" type="Node2D"]
|
|
|
|
script = ExtResource("1_wwyby")
|
2025-02-25 02:10:34 +00:00
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
position = Vector2(601, 500)
|
|
|
|
metadata/_edit_group_ = true
|
2025-02-25 02:10:34 +00:00
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
|
|
shape = SubResource("WorldBoundaryShape2D_gmy8j")
|
2025-02-25 02:10:34 +00:00
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="Trigger" type="Area2D" parent="."]
|
|
|
|
position = Vector2(700, 476)
|
|
|
|
script = ExtResource("1_8ewqq")
|
|
|
|
metadata/_edit_group_ = true
|
2025-02-25 02:10:34 +00:00
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Trigger"]
|
|
|
|
shape = SubResource("CircleShape2D_civmy")
|
|
|
|
debug_color = Color(0.611909, 0.392035, 0.935088, 0.42)
|
|
|
|
|
|
|
|
[node name="level" type="Node2D" parent="."]
|
|
|
|
|
|
|
|
[node name="Brick" type="StaticBody2D" parent="level"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(598, 444)
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_ggdp1")
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="Brick4" type="StaticBody2D" parent="level"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(802, 440)
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick4"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_ggdp1")
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="Brick3" type="StaticBody2D" parent="level"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(706, 421)
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick3"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_ggdp1")
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="Brick2" type="StaticBody2D" parent="level"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(832, 195)
|
|
|
|
rotation = -0.802851
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick2"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_ggdp1")
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="crates" type="Node2D" parent="."]
|
|
|
|
|
|
|
|
[node name="crate1" type="RigidBody2D" parent="crates"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(446, 462)
|
|
|
|
rotation = -0.516507
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate1"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_0u5k2")
|
|
|
|
debug_color = Color(0.868673, 0.347634, 0.15033, 0.42)
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="crate3" type="RigidBody2D" parent="crates"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(376, 466)
|
|
|
|
rotation = -0.516507
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate3"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_0u5k2")
|
|
|
|
debug_color = Color(0.868673, 0.347634, 0.15033, 0.42)
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="crate2" type="RigidBody2D" parent="crates"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(920, 473)
|
|
|
|
rotation = -1.2792
|
2025-03-04 01:40:21 +00:00
|
|
|
scale = Vector2(1, 1)
|
2025-02-25 02:10:34 +00:00
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate2"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_0u5k2")
|
|
|
|
debug_color = Color(0.868673, 0.347634, 0.15033, 0.42)
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="crate4" type="RigidBody2D" parent="crates"]
|
2025-02-25 02:10:34 +00:00
|
|
|
position = Vector2(868, 476)
|
|
|
|
rotation = -1.2792
|
2025-03-04 01:40:21 +00:00
|
|
|
scale = Vector2(1, 1)
|
2025-02-25 02:10:34 +00:00
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate4"]
|
2025-02-25 02:10:34 +00:00
|
|
|
shape = SubResource("RectangleShape2D_0u5k2")
|
|
|
|
debug_color = Color(0.868673, 0.347634, 0.15033, 0.42)
|
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="CharacterBody2D" parent="." instance=ExtResource("3_771dm")]
|
|
|
|
position = Vector2(461, 282)
|
2025-02-25 02:10:34 +00:00
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="Area2D" parent="." instance=ExtResource("4_a2pol")]
|
|
|
|
position = Vector2(284, 341)
|
2025-02-25 02:10:34 +00:00
|
|
|
|
2025-03-04 01:40:21 +00:00
|
|
|
[node name="SceneManager" type="Node" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
script = ExtResource("5_xhw0f")
|
2025-02-25 02:10:34 +00:00
|
|
|
|
|
|
|
[connection signal="areaTrigger" from="Trigger" to="." method="_on_trigger_area_trigger"]
|
|
|
|
[connection signal="body_entered" from="Trigger" to="Trigger" method="_on_body_entered"]
|