initial commit
This commit is contained in:
commit
70d322e276
16 changed files with 355 additions and 0 deletions
17
prefabs/player.tscn
Normal file
17
prefabs/player.tscn
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bhulqhxesd5gc"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://cfdng3tdv65p6" path="res://sprites/player/player.tres" id="1_8jl58"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5hhj3"]
|
||||
size = Vector2(15, 15)
|
||||
|
||||
[node name="Player" type="CharacterBody2D"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0.5, 7.5)
|
||||
shape = SubResource("RectangleShape2D_5hhj3")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = ExtResource("1_8jl58")
|
||||
animation = &"up"
|
||||
frame_progress = 0.975256
|
Loading…
Add table
Add a link
Reference in a new issue