mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 22:22:03 +00:00
feat(ui): theme HUD with Orbitron typography
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
[gd_resource type="Theme" load_steps=3 format=3]
|
||||
|
||||
[ext_resource type="FontFile" path="res://assets/fonts/Orbitron-Medium.ttf" id="1_font"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_panel"]
|
||||
bg_color = Color(0.035, 0.05, 0.085, 0.76)
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color(0.3, 0.7, 1, 0.38)
|
||||
corner_radius_top_left = 8
|
||||
corner_radius_top_right = 8
|
||||
corner_radius_bottom_right = 8
|
||||
corner_radius_bottom_left = 8
|
||||
content_margin_left = 12.0
|
||||
content_margin_top = 8.0
|
||||
content_margin_right = 12.0
|
||||
content_margin_bottom = 8.0
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_font")
|
||||
default_font_size = 14
|
||||
Label/colors/font_color = Color(0.86, 0.94, 1, 1)
|
||||
Label/colors/font_shadow_color = Color(0, 0, 0, 0.72)
|
||||
Label/constants/outline_size = 1
|
||||
Label/constants/shadow_offset_x = 2
|
||||
Label/constants/shadow_offset_y = 2
|
||||
PanelContainer/styles/panel = SubResource("StyleBoxFlat_panel")
|
||||
Reference in New Issue
Block a user