some visual clarity to text (shadows)
This commit is contained in:
parent
946f2dd2c1
commit
10b4f01c6c
@ -1,10 +1,10 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://4tym1auav4yv"]
|
||||
|
||||
[ext_resource type="Script" path="res://menu/start_game_menu.cs" id="1_0k2xm"]
|
||||
[ext_resource type="Texture2D" uid="uid://b44vs2lwgnh37" path="res://images/mushroom_cloud001.webp" id="2_aky60"]
|
||||
[ext_resource type="AudioStream" uid="uid://ckg5eypyrhidg" path="res://music/I Feel Grunge (Slow).wav" id="2_yw57x"]
|
||||
[ext_resource type="AudioStream" uid="uid://c8dcqkmytnyay" path="res://audio/btn.wav" id="4_fx2mk"]
|
||||
[ext_resource type="AudioStream" uid="uid://dja6tipmq1m8l" path="res://audio/dot.wav" id="5_y8gc7"]
|
||||
[ext_resource type="Texture2D" uid="uid://bd7j1ug5gs26w" path="res://images/mushroom_cloud001.webp" id="2_aky60"]
|
||||
[ext_resource type="AudioStream" uid="uid://co52ygvp3wcra" path="res://music/I Feel Grunge (Slow).wav" id="2_yw57x"]
|
||||
[ext_resource type="AudioStream" uid="uid://ds7ec1n3pytnr" path="res://audio/btn.wav" id="4_fx2mk"]
|
||||
[ext_resource type="AudioStream" uid="uid://cg78xtngxrjlg" path="res://audio/dot.wav" id="5_y8gc7"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_n38oc"]
|
||||
font_size = 290
|
||||
|
@ -12,6 +12,8 @@ frustum_near = 0.032
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_pws5q"]
|
||||
font_size = 28
|
||||
shadow_size = 5
|
||||
shadow_color = Color(0, 0, 0, 0.580392)
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_g0gsr"]
|
||||
colors = PackedColorArray(0.625134, 0, 0.0234951, 1, 0.409478, 0.173927, 1.44392e-07, 1)
|
||||
@ -76,6 +78,8 @@ font_color = Color(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_adeuk"]
|
||||
font_size = 15
|
||||
shadow_size = 10
|
||||
shadow_color = Color(0, 0, 0, 0.603922)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_kxike"]
|
||||
font_size = 64
|
||||
@ -441,14 +445,14 @@ skeleton = NodePath("../..")
|
||||
|
||||
[node name="snd_Chatter" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_sa1qd")
|
||||
volume_db = -20.771
|
||||
volume_db = -10.0
|
||||
pitch_scale = 0.88
|
||||
|
||||
[node name="snd_Button" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("3_00x5l")
|
||||
|
||||
[node name="tmr_Chatter" type="Timer" parent="."]
|
||||
wait_time = 3.0
|
||||
wait_time = 5.0
|
||||
one_shot = true
|
||||
|
||||
[node name="tmr_kash" type="Timer" parent="."]
|
||||
|
Loading…
Reference in New Issue
Block a user