khanat-client/assets/interfaces/themes/transparent_window.tres

18 lines
653 B
Text

[gd_resource type="Theme" load_steps=3 format=2]
[ext_resource path="res://assets/interfaces/windows/blank_pixel.png" type="Texture" id=1]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.6, 0.6, 0.6, 0 )
expand_margin_top = 8.0
[resource]
WindowDialog/colors/title_color = Color( 0, 0, 0, 1 )
WindowDialog/constants/close_h_ofs = 18
WindowDialog/constants/close_v_ofs = 18
WindowDialog/constants/scaleborder_size = 4
WindowDialog/constants/title_height = 24
WindowDialog/fonts/title_font = null
WindowDialog/icons/close = ExtResource( 1 )
WindowDialog/icons/close_highlight = ExtResource( 1 )
WindowDialog/styles/panel = SubResource( 1 )