mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 22:13:46 +00:00
Dialogue styles
This commit is contained in:
parent
11c20eb903
commit
e43f67c872
13 changed files with 408 additions and 19 deletions
13
Resources/Styles/Terminal_Style_Box.tres
Normal file
13
Resources/Styles/Terminal_Style_Box.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://dprati3kf7gdg"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://q0r8mofci0l8" path="res://Sprites/UI/Terminal_Slice.png" id="1_owepd"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_owepd")
|
||||
texture_margin_left = 8.0
|
||||
texture_margin_top = 8.0
|
||||
texture_margin_right = 8.0
|
||||
texture_margin_bottom = 8.0
|
||||
axis_stretch_horizontal = 2
|
||||
axis_stretch_vertical = 2
|
||||
modulate_color = Color(1, 1, 1, 0.847059)
|
||||
Loading…
Add table
Add a link
Reference in a new issue