mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
20 lines
683 B
Plaintext
20 lines
683 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( 505, 466 )
|
|
scale = Vector2( 0.466832, 0.466832 )
|
|
skeleton_data_res = ExtResource( 3 )
|
|
bones_color = Color( 0.968627, 1, 0, 0.501961 )
|
|
paths_color = Color( 1, 0.498039, 0, 0.466667 )
|
|
paths_clipping = Color( 0.8, 0, 0, 0.5 )
|
|
preview_skin = "Default"
|
|
preview_animation = "run"
|
|
preview_frame = true
|
|
preview_time = 0.24
|
|
script = ExtResource( 1 )
|