mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="SpineSkeletonDataResource" path="res://assets/spineboy/spinebody-data-res.tres" id="1"]
|
|
[ext_resource type="Script" path="res://examples/04-simple-input/simple-input.gd" id="2"]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Spineboy" type="SpineSprite" parent="."]
|
|
position = Vector2( 501.503, 472.035 )
|
|
scale = Vector2( 0.518624, 0.518624 )
|
|
skeleton_data_res = ExtResource( 1 )
|
|
script = ExtResource( 2 )
|