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