102 lines
3.6 KiB
Plaintext
102 lines
3.6 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://cpuc12n61qg6b"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/gamecontroller.gd" id="1_amnm6"]
|
|
[ext_resource type="PackedScene" uid="uid://d0ve3ds64sk3p" path="res://Scenes/trigger.tscn" id="2_k6dhr"]
|
|
[ext_resource type="PackedScene" uid="uid://b0snboj7mbad5" path="res://Scenes/player.tscn" id="3_3yq6m"]
|
|
[ext_resource type="PackedScene" uid="uid://bad28kns14sve" path="res://Scenes/crate.tscn" id="3_gnicf"]
|
|
[ext_resource type="Script" path="res://Scripts/crate.gd" id="4_5gakl"]
|
|
[ext_resource type="PackedScene" uid="uid://cy7x36mdb5oxu" path="res://Scenes/bullet.tscn" id="4_bk63h"]
|
|
[ext_resource type="Script" path="res://Scripts/scene_manager.gd" id="5_4nsas"]
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_qkap3"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yfjal"]
|
|
size = Vector2(65, 20)
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_fgkk4"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ilkes"]
|
|
size = Vector2(20, 134)
|
|
|
|
[node name="FebFabGame" type="Node2D"]
|
|
script = ExtResource("1_amnm6")
|
|
|
|
[node name="Floor" type="StaticBody2D" parent="."]
|
|
position = Vector2(613, 579)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
|
|
shape = SubResource("WorldBoundaryShape2D_qkap3")
|
|
|
|
[node name="Level" type="Node2D" parent="."]
|
|
|
|
[node name="Brick" type="StaticBody2D" parent="Level"]
|
|
position = Vector2(606, 379)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/Brick"]
|
|
position = Vector2(-0.5, 0)
|
|
shape = SubResource("RectangleShape2D_yfjal")
|
|
|
|
[node name="Brick3" type="StaticBody2D" parent="Level"]
|
|
position = Vector2(353, 385)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/Brick3"]
|
|
position = Vector2(-0.5, 0)
|
|
shape = SubResource("RectangleShape2D_yfjal")
|
|
|
|
[node name="Brick2" type="StaticBody2D" parent="Level"]
|
|
position = Vector2(478, 490)
|
|
rotation = 0.699225
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/Brick2"]
|
|
position = Vector2(-0.5, 0)
|
|
shape = SubResource("RectangleShape2D_yfjal")
|
|
|
|
[node name="Crates" type="Node2D" parent="."]
|
|
|
|
[node name="Crate1" parent="Crates" instance=ExtResource("3_gnicf")]
|
|
position = Vector2(604, 239)
|
|
rotation = -0.26268
|
|
script = ExtResource("4_5gakl")
|
|
|
|
[node name="Crate2" parent="Crates" instance=ExtResource("3_gnicf")]
|
|
position = Vector2(340, 130)
|
|
rotation = 0.262166
|
|
script = ExtResource("4_5gakl")
|
|
|
|
[node name="Crate3" parent="Crates" instance=ExtResource("3_gnicf")]
|
|
position = Vector2(849, 118)
|
|
rotation = -0.248451
|
|
script = ExtResource("4_5gakl")
|
|
|
|
[node name="CharacterBody2D" parent="." instance=ExtResource("3_3yq6m")]
|
|
position = Vector2(158, 94)
|
|
|
|
[node name="Area2D" parent="." instance=ExtResource("4_bk63h")]
|
|
position = Vector2(236, 307)
|
|
|
|
[node name="SceneManager" type="Node" parent="."]
|
|
unique_name_in_owner = true
|
|
script = ExtResource("5_4nsas")
|
|
|
|
[node name="triggers" type="Node2D" parent="."]
|
|
|
|
[node name="Trigger" parent="triggers" instance=ExtResource("2_k6dhr")]
|
|
effect = "destroy"
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="triggers/Trigger"]
|
|
shape = SubResource("CircleShape2D_fgkk4")
|
|
debug_color = Color(0.62821, 0.394472, 0.903221, 0.42)
|
|
|
|
[node name="powerup" parent="triggers" instance=ExtResource("2_k6dhr")]
|
|
position = Vector2(949, 469)
|
|
effect = "powerup"
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="triggers/powerup"]
|
|
position = Vector2(4, -1)
|
|
shape = SubResource("RectangleShape2D_ilkes")
|
|
debug_color = Color(0.304464, 0.623664, 0.204875, 0.42)
|