25 lines
835 B
Plaintext
25 lines
835 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dr8vg4b1eh6i"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bjc6dwxaakqdg" path="res://Scenes/Player.tscn" id="1_ibeo8"]
|
|
|
|
[sub_resource type="QuadMesh" id="QuadMesh_n5vip"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_s46ls"]
|
|
size = Vector2(300, 20)
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Player" parent="." instance=ExtResource("1_ibeo8")]
|
|
position = Vector2(163, 99)
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
position = Vector2(198, 184)
|
|
|
|
[node name="MeshInstance2D" type="MeshInstance2D" parent="StaticBody2D"]
|
|
modulate = Color(0.168627, 0.678431, 0.701961, 1)
|
|
scale = Vector2(300, 20)
|
|
mesh = SubResource("QuadMesh_n5vip")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
shape = SubResource("RectangleShape2D_s46ls")
|