source: Studio/Stats/manabar.tres@ 49e3bfa

sandbox
Last change on this file since 49e3bfa was 3c8ca52, checked in by Kevin Chapman <victory2b@…>, 3 years ago

(WIP) About to remove pause menu for testing.

  • Property mode set to 100644
File size: 949 bytes
Line 
1[gd_resource type="Theme" load_steps=4 format=2]
2
3[sub_resource type="StyleBoxFlat" id=1]
4bg_color = Color( 0.215686, 0.215686, 0.215686, 1 )
5draw_center = false
6border_width_left = 10
7border_width_top = 10
8border_width_right = 10
9border_width_bottom = 10
10
11[sub_resource type="StyleBoxFlat" id=2]
12bg_color = Color( 0.196078, 0.196078, 0.196078, 1 )
13border_width_left = 5
14border_width_top = 5
15border_width_right = 5
16border_width_bottom = 5
17border_color = Color( 0, 0, 0, 1 )
18
19[sub_resource type="StyleBoxFlat" id=3]
20bg_color = Color( 0.576471, 0, 0.898039, 1 )
21border_width_left = 5
22border_width_top = 5
23border_width_bottom = 5
24border_color = Color( 0, 0, 0, 1 )
25
26[resource]
27PopupPanel/styles/panel = SubResource( 1 )
28ProgressBar/colors/font_color = Color( 0.94, 0.94, 0.94, 1 )
29ProgressBar/colors/font_color_shadow = Color( 0, 0, 0, 1 )
30ProgressBar/fonts/font = null
31ProgressBar/styles/bg = SubResource( 2 )
32ProgressBar/styles/fg = SubResource( 3 )
Note: See TracBrowser for help on using the repository browser.