mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-25 11:11:24 +08:00
18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/spineboy/spinebody-data-res.tres" type="SpineSkeletonDataResource" id=1]
|
|
[ext_resource path="res://examples/06-bone-following/bone-following.gd" type="Script" id=2]
|
|
[ext_resource path="res://icon.png" type="Texture" id=3]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Spineboy" type="SpineSprite" parent="."]
|
|
position = Vector2( 478, 483 )
|
|
scale = Vector2( 0.58461, 0.58461 )
|
|
skeleton_data_res = ExtResource( 1 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="Spineboy"]
|
|
position = Vector2( 20, 20 )
|
|
texture = ExtResource( 3 )
|