mirror of
https://git.kittycat.homes/BatHeartTiger/untitled-plant-game.git
synced 2024-08-15 03:16:27 +00:00
water mesages
This commit is contained in:
parent
e830272236
commit
b7670afa78
10 changed files with 155 additions and 26 deletions
8
Menu/Scrollbar.tres
Normal file
8
Menu/Scrollbar.tres
Normal file
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.517647, 0.745098, 0.929412, 1 )
|
||||
border_width_left = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.14902, 0.0431373, 0.129412, 1 )
|
|
@ -1,3 +1,44 @@
|
|||
[gd_resource type="Theme" format=2]
|
||||
[gd_resource type="Theme" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Menu/Scrollbar.tres" type="StyleBox" id=1]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=1]
|
||||
content_margin_left = 2.0
|
||||
content_margin_right = 2.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color( 0.14902, 0.0431373, 0.129412, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.517647, 0.745098, 0.929412, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=2]
|
||||
bg_color = Color( 0.14902, 0.0431373, 0.129412, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.745098, 0.929412, 0.517647, 1 )
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=3]
|
||||
bg_color = Color( 0.14902, 0.0431373, 0.129412, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.745098, 0.929412, 0.517647, 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( 1 )
|
||||
VScrollBar/styles/grabber_highlight = SubResource( 2 )
|
||||
VScrollBar/styles/grabber_pressed = SubResource( 3 )
|
||||
VScrollBar/styles/scroll = ExtResource( 1 )
|
||||
VScrollBar/styles/scroll_focus = ExtResource( 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue