Added aliens and glow on the numbers

This commit is contained in:
2024-05-08 19:51:02 +01:00
parent 6e2721bef8
commit bff1c6864b
66 changed files with 1552 additions and 135 deletions

View File

@@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=16 format=3 uid="uid://cfvww0geatnnk"]
[gd_resource type="Theme" load_steps=17 format=3 uid="uid://cfvww0geatnnk"]
[ext_resource type="FontFile" uid="uid://dfkm2dibf0c3b" path="res://Fonts/fonts-DSEG_v046/DSEG7-Classic-MINI/DSEG7ClassicMini-Italic.ttf" id="1_17to7"]
[ext_resource type="FontFile" uid="uid://bx41ej4o03nbx" path="res://Fonts/arkanoid/Arka_solid.ttf" id="1_s07ae"]
@@ -85,6 +85,15 @@ corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8xhb1"]
bg_color = Color(0.6, 0.6, 0.6, 0)
corner_radius_top_left = 40
corner_radius_top_right = 40
corner_radius_bottom_right = 40
corner_radius_bottom_left = 40
shadow_color = Color(0.909804, 0.584314, 0.207843, 0.235294)
shadow_size = 10
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sf0ln"]
bg_color = Color(0, 0, 0, 1)
@@ -138,6 +147,7 @@ Numbers/constants/shadow_offset_y = 0
Numbers/constants/shadow_outline_size = 3
Numbers/font_sizes/font_size = 18
Numbers/fonts/font = ExtResource("1_17to7")
Numbers/styles/normal = SubResource("StyleBoxFlat_8xhb1")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_sf0ln")
RoundStart/base_type = &"PanelContainer"
RoundStart/styles/panel = SubResource("StyleBoxFlat_mruxx")