2025-01-14 01:58:52 +00:00
|
|
|
[gd_scene load_steps=10 format=3 uid="uid://cxnmaxykhbgaq"]
|
2025-01-10 20:42:10 +00:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://63qb2drh1l33" path="res://scenes/crate.tscn" id="1_0wmww"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/gamecontroller.gd" id="1_5dy8j"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Trigger.gd" id="3_4laji"]
|
2025-01-14 00:30:20 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c1cuiluq1fcpk" path="res://scenes/player.tscn" id="3_w28al"]
|
2025-01-14 01:58:52 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c7v063yofnirp" path="res://scenes/bullet.tscn" id="5_drh85"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/scene_manager.gd" id="6_duuox"]
|
2025-01-10 20:42:10 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_f1luk"]
|
|
|
|
size = Vector2(172, 20)
|
|
|
|
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_k1pyx"]
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_wdyhk"]
|
|
|
|
radius = 34.1321
|
|
|
|
|
|
|
|
[node name="game" type="Node2D"]
|
|
|
|
script = ExtResource("1_5dy8j")
|
|
|
|
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
2025-01-14 00:30:20 +00:00
|
|
|
position = Vector2(302, 430)
|
2025-01-10 20:42:10 +00:00
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
|
|
shape = SubResource("RectangleShape2D_f1luk")
|
|
|
|
|
|
|
|
[node name="RigidBody2D" parent="." instance=ExtResource("1_0wmww")]
|
|
|
|
position = Vector2(297, 129)
|
|
|
|
rotation = 0.688747
|
|
|
|
|
|
|
|
[node name="RigidBody2D2" parent="." instance=ExtResource("1_0wmww")]
|
|
|
|
position = Vector2(391, 64)
|
|
|
|
rotation = 0.358379
|
|
|
|
|
2025-01-14 00:30:20 +00:00
|
|
|
[node name="CharacterBody2D" parent="." instance=ExtResource("3_w28al")]
|
2025-01-10 20:42:10 +00:00
|
|
|
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
|
|
|
|
position = Vector2(299, 490)
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
|
|
|
|
shape = SubResource("WorldBoundaryShape2D_k1pyx")
|
|
|
|
|
|
|
|
[node name="Trigger" type="Area2D" parent="."]
|
2025-01-14 00:30:20 +00:00
|
|
|
position = Vector2(736, 460)
|
2025-01-10 20:42:10 +00:00
|
|
|
script = ExtResource("3_4laji")
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Trigger"]
|
|
|
|
shape = SubResource("CircleShape2D_wdyhk")
|
|
|
|
debug_color = Color(0.466667, 0.592157, 0, 0.419608)
|
|
|
|
|
|
|
|
[node name="RigidBody2D3" parent="." instance=ExtResource("1_0wmww")]
|
|
|
|
position = Vector2(256, 39)
|
|
|
|
|
2025-01-14 01:58:52 +00:00
|
|
|
[node name="Area2D" parent="." instance=ExtResource("5_drh85")]
|
|
|
|
position = Vector2(49, 305)
|
|
|
|
|
|
|
|
[node name="SceneManager" type="Node" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
script = ExtResource("6_duuox")
|
|
|
|
|
2025-01-10 20:42:10 +00:00
|
|
|
[connection signal="alert" from="Trigger" to="." method="_on_trigger_alert"]
|
|
|
|
[connection signal="body_entered" from="Trigger" to="Trigger" method="_on_body_entered"]
|