Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
48
resources/customControls/CustomScrollBar.tres
Normal file
48
resources/customControls/CustomScrollBar.tres
Normal file
|
@ -0,0 +1,48 @@
|
|||
[gd_resource type="Theme" load_steps=5 format=2]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=39]
|
||||
bg_color = Color( 1, 1, 1, 1 )
|
||||
border_color = Color( 1, 1, 1, 0 )
|
||||
corner_radius_top_left = 6
|
||||
corner_radius_top_right = 6
|
||||
corner_radius_bottom_right = 6
|
||||
corner_radius_bottom_left = 6
|
||||
expand_margin_bottom = 4.0
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=41]
|
||||
bg_color = Color( 0.721569, 0.721569, 0.721569, 1 )
|
||||
border_width_top = 2
|
||||
border_width_bottom = 2
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=42]
|
||||
bg_color = Color( 1, 1, 1, 1 )
|
||||
border_width_left = 2
|
||||
border_width_right = 2
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0 )
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=40]
|
||||
bg_color = Color( 0, 0, 0, 1 )
|
||||
border_width_left = 5
|
||||
border_width_right = 5
|
||||
border_color = Color( 0, 0, 0, 1 )
|
||||
|
||||
[resource]
|
||||
VScrollBar/icons/decrement = null
|
||||
VScrollBar/icons/decrement_highlight = null
|
||||
VScrollBar/icons/decrement_pressed = null
|
||||
VScrollBar/icons/increment = null
|
||||
VScrollBar/icons/increment_highlight = null
|
||||
VScrollBar/icons/increment_pressed = null
|
||||
VScrollBar/styles/grabber = SubResource( 39 )
|
||||
VScrollBar/styles/grabber_highlight = SubResource( 41 )
|
||||
VScrollBar/styles/grabber_pressed = SubResource( 42 )
|
||||
VScrollBar/styles/scroll = SubResource( 40 )
|
||||
VScrollBar/styles/scroll_focus = null
|
Loading…
Add table
Add a link
Reference in a new issue