[gd_scene load_steps=10 format=3 uid="uid://bt6uaac8wfn8k"] [ext_resource type="Script" path="res://scripts/trigger.gd" id="1_8ewqq"] [ext_resource type="Script" path="res://scripts/gamecontroller.gd" id="1_wwyby"] [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 [sub_resource type="RectangleShape2D" id="RectangleShape2D_ggdp1"] size = Vector2(72, 20) [sub_resource type="RectangleShape2D" id="RectangleShape2D_0u5k2"] size = Vector2(34, 36) [node name="Game" type="Node2D"] script = ExtResource("1_wwyby") [node name="StaticBody2D" type="StaticBody2D" parent="."] position = Vector2(601, 500) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"] shape = SubResource("WorldBoundaryShape2D_gmy8j") [node name="Trigger" type="Area2D" parent="."] position = Vector2(700, 476) script = ExtResource("1_8ewqq") metadata/_edit_group_ = true [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"] position = Vector2(598, 444) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick"] shape = SubResource("RectangleShape2D_ggdp1") [node name="Brick4" type="StaticBody2D" parent="level"] position = Vector2(802, 440) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick4"] shape = SubResource("RectangleShape2D_ggdp1") [node name="Brick3" type="StaticBody2D" parent="level"] position = Vector2(706, 421) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick3"] shape = SubResource("RectangleShape2D_ggdp1") [node name="Brick2" type="StaticBody2D" parent="level"] position = Vector2(832, 195) rotation = -0.802851 metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="level/Brick2"] shape = SubResource("RectangleShape2D_ggdp1") [node name="crates" type="Node2D" parent="."] [node name="crate1" type="RigidBody2D" parent="crates"] position = Vector2(446, 462) rotation = -0.516507 metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate1"] shape = SubResource("RectangleShape2D_0u5k2") debug_color = Color(0.868673, 0.347634, 0.15033, 0.42) [node name="crate3" type="RigidBody2D" parent="crates"] position = Vector2(376, 466) rotation = -0.516507 metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate3"] shape = SubResource("RectangleShape2D_0u5k2") debug_color = Color(0.868673, 0.347634, 0.15033, 0.42) [node name="crate2" type="RigidBody2D" parent="crates"] position = Vector2(920, 473) rotation = -1.2792 scale = Vector2(1, 1) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate2"] shape = SubResource("RectangleShape2D_0u5k2") debug_color = Color(0.868673, 0.347634, 0.15033, 0.42) [node name="crate4" type="RigidBody2D" parent="crates"] position = Vector2(868, 476) rotation = -1.2792 scale = Vector2(1, 1) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="crates/crate4"] shape = SubResource("RectangleShape2D_0u5k2") debug_color = Color(0.868673, 0.347634, 0.15033, 0.42) [node name="CharacterBody2D" parent="." instance=ExtResource("3_771dm")] position = Vector2(461, 282) [node name="Area2D" parent="." instance=ExtResource("4_a2pol")] position = Vector2(284, 341) [node name="SceneManager" type="Node" parent="."] unique_name_in_owner = true script = ExtResource("5_xhw0f") [connection signal="areaTrigger" from="Trigger" to="." method="_on_trigger_area_trigger"] [connection signal="body_entered" from="Trigger" to="Trigger" method="_on_body_entered"]