mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Save game option
- New button themes - Redid retro and "full snack" shirts
This commit is contained in:
parent
71dfa4d52f
commit
39bcdcb78c
12 changed files with 613 additions and 534 deletions
14
sprites/ui/button_style.tres
Normal file
14
sprites/ui/button_style.tres
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://by6foat5q5d8b"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0, 0.556863, 1, 1)
|
||||
border_width_left = 3
|
||||
border_width_top = 3
|
||||
border_width_right = 3
|
||||
border_width_bottom = 3
|
||||
border_color = Color(0, 0.180392, 1, 1)
|
||||
border_blend = true
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
5
sprites/ui/comic_sans.tres
Normal file
5
sprites/ui/comic_sans.tres
Normal file
|
@ -0,0 +1,5 @@
|
|||
[gd_resource type="SystemFont" format=3 uid="uid://dfre5a3mywuhy"]
|
||||
|
||||
[resource]
|
||||
font_names = PackedStringArray("Comic Sans MS")
|
||||
hinting = 2
|
Loading…
Add table
Add a link
Reference in a new issue