63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://bnrrbkgwh35jy"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bq1tvv23y61by" path="res://Scenes/Crate.tscn" id="1_8ldta"]
|
|
[ext_resource type="Script" path="res://Sripts/player.gd" id="2_2yqxe"]
|
|
[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"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_t5iiu"]
|
|
|
|
[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="RigidBody2D" parent="." instance=ExtResource("1_8ldta")]
|
|
position = Vector2(554, 291)
|
|
|
|
[node name="RigidBody2D2" parent="." instance=ExtResource("1_8ldta")]
|
|
position = Vector2(381, 149)
|
|
|
|
[node name="RigidBody2D3" parent="." instance=ExtResource("1_8ldta")]
|
|
position = Vector2(380, 182)
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D" parent="."]
|
|
position = Vector2(381, 396)
|
|
script = ExtResource("2_2yqxe")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"]
|
|
shape = SubResource("CircleShape2D_t5iiu")
|
|
debug_color = Color(0, 1, 0, 0.662745)
|
|
|
|
[node name="Area2D" parent="." instance=ExtResource("3_sr8fi")]
|
|
position = Vector2(683, 645)
|