mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 03:35:54 +00:00
pixel Menu styles
This commit is contained in:
parent
536e3d05ac
commit
64f7d0e2b8
12 changed files with 110 additions and 18 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dkom8gcup42kd"]
|
||||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://dkom8gcup42kd"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://coek1e2q257pq" path="res://fonts/at01.ttf" id="1_87kc4"]
|
||||
[ext_resource type="StyleBox" uid="uid://ctw2hju32l3rg" path="res://Resources/Styles/PixelStyleBoxRed.tres" id="2_p2o70"]
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_87kc4")
|
||||
|
|
@ -24,8 +25,8 @@ Button/constants/icon_max_width = 0
|
|||
Button/constants/outline_size = 0
|
||||
Button/font_sizes/font_size = 10
|
||||
Button/fonts/font = ExtResource("1_87kc4")
|
||||
Button/styles/disabled = null
|
||||
Button/styles/focus = null
|
||||
Button/styles/hover = null
|
||||
Button/styles/normal = null
|
||||
Button/styles/pressed = null
|
||||
Button/styles/disabled = ExtResource("2_p2o70")
|
||||
Button/styles/focus = ExtResource("2_p2o70")
|
||||
Button/styles/hover = ExtResource("2_p2o70")
|
||||
Button/styles/normal = ExtResource("2_p2o70")
|
||||
Button/styles/pressed = ExtResource("2_p2o70")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue