-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPla15BC.tmp
51 lines (45 loc) · 1.48 KB
/
Pla15BC.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[gd_scene load_steps=8 format=3 uid="uid://bfum1boe4yuq5"]
[ext_resource type="Script" path="res://scripts/Player.gd" id="1_hkvnf"]
[ext_resource type="Texture2D" uid="uid://i6w2emjqhhi0" path="res://art/playerGrey_up1.png" id="2_kfa6r"]
[ext_resource type="Texture2D" uid="uid://cch67gshthc44" path="res://art/playerGrey_up2.png" id="3_3qcif"]
[ext_resource type="Texture2D" uid="uid://0b1lidgx3wq0" path="res://art/playerGrey_walk1.png" id="4_jw1nc"]
[ext_resource type="Texture2D" uid="uid://xoov1twn1ua8" path="res://art/playerGrey_walk2.png" id="5_lrm1d"]
[sub_resource type="SpriteFrames" id="SpriteFrames_5rqlt"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_kfa6r")
}, {
"duration": 1.0,
"texture": ExtResource("3_3qcif")
}],
"loop": true,
"name": &"up",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("4_jw1nc")
}, {
"duration": 1.0,
"texture": ExtResource("5_lrm1d")
}],
"loop": true,
"name": &"walk",
"speed": 5.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_p6bwu"]
radius = 27.0
height = 68.0
[node name="Player" type="CharacterBody2D"]
script = ExtResource("1_hkvnf")
speed = null
metadata/_edit_group_ = true
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
scale = Vector2(0.25, 0.25)
sprite_frames = SubResource("SpriteFrames_5rqlt")
animation = &"walk"
frame_progress = 0.61945
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
scale = Vector2(0.5, 0.5)
shape = SubResource("CapsuleShape2D_p6bwu")