[gd_scene load_steps=12 format=3 uid="uid://dhopuj38ic6dp"] [ext_resource type="Script" path="res://scripts/gamecontroller.gd" id="1_dasmg"] [ext_resource type="PackedScene" uid="uid://dgos05617rcuq" path="res://scenes/trigger.tscn" id="2_070us"] [ext_resource type="PackedScene" uid="uid://blcbdwowx2gr0" path="res://scenes/crate.tscn" id="3_4f2of"] [ext_resource type="PackedScene" uid="uid://du8aftivw4k25" path="res://scenes/player.tscn" id="3_glxkt"] [ext_resource type="PackedScene" uid="uid://dwy0c50ndnu8k" path="res://scenes/bullet.tscn" id="4_2bgno"] [ext_resource type="Script" path="res://scripts/crate.gd" id="4_4n32v"] [ext_resource type="Script" path="res://scripts/scene_manager.gd" id="5_6wvkt"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_uopew"] size = Vector2(70, 26) [sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_igau3"] [sub_resource type="CircleShape2D" id="CircleShape2D_8p7pp"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_ape5f"] size = Vector2(20, 46) [node name="Game" type="Node2D"] script = ExtResource("1_dasmg") [node name="Level" type="Node2D" parent="."] position = Vector2(-12, -3) [node name="StaticBody2D" type="StaticBody2D" parent="Level"] position = Vector2(479, 385) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D"] position = Vector2(-26, 3) shape = SubResource("RectangleShape2D_uopew") [node name="StaticBody2D3" type="StaticBody2D" parent="Level"] position = Vector2(588, 494) rotation = 3.16193 metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D3"] position = Vector2(-26, 3) shape = SubResource("RectangleShape2D_uopew") [node name="StaticBody2D4" type="StaticBody2D" parent="Level"] position = Vector2(345, 490) rotation = 3.16193 metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D4"] position = Vector2(-26, 3) shape = SubResource("RectangleShape2D_uopew") [node name="StaticBody2D2" type="StaticBody2D" parent="Level"] position = Vector2(10, 528) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D2"] position = Vector2(518, 20) shape = SubResource("WorldBoundaryShape2D_igau3") [node name="crates" type="Node2D" parent="."] position = Vector2(13, 53) [node name="crate1" parent="crates" instance=ExtResource("3_4f2of")] position = Vector2(141, 371) script = ExtResource("4_4n32v") [node name="crate2" parent="crates" instance=ExtResource("3_4f2of")] position = Vector2(699, 397) script = ExtResource("4_4n32v") [node name="crate3" parent="crates" instance=ExtResource("3_4f2of")] position = Vector2(575, 177) script = ExtResource("4_4n32v") [node name="crate4" parent="crates" instance=ExtResource("3_4f2of")] position = Vector2(217, 230) script = ExtResource("4_4n32v") [node name="CharacterBody2D" parent="." instance=ExtResource("3_glxkt")] position = Vector2(338, 226) [node name="Area2D" parent="." instance=ExtResource("4_2bgno")] position = Vector2(330, 271) [node name="SceneManager" type="Node" parent="."] unique_name_in_owner = true script = ExtResource("5_6wvkt") [node name="triggers" type="Node2D" parent="."] rotation = -0.0128695 [node name="Trigger" parent="triggers" instance=ExtResource("2_070us")] position = Vector2(509.188, 532.597) rotation = -1.90254 effect = "destroy" [node name="CollisionShape2D" type="CollisionShape2D" parent="triggers/Trigger"] shape = SubResource("CircleShape2D_8p7pp") debug_color = Color(0.622849, 0.37564, 0.95389, 0.42) [node name="powerup" parent="triggers" instance=ExtResource("2_070us")] position = Vector2(597.12, 460.723) effect = "powerup" [node name="CollisionShape2D" type="CollisionShape2D" parent="triggers/powerup"] position = Vector2(0, -13) shape = SubResource("RectangleShape2D_ape5f") debug_color = Color(0.644817, 0.359472, 0.952285, 0.42)