mirror of
https://github.com/Relintai/MemR.git
synced 2024-11-12 10:25:05 +01:00
Added a theme.
This commit is contained in:
parent
13ab0f1723
commit
a029be45e3
@ -1,41 +1,34 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://menu/Menu.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Main.gd" type="Script" id=2]
|
||||
[ext_resource path="res://settings/Settings.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://sort/Sort.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://theme/touch_theme.tres" type="Theme" id=5]
|
||||
|
||||
[node name="Main" type="PanelContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 5 )
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Menu" parent="." instance=ExtResource( 1 )]
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 7.0
|
||||
margin_top = 7.0
|
||||
margin_right = 593.0
|
||||
margin_bottom = 593.0
|
||||
|
||||
[node name="VBoxContainer" parent="Menu" index="0"]
|
||||
margin_right = 586.0
|
||||
margin_bottom = 586.0
|
||||
margin_right = 600.0
|
||||
margin_bottom = 600.0
|
||||
|
||||
[node name="Sort" parent="Menu/VBoxContainer" index="0"]
|
||||
margin_top = 239.0
|
||||
margin_right = 586.0
|
||||
margin_bottom = 259.0
|
||||
margin_top = 213.0
|
||||
margin_bottom = 255.0
|
||||
|
||||
[node name="Settings" parent="Menu/VBoxContainer" index="1"]
|
||||
margin_top = 283.0
|
||||
margin_right = 586.0
|
||||
margin_bottom = 303.0
|
||||
margin_top = 279.0
|
||||
margin_bottom = 321.0
|
||||
|
||||
[node name="Exit" parent="Menu/VBoxContainer" index="2"]
|
||||
margin_top = 327.0
|
||||
margin_right = 586.0
|
||||
margin_bottom = 347.0
|
||||
margin_top = 345.0
|
||||
margin_bottom = 387.0
|
||||
|
||||
[node name="Settings" parent="." instance=ExtResource( 3 )]
|
||||
visible = false
|
||||
@ -52,10 +45,8 @@ margin_right = 1017.0
|
||||
margin_bottom = 593.0
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
margin_left = 7.0
|
||||
margin_top = 7.0
|
||||
margin_right = 593.0
|
||||
margin_bottom = 593.0
|
||||
margin_right = 600.0
|
||||
margin_bottom = 600.0
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="FolderSetupError" type="AcceptDialog" parent="Control"]
|
||||
|
93
game/fonts/OFL.txt
Normal file
93
game/fonts/OFL.txt
Normal file
@ -0,0 +1,93 @@
|
||||
Copyright (c) 2011, Peter Hull (peter.hull@oikoi.com), with Reserved Font Name "VT323".
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
BIN
game/fonts/RobotoSlab-Medium.ttf
Normal file
BIN
game/fonts/RobotoSlab-Medium.ttf
Normal file
Binary file not shown.
6
game/gui_fonts/font_normal.tres
Normal file
6
game/gui_fonts/font_normal.tres
Normal file
@ -0,0 +1,6 @@
|
||||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/RobotoSlab-Medium.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
font_data = ExtResource( 1 )
|
7
game/gui_fonts/font_result.tres
Normal file
7
game/gui_fonts/font_result.tres
Normal file
@ -0,0 +1,7 @@
|
||||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/RobotoSlab-Medium.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 140
|
||||
font_data = ExtResource( 1 )
|
7
game/gui_fonts/font_weight.tres
Normal file
7
game/gui_fonts/font_weight.tres
Normal file
@ -0,0 +1,7 @@
|
||||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/RobotoSlab-Medium.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 12
|
||||
font_data = ExtResource( 1 )
|
18
game/styleboxes/button_focus.tres
Normal file
18
game/styleboxes/button_focus.tres
Normal file
@ -0,0 +1,18 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.12549, 0.129412, 0.145098, 1 )
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color( 0.486275, 0.486275, 0.486275, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
18
game/styleboxes/button_hover.tres
Normal file
18
game/styleboxes/button_hover.tres
Normal file
@ -0,0 +1,18 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.164706, 0.164706, 0.188235, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.486275, 0.486275, 0.486275, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
18
game/styleboxes/button_normal.tres
Normal file
18
game/styleboxes/button_normal.tres
Normal file
@ -0,0 +1,18 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 16.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_top = 6.0
|
||||
content_margin_bottom = 6.0
|
||||
bg_color = Color( 0.12549, 0.129412, 0.145098, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.486275, 0.486275, 0.486275, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
18
game/styleboxes/button_normal_touch.tres
Normal file
18
game/styleboxes/button_normal_touch.tres
Normal file
@ -0,0 +1,18 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.12549, 0.129412, 0.145098, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.486275, 0.486275, 0.486275, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
18
game/styleboxes/button_pressed.tres
Normal file
18
game/styleboxes/button_pressed.tres
Normal file
@ -0,0 +1,18 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.0823529, 0.0823529, 0.0941176, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.415686, 0.403922, 0.403922, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
4
game/styleboxes/panel.tres
Normal file
4
game/styleboxes/panel.tres
Normal file
@ -0,0 +1,4 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.223529, 0.223529, 0.235294, 1 )
|
12
game/styleboxes/scrollbar_grabber.tres
Normal file
12
game/styleboxes/scrollbar_grabber.tres
Normal file
@ -0,0 +1,12 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.52549, 0.52549, 0.52549, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
12
game/styleboxes/scrollbar_grabber_highlighted.tres
Normal file
12
game/styleboxes/scrollbar_grabber_highlighted.tres
Normal file
@ -0,0 +1,12 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.388235, 0.403922, 0.462745, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
13
game/styleboxes/scrollbar_grabber_pressed.tres
Normal file
13
game/styleboxes/scrollbar_grabber_pressed.tres
Normal file
@ -0,0 +1,13 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.282353, 0.286275, 0.341176, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.572549, 0.611765, 0.682353, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
13
game/styleboxes/scrollbar_hscroll.tres
Normal file
13
game/styleboxes/scrollbar_hscroll.tres
Normal file
@ -0,0 +1,13 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_top = 10.0
|
||||
bg_color = Color( 0.160784, 0.164706, 0.172549, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
13
game/styleboxes/scrollbar_hscroll_touch.tres
Normal file
13
game/styleboxes/scrollbar_hscroll_touch.tres
Normal file
@ -0,0 +1,13 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_top = 10.0
|
||||
bg_color = Color( 0.160784, 0.164706, 0.172549, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
13
game/styleboxes/scrollbar_scroll.tres
Normal file
13
game/styleboxes/scrollbar_scroll.tres
Normal file
@ -0,0 +1,13 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
bg_color = Color( 0.160784, 0.164706, 0.172549, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
13
game/styleboxes/scrollbar_scroll_touch.tres
Normal file
13
game/styleboxes/scrollbar_scroll_touch.tres
Normal file
@ -0,0 +1,13 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
bg_color = Color( 0.160784, 0.164706, 0.172549, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
15
game/styleboxes/tab_bg.tres
Normal file
15
game/styleboxes/tab_bg.tres
Normal file
@ -0,0 +1,15 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.105882, 0.101961, 0.113725, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_color = Color( 0.737255, 0.756863, 0.768627, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
15
game/styleboxes/tab_fg.tres
Normal file
15
game/styleboxes/tab_fg.tres
Normal file
@ -0,0 +1,15 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.196078, 0.192157, 0.2, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_color = Color( 0.737255, 0.756863, 0.768627, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
15
game/styleboxes/tab_fg_touch.tres
Normal file
15
game/styleboxes/tab_fg_touch.tres
Normal file
@ -0,0 +1,15 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.196078, 0.192157, 0.2, 1 )
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_color = Color( 0.737255, 0.756863, 0.768627, 1 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
20
game/styleboxes/tab_panel.tres
Normal file
20
game/styleboxes/tab_panel.tres
Normal file
@ -0,0 +1,20 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.223529, 0.223529, 0.235294, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
corner_radius_top_left = 2
|
||||
corner_radius_top_right = 2
|
||||
corner_radius_bottom_right = 2
|
||||
corner_radius_bottom_left = 2
|
||||
expand_margin_left = 2.0
|
||||
expand_margin_right = 2.0
|
||||
expand_margin_top = 2.0
|
||||
expand_margin_bottom = 2.0
|
36
game/theme/touch_theme.tres
Normal file
36
game/theme/touch_theme.tres
Normal file
@ -0,0 +1,36 @@
|
||||
[gd_resource type="Theme" load_steps=15 format=2]
|
||||
|
||||
[ext_resource path="res://gui_fonts/font_normal.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://styleboxes/panel.tres" type="StyleBox" id=2]
|
||||
[ext_resource path="res://styleboxes/tab_panel.tres" type="StyleBox" id=3]
|
||||
[ext_resource path="res://styleboxes/button_normal_touch.tres" type="StyleBox" id=4]
|
||||
[ext_resource path="res://styleboxes/tab_bg.tres" type="StyleBox" id=5]
|
||||
[ext_resource path="res://styleboxes/tab_fg_touch.tres" type="StyleBox" id=6]
|
||||
[ext_resource path="res://styleboxes/button_hover.tres" type="StyleBox" id=7]
|
||||
[ext_resource path="res://styleboxes/button_pressed.tres" type="StyleBox" id=8]
|
||||
[ext_resource path="res://styleboxes/button_focus.tres" type="StyleBox" id=9]
|
||||
[ext_resource path="res://styleboxes/scrollbar_grabber.tres" type="StyleBox" id=10]
|
||||
[ext_resource path="res://styleboxes/scrollbar_grabber_highlighted.tres" type="StyleBox" id=11]
|
||||
[ext_resource path="res://styleboxes/scrollbar_grabber_pressed.tres" type="StyleBox" id=12]
|
||||
[ext_resource path="res://styleboxes/scrollbar_scroll_touch.tres" type="StyleBox" id=13]
|
||||
[ext_resource path="res://styleboxes/scrollbar_hscroll_touch.tres" type="StyleBox" id=14]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource( 1 )
|
||||
Button/styles/focus = ExtResource( 9 )
|
||||
Button/styles/hover = ExtResource( 7 )
|
||||
Button/styles/normal = ExtResource( 4 )
|
||||
Button/styles/pressed = ExtResource( 8 )
|
||||
HScrollBar/styles/grabber = ExtResource( 10 )
|
||||
HScrollBar/styles/grabber_highlight = ExtResource( 11 )
|
||||
HScrollBar/styles/grabber_pressed = ExtResource( 12 )
|
||||
HScrollBar/styles/scroll = ExtResource( 14 )
|
||||
Panel/styles/panel = ExtResource( 2 )
|
||||
PanelContainer/styles/panel = ExtResource( 2 )
|
||||
TabContainer/styles/panel = ExtResource( 3 )
|
||||
TabContainer/styles/tab_bg = ExtResource( 5 )
|
||||
TabContainer/styles/tab_fg = ExtResource( 6 )
|
||||
VScrollBar/styles/grabber = ExtResource( 10 )
|
||||
VScrollBar/styles/grabber_highlight = ExtResource( 11 )
|
||||
VScrollBar/styles/grabber_pressed = ExtResource( 12 )
|
||||
VScrollBar/styles/scroll = ExtResource( 13 )
|
Loading…
Reference in New Issue
Block a user