forked from team-sg/hero-mark-2
ms. x lore
This commit is contained in:
parent
c6f6dcfc0c
commit
4570202be4
2 changed files with 45 additions and 2 deletions
27
objects/lore/station/msx.tscn
Normal file
27
objects/lore/station/msx.tscn
Normal file
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://objects/lore/lore.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://graphics/npc/msx_idle.png" type="Texture" id=3]
|
||||
|
||||
[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 )]
|
||||
|
||||
[node name="TextureRect" parent="Panel" index="0"]
|
||||
material = SubResource( 1 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Control" parent="." index="1"]
|
||||
margin_top = 42.0
|
||||
margin_bottom = 149.0
|
||||
|
||||
[node name="Label" parent="Control" index="0"]
|
||||
margin_top = 3.0
|
||||
margin_bottom = 104.0
|
||||
text = "Name: Ms. X (Marisa Xevious)
|
||||
Birthday: October 21, 2062
|
||||
A young trans woman locked away for such frivolous crimes as shoplifting and marijuana possession. her reliance on weed causes a lot of issues in her life."
|
Loading…
Add table
Add a link
Reference in a new issue