mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
28 lines
942 B
Plaintext
28 lines
942 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/raptor/raptor-data.tres" type="SpineSkeletonDataResource" id=1]
|
|
[ext_resource path="res://assets/raptor/light-sprite.png" type="Texture" id=2]
|
|
[ext_resource path="res://examples/10-2d-lighting/2d-lighting.gd" type="Script" id=3]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="SpineSprite" type="SpineSprite" parent="."]
|
|
position = Vector2( 576, 506 )
|
|
scale = Vector2( 0.458967, 0.458967 )
|
|
skeleton_data_res = ExtResource( 1 )
|
|
preview_skin = "Default"
|
|
preview_animation = "-- Empty --"
|
|
preview_frame = false
|
|
preview_time = 0.0
|
|
|
|
[node name="Light2D" type="Light2D" parent="."]
|
|
position = Vector2( 822, 270 )
|
|
scale = Vector2( 1.51563, 1.51563 )
|
|
texture = ExtResource( 2 )
|
|
color = Color( 1, 0.0117647, 0.0117647, 1 )
|
|
range_height = 41.5
|
|
|
|
[node name="CanvasModulate" type="CanvasModulate" parent="."]
|
|
color = Color( 0.145098, 0.0980392, 0.0980392, 1 )
|