diff options
Diffstat (limited to 'client/menu/overlay.tscn')
-rw-r--r-- | client/menu/overlay.tscn | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/client/menu/overlay.tscn b/client/menu/overlay.tscn index 69a8df8e..e28013db 100644 --- a/client/menu/overlay.tscn +++ b/client/menu/overlay.tscn @@ -1,27 +1,14 @@ -[gd_scene load_steps=8 format=3 uid="uid://bpikve6wlsjfl"] +[gd_scene load_steps=6 format=3 uid="uid://bpikve6wlsjfl"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_4kujw"] [ext_resource type="Script" path="res://menu/overlay.gd" id="2_kbjds"] +[ext_resource type="Texture2D" uid="uid://chxkwohi56cxx" path="res://menu/theme/paper_texture.tres" id="3_oum5g"] [ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="3_u54fv"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_04ujj"] bg_color = Color(0, 0, 0, 0) -[sub_resource type="Gradient" id="Gradient_pkrjd"] -colors = PackedColorArray(0.917969, 0.866454, 0.770122, 1, 0.832031, 0.781817, 0.666307, 1) - -[sub_resource type="FastNoiseLite" id="FastNoiseLite_k7p6k"] -noise_type = 0 -frequency = 0.0084 -domain_warp_enabled = true -domain_warp_frequency = -1.465 - -[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_jq3d3"] -color_ramp = SubResource("Gradient_pkrjd") -noise = SubResource("FastNoiseLite_k7p6k") - [node name="Overlay" type="PanelContainer"] -visible = false anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 @@ -54,7 +41,7 @@ offset_bottom = 185.0 grow_horizontal = 2 grow_vertical = 2 rotation = 0.0610865 -texture = SubResource("NoiseTexture2D_jq3d3") +texture = ExtResource("3_oum5g") [node name="Margin" type="MarginContainer" parent="Score/Paper"] layout_mode = 1 @@ -163,7 +150,7 @@ offset_bottom = 393.0 grow_horizontal = 2 grow_vertical = 2 rotation = 0.0610865 -texture = SubResource("NoiseTexture2D_jq3d3") +texture = ExtResource("3_oum5g") [node name="Line" type="HBoxContainer" parent="Time/Paper"] layout_mode = 0 |