This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/Graphics/UI/ui_theme.tres

23 lines
675 B
Plaintext

[gd_resource type="Theme" load_steps=3 format=2]
[ext_resource path="res://Graphics/UI/uifont.tres" type="DynamicFont" id=1]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.133333, 0.12549, 0.203922, 1 )
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 0.0941176, 0.0823529, 0.180392, 1 )
border_blend = true
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[resource]
default_font = ExtResource( 1 )
Panel/styles/panel = SubResource( 1 )
PanelContainer/styles/panel = SubResource( 1 )
PopupDialog/styles/panel = SubResource( 1 )