52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bnrrbkgwh35jy"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bq1tvv23y61by" path="res://Scenes/Crate.tscn" id="1_8ldta"]
|
|
[ext_resource type="PackedScene" uid="uid://crvsom7i1waff" path="res://Scenes/Player.tscn" id="2_vxspj"]
|
|
[ext_resource type="PackedScene" uid="uid://cb1km20mpc3ag" path="res://Scenes/Trigger.tscn" id="3_sr8fi"]
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_flxcs"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_6fyfv"]
|
|
|
|
[node name="World" type="Node2D"]
|
|
|
|
[node name="BottomWorld" type="StaticBody2D" parent="."]
|
|
position = Vector2(-1, 650)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="BottomWorld"]
|
|
shape = SubResource("WorldBoundaryShape2D_flxcs")
|
|
|
|
[node name="platform" type="StaticBody2D" parent="."]
|
|
position = Vector2(554, 322)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="platform"]
|
|
shape = SubResource("RectangleShape2D_6fyfv")
|
|
|
|
[node name="platform2" type="StaticBody2D" parent="."]
|
|
position = Vector2(478, 381)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="platform2"]
|
|
shape = SubResource("RectangleShape2D_6fyfv")
|
|
|
|
[node name="platform3" type="StaticBody2D" parent="."]
|
|
position = Vector2(384, 429)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="platform3"]
|
|
shape = SubResource("RectangleShape2D_6fyfv")
|
|
|
|
[node name="CharacterBody2D" parent="." instance=ExtResource("2_vxspj")]
|
|
position = Vector2(522, 600)
|
|
|
|
[node name="Area2D" parent="." instance=ExtResource("3_sr8fi")]
|
|
position = Vector2(683, 645)
|
|
|
|
[node name="RigidBody2D" parent="." groups=["Pushable"] instance=ExtResource("1_8ldta")]
|
|
position = Vector2(298, 550)
|
|
|
|
[node name="RigidBody2D2" parent="." groups=["Pushable"] instance=ExtResource("1_8ldta")]
|
|
position = Vector2(297, 527)
|