mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
585950365f
The following updated on this commit: 1. styleboxflat .tres for white and black removed border. As mentioned in the chat, we probably want a different one of these for each (with and without borders) 2. set the baseline font for the TextEdit 3. selected increased font size for the label default
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
[gd_resource type="StyleBoxFlat" format=2]
|
|
|
|
[resource]
|
|
bg_color = Color( 1, 1, 1, 1 )
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color( 1, 1, 1, 1 )
|