You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.6 KiB
57 lines
1.6 KiB
[gd_scene load_steps=5 format=3 uid="uid://cyns86lydp1tl"]
|
|
|
|
[ext_resource type="Script" path="res://addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.gd" id="1_63c5k"]
|
|
[ext_resource type="Texture2D" uid="uid://bfkpn7mrd786b" path="res://addons/dialogic/Example Assets/portraits/Antonio/pl5.png" id="2_15o4t"]
|
|
[ext_resource type="Texture2D" uid="uid://s2jsr1aqiu84" path="res://addons/dialogic/Example Assets/portraits/Antonio/pl5 blink.png" id="3_qen6e"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_yaycq"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 10.0,
|
|
"texture": ExtResource("2_15o4t")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_qen6e")
|
|
}, {
|
|
"duration": 5.0,
|
|
"texture": ExtResource("2_15o4t")
|
|
}, {
|
|
"duration": 4.0,
|
|
"texture": ExtResource("2_15o4t")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_qen6e")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_15o4t")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_qen6e")
|
|
}, {
|
|
"duration": 5.0,
|
|
"texture": ExtResource("2_15o4t")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_qen6e")
|
|
}, {
|
|
"duration": 10.0,
|
|
"texture": ExtResource("2_15o4t")
|
|
}],
|
|
"loop": false,
|
|
"name": &"default",
|
|
"speed": 10.0
|
|
}]
|
|
|
|
[node name="CustomCharacterScene" type="Node2D"]
|
|
position = Vector2(160, 580)
|
|
script = ExtResource("1_63c5k")
|
|
|
|
[node name="Sprite" type="AnimatedSprite2D" parent="."]
|
|
position = Vector2(-161, -580)
|
|
scale = Vector2(0.751953, 0.751953)
|
|
sprite_frames = SubResource("SpriteFrames_yaycq")
|
|
autoplay = "default"
|
|
centered = false
|
|
|
|
[connection signal="animation_finished" from="Sprite" to="." method="_on_animated_sprite_2d_animation_finished"]
|