28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://df7ey4cfprjit"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://07yvalnsoex7" path="res://scenes/player.tscn" id="1_2q6dc"]
|
|
[ext_resource type="Script" uid="uid://bpuudy2mj7fjd" path="res://scripts/platform_handler.gd" id="1_w7c3h"]
|
|
[ext_resource type="PackedScene" uid="uid://bvnjq1jbeabd4" path="res://scenes/killzone.tscn" id="3_w8frs"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mx8sn"]
|
|
size = Vector2(877, 113)
|
|
|
|
[node name="Level" type="Node2D"]
|
|
|
|
[node name="PlatformHandler" type="Node" parent="."]
|
|
script = ExtResource("1_w7c3h")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
anchor_mode = 0
|
|
|
|
[node name="Player" parent="." instance=ExtResource("1_2q6dc")]
|
|
unique_name_in_owner = true
|
|
position = Vector2(215, 854)
|
|
|
|
[node name="Killzone" parent="." instance=ExtResource("3_w8frs")]
|
|
position = Vector2(228, 1267)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Killzone"]
|
|
position = Vector2(154, -5)
|
|
shape = SubResource("RectangleShape2D_mx8sn")
|