18 lines
656 B
Text
18 lines
656 B
Text
[gd_scene load_steps=4 format=3 uid="uid://syx6ov00a585"]
|
|
|
|
[ext_resource type="Script" uid="uid://ohb2t6o7wr1u" path="res://Scripts/player.gd" id="1_cvnsp"]
|
|
[ext_resource type="Texture2D" uid="uid://btqnhg54e1p66" path="res://Sprites/png/spritesheet.png" id="2_6t5aa"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jjgbg"]
|
|
size = Vector2(16, 16)
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
script = ExtResource("1_cvnsp")
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_6t5aa")
|
|
hframes = 2
|
|
vframes = 2
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_jjgbg")
|