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