mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Started making the Dialogic themes more inline with those created by Doug.
This commit is contained in:
@ -1,7 +1,42 @@
|
||||
[settings]
|
||||
|
||||
name="Default Theme"
|
||||
name="DarkModeTheme"
|
||||
single_portrait_mode=false
|
||||
|
||||
[text]
|
||||
|
||||
alignment=0
|
||||
font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
bold_font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
italic_font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
shadow=true
|
||||
speed=4.0
|
||||
|
||||
[buttons]
|
||||
|
||||
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
hover=[ true, Color( 0.698039, 0.698039, 0.698039, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
pressed=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
disabled=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
|
||||
[background]
|
||||
|
||||
use_image=false
|
||||
modulation=false
|
||||
use_color=true
|
||||
color="#32000000"
|
||||
full_width=false
|
||||
|
||||
[name]
|
||||
|
||||
background_visible=true
|
||||
background="#32000000"
|
||||
font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
|
||||
[definitions]
|
||||
|
||||
show_glossary=true
|
||||
|
||||
[next_indicator]
|
||||
|
||||
animation="Static"
|
||||
|
@ -0,0 +1,42 @@
|
||||
[settings]
|
||||
|
||||
name="LightModeTheme"
|
||||
single_portrait_mode=false
|
||||
|
||||
[text]
|
||||
|
||||
alignment=0
|
||||
font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
bold_font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
italic_font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
shadow=true
|
||||
speed=4.0
|
||||
|
||||
[buttons]
|
||||
|
||||
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
hover=[ true, Color( 0.698039, 0.698039, 0.698039, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
pressed=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
disabled=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
|
||||
[background]
|
||||
|
||||
use_image=false
|
||||
modulation=false
|
||||
use_color=true
|
||||
color="#32000000"
|
||||
full_width=false
|
||||
|
||||
[name]
|
||||
|
||||
background_visible=true
|
||||
background="#32000000"
|
||||
font="res://dialogic/assets/liberation_serif_30pt.tres"
|
||||
|
||||
[definitions]
|
||||
|
||||
show_glossary=true
|
||||
|
||||
[next_indicator]
|
||||
|
||||
animation="Static"
|
Reference in New Issue
Block a user