mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-03 14:19:09 +08:00
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Script" path="res://examples/01-helloworld/helloworld.gd" id="1"]
|
|
[ext_resource type="SpineSkeletonDataResource" path="res://assets/spineboy/spinebody-data-res.tres" id="3"]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Spineboy" type="SpineSprite" parent="."]
|
|
position = Vector2(496.207, 477.185)
|
|
scale = Vector2(0.466832, 0.466832)
|
|
skeleton_data_res = ExtResource( "3" )
|
|
script = ExtResource( "1" )
|