32 lines
954 B
Plaintext
32 lines
954 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://djm4otp2n0p5v"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dkdowvyrw3pgh" path="res://Heroes/hooman/hooman_frames1.png" id="1_smkih"]
|
|
[ext_resource type="Texture2D" uid="uid://dx0i2lghmuqj8" path="res://Heroes/hooman/hooman_frames2.png" id="2_q7qhu"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ql555"]
|
|
size = Vector2(32, 32)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_868du"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("1_smkih")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_q7qhu")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Idle",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="Hooman" type="CharacterBody2D"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_ql555")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(0, -16)
|
|
sprite_frames = SubResource("SpriteFrames_868du")
|
|
animation = &"Idle"
|