mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
16 lines
537 B
Plaintext
16 lines
537 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://examples/01-helloworld/spineboy-helloworld.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/spineboy/spineboy-data-res.tres" type="SpineSkeletonDataResource" 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 )
|
|
preview_animation = "-- Empty --"
|
|
preview_frame = false
|
|
preview_time = 0.0
|
|
script = ExtResource( 1 )
|