Added Map; Added Spawners; Changed Decorations; Cleaned up Code and some Settings; Added Enemy
This commit is contained in:
parent
e82438139f
commit
e18beb6c4c
160 changed files with 4674 additions and 182 deletions
14
Theme/Empty.tres
Normal file
14
Theme/Empty.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://31r7sc1edews"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.29, 0.29, 0.29, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
corner_detail = 20
|
||||
14
Theme/HealthBar.tres
Normal file
14
Theme/HealthBar.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://6x7dblrcglcl"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(1, 0, 0.0166664, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
corner_detail = 20
|
||||
6
Theme/Hud.tres
Normal file
6
Theme/Hud.tres
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_resource type="Theme" format=3 uid="uid://brft526ygjv2u"]
|
||||
|
||||
[resource]
|
||||
Label/constants/outline_size = 10
|
||||
Label/font_sizes/font_size = 48
|
||||
ProgressBar/font_sizes/font_size = 32
|
||||
6
Theme/Label.tres
Normal file
6
Theme/Label.tres
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_resource type="LabelSettings" format=3 uid="uid://bgoqxiawdjyvv"]
|
||||
|
||||
[resource]
|
||||
font_size = 48
|
||||
outline_size = 5
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
14
Theme/RollBar.tres
Normal file
14
Theme/RollBar.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cicm0nqh0g7fd"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.0500002, 0, 1, 1)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 5
|
||||
corner_radius_top_right = 5
|
||||
corner_radius_bottom_right = 5
|
||||
corner_radius_bottom_left = 5
|
||||
corner_detail = 20
|
||||
Loading…
Add table
Add a link
Reference in a new issue