added Graphics and sound Effects and more overhauls
This commit is contained in:
parent
c887a2168c
commit
b9d4288900
214 changed files with 3378 additions and 198 deletions
16
theme/interface.tres
Normal file
16
theme/interface.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://bcbicfiflkrja"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://b5kn7cf3fs6nc" path="res://theme/button/button.tres" id="1_gwktd"]
|
||||
|
||||
[resource]
|
||||
default_font_size = 60
|
||||
Button/styles/focus = ExtResource("1_gwktd")
|
||||
Button/styles/hover = ExtResource("1_gwktd")
|
||||
Button/styles/normal = ExtResource("1_gwktd")
|
||||
Button/styles/pressed = ExtResource("1_gwktd")
|
||||
MarginContainer/constants/margin_bottom = 20
|
||||
MarginContainer/constants/margin_left = 20
|
||||
MarginContainer/constants/margin_right = 20
|
||||
MarginContainer/constants/margin_top = 20
|
||||
ProgressBar/styles/background = ExtResource("1_gwktd")
|
||||
RichTextLabel/font_sizes/normal_font_size = 40
|
||||
Loading…
Add table
Add a link
Reference in a new issue