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
10
theme/button/button.tres
Normal file
10
theme/button/button.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://b5kn7cf3fs6nc"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bmc50277gb4iw" path="res://assets/ui/button.png" id="1_lbjx8"]
|
||||
|
||||
[resource]
|
||||
texture = ExtResource("1_lbjx8")
|
||||
texture_margin_left = 8.0
|
||||
texture_margin_top = 8.0
|
||||
texture_margin_right = 8.0
|
||||
texture_margin_bottom = 8.0
|
||||
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
|
||||
3
theme/ui.tres
Normal file
3
theme/ui.tres
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[gd_resource type="Theme" format=3 uid="uid://cle5s6bx7q4fa"]
|
||||
|
||||
[resource]
|
||||
Loading…
Add table
Add a link
Reference in a new issue