90 lines
3.2 KiB
Plaintext
90 lines
3.2 KiB
Plaintext
|
[gd_scene load_steps=7 format=3 uid="uid://cueixogtk70go"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://d0ca3jbhe8le3" path="res://scripts/game_controller.gd" id="1_lbhrr"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dnarbab7jjqmk" path="res://scenes/crate.tscn" id="1_uwrxv"]
|
||
|
[ext_resource type="PackedScene" uid="uid://2pp1gtlflav8" path="res://scenes/trigger.tscn" id="2_yqjtg"]
|
||
|
[ext_resource type="PackedScene" uid="uid://d3y1iqmpknpyo" path="res://scenes/player.tscn" id="3_lnu2h"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cj0n"]
|
||
|
size = Vector2(273, 101)
|
||
|
|
||
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_8cj0n"]
|
||
|
|
||
|
[node name="Game" type="Node2D"]
|
||
|
script = ExtResource("1_lbhrr")
|
||
|
|
||
|
[node name="Player" parent="." instance=ExtResource("3_lnu2h")]
|
||
|
position = Vector2(84, 58)
|
||
|
|
||
|
[node name="Block" type="StaticBody2D" parent="."]
|
||
|
position = Vector2(14, 496)
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Block"]
|
||
|
shape = SubResource("RectangleShape2D_8cj0n")
|
||
|
|
||
|
[node name="Block2" type="StaticBody2D" parent="."]
|
||
|
position = Vector2(269, 434)
|
||
|
scale = Vector2(0.39041698, 0.5632845)
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Block2"]
|
||
|
shape = SubResource("RectangleShape2D_8cj0n")
|
||
|
|
||
|
[node name="Block3" type="StaticBody2D" parent="."]
|
||
|
position = Vector2(453.99997, 473.00003)
|
||
|
scale = Vector2(0.39041698, 0.5632845)
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Block3"]
|
||
|
shape = SubResource("RectangleShape2D_8cj0n")
|
||
|
|
||
|
[node name="Block4" type="StaticBody2D" parent="."]
|
||
|
position = Vector2(846, 376.99997)
|
||
|
rotation = -1.5707964
|
||
|
scale = Vector2(0.39041698, 1.1232846)
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Block4"]
|
||
|
shape = SubResource("RectangleShape2D_8cj0n")
|
||
|
|
||
|
[node name="Block5" type="StaticBody2D" parent="."]
|
||
|
position = Vector2(675, 418)
|
||
|
rotation = -0.7853982
|
||
|
scale = Vector2(0.39041698, 0.5632845)
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Block5"]
|
||
|
shape = SubResource("RectangleShape2D_8cj0n")
|
||
|
|
||
|
[node name="Boundary" type="StaticBody2D" parent="."]
|
||
|
position = Vector2(498, 554)
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Boundary"]
|
||
|
shape = SubResource("WorldBoundaryShape2D_8cj0n")
|
||
|
|
||
|
[node name="Trigger" parent="." instance=ExtResource("2_yqjtg")]
|
||
|
position = Vector2(562, 512)
|
||
|
scale = Vector2(0.48551935, 0.33269948)
|
||
|
|
||
|
[node name="Trigger2" parent="." instance=ExtResource("2_yqjtg")]
|
||
|
position = Vector2(849, 269)
|
||
|
scale = Vector2(0.5942757, 0.5465749)
|
||
|
intent = "powerup"
|
||
|
|
||
|
[node name="Crate" parent="." instance=ExtResource("1_uwrxv")]
|
||
|
position = Vector2(298, 98.00001)
|
||
|
rotation = -0.5457037
|
||
|
|
||
|
[node name="Crate2" parent="." instance=ExtResource("1_uwrxv")]
|
||
|
position = Vector2(857, 35.999996)
|
||
|
rotation = 0.45025483
|
||
|
|
||
|
[node name="Crate3" parent="." instance=ExtResource("1_uwrxv")]
|
||
|
position = Vector2(469, 166.00002)
|
||
|
rotation = 0.62928104
|
||
|
|
||
|
[connection signal="trigger_fired" from="Trigger" to="." method="_on_trigger_fired"]
|
||
|
[connection signal="trigger_fired" from="Trigger2" to="." method="_on_trigger_fired"]
|