mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
20 lines
729 B
Plaintext
20 lines
729 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d0v5rhv2ysej8"]
|
|
|
|
[ext_resource type="Script" path="res://examples/01-helloworld/spineboy-helloworld.gd" id="1"]
|
|
[ext_resource type="SpineSkeletonDataResource" uid="uid://cb6rn6vonqbx0" path="res://assets/spineboy/spineboy-data-res.tres" 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")
|