31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://shaders/recolor_border.shader" type="Shader" id=1]
|
|
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://objects/lore/hills/sg_palette_lore.gd" type="Script" id=3]
|
|
[ext_resource path="res://objects/lore/hills/sg.gd" type="Script" id=4]
|
|
[ext_resource path="res://graphics/player/sg_idle.png" type="Texture" id=5]
|
|
|
|
[sub_resource type="ShaderMaterial" id=1]
|
|
shader = ExtResource( 1 )
|
|
shader_param/border_color = Color( 0, 0, 0, 1 )
|
|
shader_param/border_corners = true
|
|
|
|
[node name="Lore" instance=ExtResource( 2 )]
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="TextureRect" parent="Panel" index="0"]
|
|
material = SubResource( 1 )
|
|
texture = ExtResource( 5 )
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="Control" parent="." index="1"]
|
|
margin_top = 55.0
|
|
margin_bottom = 136.0
|
|
|
|
[node name="Label" parent="Control" index="0"]
|
|
margin_top = 3.0
|
|
margin_bottom = 78.0
|
|
text = "SG:
|
|
born 07/15/2061, factory worker turned freedom fighter. despite their frailness they will do anything to
|
|
change the future."
|