19 lines
617 B
Plaintext
19 lines
617 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bcuo3byxygxyi"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://crkasykc6x5i" path="res://Jump (32x32).png" id="1_ul47s"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yoddx"]
|
|
size = Vector2(33, 52)
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture_filter = 1
|
|
position = Vector2(49.5, 593.5)
|
|
scale = Vector2(1.46875, 1.90625)
|
|
texture = ExtResource("1_ul47s")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(48.5, 597)
|
|
shape = SubResource("RectangleShape2D_yoddx")
|