mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
17 lines
568 B
Plaintext
17 lines
568 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/mix-and-match/mix-and-match-data.tres" type="SpineSkeletonDataResource" id=1]
|
|
[ext_resource path="res://examples/03-mix-and-match/mix-and-match.gd" type="Script" 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_skin = "Default"
|
|
preview_animation = "-- Empty --"
|
|
preview_frame = false
|
|
preview_time = 0.0
|
|
script = ExtResource( 2 )
|