2022-05-31 15:28:12 +02:00

16 lines
573 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dodvuj07fsynd"]
[ext_resource type="SpineSkeletonDataResource" path="res://assets/mix-and-match/mix-and-match-data.tres" id="1"]
[ext_resource type="Script" path="res://examples/03-mix-and-match/mix-and-match.gd" id="2"]
[node name="Node2D" type="Node2D"]
[node name="MixAndMatch" type="SpineSprite" parent="."]
position = Vector2(532.982, 480.287)
scale = Vector2(0.441932, 0.441932)
skeleton_data_res = ExtResource( "1" )
preview_animation = "-- Empty --"
preview_frame = false
preview_time = 0.0
script = ExtResource( "2" )