lose screen UI; needs animation
This commit is contained in:
parent
28e8a4b6ac
commit
1d0032b587
10 changed files with 300 additions and 45 deletions
47
parking_citation.tres
Normal file
47
parking_citation.tres
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
[gd_resource type="Theme" format=3 uid="uid://bqs58u70wa6gd"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_16ibj"]
|
||||
bg_color = Color(0.46, 0.46, 0.46, 0.28627452)
|
||||
border_width_left = 3
|
||||
border_width_top = 3
|
||||
border_width_right = 6
|
||||
border_width_bottom = 7
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dt5rt"]
|
||||
bg_color = Color(0.6, 0.6, 0.6, 0)
|
||||
border_width_left = 3
|
||||
border_width_top = 3
|
||||
border_width_right = 6
|
||||
border_width_bottom = 7
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_myosa"]
|
||||
bg_color = Color(0.6, 0.6, 0.6, 0)
|
||||
border_width_left = 3
|
||||
border_width_top = 3
|
||||
border_width_right = 3
|
||||
border_width_bottom = 3
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
expand_margin_left = 5.0
|
||||
expand_margin_top = 5.0
|
||||
expand_margin_right = 5.0
|
||||
expand_margin_bottom = 5.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ugcl0"]
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_suww5"]
|
||||
bg_color = Color(1, 1, 1, 1)
|
||||
|
||||
[resource]
|
||||
Button/colors/font_color = Color(0, 0, 0, 1)
|
||||
Button/colors/font_hover_color = Color(0, 0, 0, 1)
|
||||
Button/font_sizes/font_size = 32
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_16ibj")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_dt5rt")
|
||||
Label/colors/font_color = Color(0, 0, 0, 1)
|
||||
Label/font_sizes/font_size = 28
|
||||
Label/styles/normal = SubResource("StyleBoxFlat_myosa")
|
||||
Panel/styles/panel = SubResource("StyleBoxFlat_ugcl0")
|
||||
PanelContainer/styles/panel = SubResource("StyleBoxFlat_suww5")
|
||||
Loading…
Add table
Add a link
Reference in a new issue