seperate ui controls from gameplay controls, scrolling controls screen
This commit is contained in:
parent
3c69e4d14d
commit
ab094fd6ce
8 changed files with 273 additions and 71 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Theme" load_steps=16 format=2]
|
||||
[gd_resource type="Theme" load_steps=17 format=2]
|
||||
|
||||
[ext_resource path="res://ui/2ndpuberty_scholar.fnt" type="BitmapFont" id=1]
|
||||
[ext_resource path="res://graphics/hud/hslider_slider.png" type="Texture" id=2]
|
||||
|
@ -42,6 +42,8 @@ margin_bottom = 3.0
|
|||
content_margin_left = 4.0
|
||||
content_margin_right = 4.0
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=18]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource( 1 )
|
||||
Button/colors/font_color = Color( 0.690196, 0.690196, 0.690196, 1 )
|
||||
|
@ -63,3 +65,4 @@ TabContainer/styles/panel = SubResource( 16 )
|
|||
TabContainer/styles/tab_bg = SubResource( 2 )
|
||||
TabContainer/styles/tab_disabled = SubResource( 2 )
|
||||
TabContainer/styles/tab_fg = SubResource( 2 )
|
||||
VScrollBar/styles/scroll = SubResource( 18 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue