84 lines
3.1 KiB
Plaintext
84 lines
3.1 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://cy1i6ucex6m0d"]
|
|
|
|
[ext_resource type="Script" uid="uid://crhflh7kooolf" path="res://scripts/gamecontroller.gd" id="1_lbhrr"]
|
|
[ext_resource type="PackedScene" uid="uid://qv8blu8wkqvq" path="res://scenes/crate.tscn" id="1_uwrxv"]
|
|
[ext_resource type="PackedScene" uid="uid://dmrrbiwqptrho" path="res://scenes/trigger.tscn" id="2_yqjtg"]
|
|
[ext_resource type="PackedScene" uid="uid://b1yy0sybg66hh" path="res://scenes/player.tscn" id="3_lnu2h"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cj0n"]
|
|
size = Vector2(68, 35)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_8cj0n"]
|
|
|
|
[node name="Game" type="Node2D"]
|
|
script = ExtResource("1_lbhrr")
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
position = Vector2(394, 353)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(0, 7.5)
|
|
shape = SubResource("RectangleShape2D_8cj0n")
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
|
|
position = Vector2(312, 412)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
|
|
position = Vector2(0, 7.5)
|
|
shape = SubResource("RectangleShape2D_8cj0n")
|
|
|
|
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
|
|
position = Vector2(509, 287)
|
|
rotation = -0.79570585
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
|
|
position = Vector2(0, 7.5)
|
|
shape = SubResource("RectangleShape2D_8cj0n")
|
|
|
|
[node name="Crate" parent="." instance=ExtResource("1_uwrxv")]
|
|
position = Vector2(406.00003, 327)
|
|
|
|
[node name="RigidBody2D2" type="RigidBody2D" parent="."]
|
|
position = Vector2(243, 371)
|
|
rotation = -1.099222
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D2"]
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
debug_color = Color(0.84557056, 0.3727497, 0.1753774, 0.41960785)
|
|
|
|
[node name="RigidBody2D3" type="RigidBody2D" parent="."]
|
|
position = Vector2(502, 230)
|
|
rotation = -1.099222
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D3"]
|
|
shape = SubResource("RectangleShape2D_uwrxv")
|
|
debug_color = Color(0.84557056, 0.3727497, 0.1753774, 0.41960785)
|
|
|
|
[node name="Boundary" type="StaticBody2D" parent="."]
|
|
position = Vector2(389, 542)
|
|
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(434, 409)
|
|
|
|
[node name="Trigger2" parent="." instance=ExtResource("2_yqjtg")]
|
|
position = Vector2(255.00002, 460.99997)
|
|
intent = "powerup"
|
|
|
|
[node name="CharacterBody2D" parent="." instance=ExtResource("3_lnu2h")]
|
|
position = Vector2(379, 331)
|
|
BUMP_POWER = 50
|
|
|
|
[connection signal="triggerFiredSignal" from="Trigger" to="." method="_on_trigger_fired"]
|
|
[connection signal="triggerFiredSignal" from="Trigger2" to="." method="_on_trigger_fired"]
|