69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cekdis0sf3xkj"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://y4bjooqhwliw" path="res://character.tscn" id="1_d3mwm"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_tx75q"]
|
|
size = Vector2(1360.5, 22.625)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_stb76"]
|
|
size = Vector2(33, 937.5)
|
|
|
|
[node name="Wrold" type="Node2D"]
|
|
|
|
[node name="Platform" type="StaticBody2D" parent="."]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Platform"]
|
|
offset_left = -638.0
|
|
offset_top = -75.0
|
|
offset_right = 722.0
|
|
offset_bottom = 864.0
|
|
color = Color(0.672858, 0.999467, 0.908719, 1)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="Platform"]
|
|
|
|
[node name="CollisionShape2DTop" type="CollisionShape2D" parent="Platform"]
|
|
position = Vector2(40.75, -64.625)
|
|
shape = SubResource("RectangleShape2D_tx75q")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Platform/CollisionShape2DTop"]
|
|
offset_left = -674.75
|
|
offset_top = -31.375
|
|
offset_right = 665.25
|
|
offset_bottom = 8.625
|
|
color = Color(0.211765, 0.392157, 0.360784, 1)
|
|
|
|
[node name="CollisionShape2DBottom" type="CollisionShape2D" parent="Platform"]
|
|
position = Vector2(40, 850)
|
|
shape = SubResource("RectangleShape2D_tx75q")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Platform/CollisionShape2DBottom"]
|
|
offset_left = -661.0
|
|
offset_top = -24.0
|
|
offset_right = 679.0
|
|
offset_bottom = 16.0
|
|
color = Color(0.211765, 0.392157, 0.360784, 1)
|
|
|
|
[node name="CollisionShape2DRight" type="CollisionShape2D" parent="Platform"]
|
|
position = Vector2(-620, 388.25)
|
|
shape = SubResource("RectangleShape2D_stb76")
|
|
|
|
[node name="ColorRect2" type="ColorRect" parent="Platform"]
|
|
offset_left = -645.0
|
|
offset_top = -97.0
|
|
offset_right = -598.0
|
|
offset_bottom = 865.0
|
|
color = Color(0.211765, 0.392157, 0.360784, 1)
|
|
|
|
[node name="CollisionShape2DLeft" type="CollisionShape2D" parent="Platform"]
|
|
position = Vector2(699, 393)
|
|
shape = SubResource("RectangleShape2D_stb76")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="Platform/CollisionShape2DLeft"]
|
|
offset_left = -17.0
|
|
offset_top = -492.0
|
|
offset_right = 30.0
|
|
offset_bottom = 477.0
|
|
color = Color(0.210735, 0.392869, 0.360139, 1)
|
|
|
|
[node name="Character" parent="." instance=ExtResource("1_d3mwm")]
|