source: Studio/Stats/xpbar.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: 931 bytes
Line 
1[gd_resource type="Theme" load_steps=4 format=2]
2
3[sub_resource type="StyleBoxFlat" id=1]
4bg_color = Color( 0.384314, 0.384314, 0.384314, 1 )
5border_width_left = 10
6border_width_top = 10
7border_width_right = 10
8border_width_bottom = 10
9
10[sub_resource type="StyleBoxFlat" id=2]
11bg_color = Color( 0.2, 0.196078, 0.196078, 1 )
12border_width_left = 5
13border_width_top = 5
14border_width_right = 5
15border_width_bottom = 5
16border_color = Color( 0, 0, 0, 1 )
17
18[sub_resource type="StyleBoxFlat" id=3]
19bg_color = Color( 0.835294, 0.733333, 0.466667, 1 )
20border_width_left = 5
21border_width_top = 5
22border_width_bottom = 5
23border_color = Color( 0, 0, 0, 1 )
24
25[resource]
26PopupPanel/styles/panel = SubResource( 1 )
27ProgressBar/colors/font_color = Color( 0.94, 0.94, 0.94, 1 )
28ProgressBar/colors/font_color_shadow = Color( 0, 0, 0, 1 )
29ProgressBar/fonts/font = null
30ProgressBar/styles/bg = SubResource( 2 )
31ProgressBar/styles/fg = SubResource( 3 )
Note: See TracBrowser for help on using the repository browser.