what we lack in length, we make up for in girth

thicken notes to accommodate for shortened cone
This commit is contained in:
msk
2023-10-14 01:43:16 -07:00
parent 82f4685713
commit 518b490abf
8 changed files with 33 additions and 31 deletions
+8 -9
View File
@@ -12,17 +12,17 @@ resource_local_to_scene = true
shader = ExtResource("1_f6ion") shader = ExtResource("1_f6ion")
shader_parameter/mask = SubResource("ViewportTexture_atol7") shader_parameter/mask = SubResource("ViewportTexture_atol7")
[sub_resource type="ViewportTexture" id="ViewportTexture_oigfv"] [sub_resource type="ViewportTexture" id="ViewportTexture_fsuab"]
viewport_path = NodePath("Segment Masks") viewport_path = NodePath("Segment Masks")
[sub_resource type="ShaderMaterial" id="ShaderMaterial_0uexd"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_msk8i"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("1_f6ion") shader = ExtResource("1_f6ion")
shader_parameter/mask = SubResource("ViewportTexture_oigfv") shader_parameter/mask = SubResource("ViewportTexture_fsuab")
[sub_resource type="Gradient" id="Gradient_djnn4"] [sub_resource type="Gradient" id="Gradient_djnn4"]
offsets = PackedFloat32Array(0) offsets = PackedFloat32Array(0)
colors = PackedColorArray(0.0313726, 0.0588235, 0.141176, 1) colors = PackedColorArray(0.0313726, 0.0588235, 0.141176, 0.596078)
[sub_resource type="GradientTexture1D" id="GradientTexture1D_kn5i7"] [sub_resource type="GradientTexture1D" id="GradientTexture1D_kn5i7"]
gradient = SubResource("Gradient_djnn4") gradient = SubResource("Gradient_djnn4")
@@ -32,7 +32,7 @@ width = 2048
interpolation_mode = 2 interpolation_mode = 2
interpolation_color_space = 2 interpolation_color_space = 2
offsets = PackedFloat32Array(0, 0.376518) offsets = PackedFloat32Array(0, 0.376518)
colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0) colors = PackedColorArray(1, 1, 1, 0.882353, 1, 1, 1, 0)
[sub_resource type="GradientTexture1D" id="GradientTexture1D_pibib"] [sub_resource type="GradientTexture1D" id="GradientTexture1D_pibib"]
gradient = SubResource("Gradient_n1451") gradient = SubResource("Gradient_n1451")
@@ -51,7 +51,7 @@ script = ExtResource("2_0fgoc")
firstSegment = NodePath("Segment Masks/0") firstSegment = NodePath("Segment Masks/0")
[node name="FullBG" type="SubViewportContainer" parent="."] [node name="FullBG" type="SubViewportContainer" parent="."]
material = SubResource("ShaderMaterial_0uexd") material = SubResource("ShaderMaterial_msk8i")
layout_mode = 0 layout_mode = 0
offset_right = 40.0 offset_right = 40.0
offset_bottom = 40.0 offset_bottom = 40.0
@@ -91,9 +91,9 @@ layout_mode = 1
anchors_preset = 2 anchors_preset = 2
anchor_top = 1.0 anchor_top = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -40.0 offset_top = -62.0
offset_right = 1920.0 offset_right = 1920.0
offset_bottom = -8.0 offset_bottom = -18.0
grow_vertical = 0 grow_vertical = 0
[node name="Reverse" type="Control" parent="FullBG/SubViewport/Control/HitLine"] [node name="Reverse" type="Control" parent="FullBG/SubViewport/Control/HitLine"]
@@ -129,7 +129,6 @@ transparent_bg = true
size = Vector2i(1920, 1920) size = Vector2i(1920, 1920)
[node name="0" type="TextureRect" parent="Segment Masks"] [node name="0" type="TextureRect" parent="Segment Masks"]
anchors_preset = -1
offset_top = 1920.0 offset_top = 1920.0
offset_right = 1920.0 offset_right = 1920.0
offset_bottom = 1952.0 offset_bottom = 1952.0
+2 -1
View File
@@ -16,10 +16,11 @@ layout_mode = 1
anchors_preset = -1 anchors_preset = -1
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -36.0 offset_top = -44.0
offset_bottom = -24.0 offset_bottom = -24.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
texture = ExtResource("2_i26u3") texture = ExtResource("2_i26u3")
patch_margin_left = 12 patch_margin_left = 12
patch_margin_right = 12 patch_margin_right = 12
axis_stretch_horizontal = 1
+1 -1
View File
@@ -16,7 +16,7 @@ layout_mode = 1
anchors_preset = -1 anchors_preset = -1
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -36.0 offset_top = -44.0
offset_bottom = -24.0 offset_bottom = -24.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
+4 -4
View File
@@ -17,7 +17,7 @@ layout_mode = 1
anchors_preset = -1 anchors_preset = -1
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -36.0 offset_top = -44.0
offset_right = -144.0 offset_right = -144.0
offset_bottom = -24.0 offset_bottom = -24.0
grow_horizontal = 2 grow_horizontal = 2
@@ -32,8 +32,8 @@ anchors_preset = 0
anchor_top = 0.0 anchor_top = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
offset_left = -20.0 offset_left = -20.0
offset_top = -176.0 offset_top = -184.0
offset_right = 52.0 offset_right = 1876.0
offset_bottom = -36.0 offset_bottom = -44.0
grow_vertical = 1 grow_vertical = 1
rotation = -0.000788897 rotation = -0.000788897
+4 -4
View File
@@ -17,7 +17,7 @@ layout_mode = 1
anchors_preset = -1 anchors_preset = -1
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -36.0 offset_top = -44.0
offset_bottom = -24.0 offset_bottom = -24.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
@@ -31,8 +31,8 @@ anchors_preset = 0
anchor_top = 0.0 anchor_top = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
offset_left = -20.0 offset_left = -20.0
offset_top = -176.0 offset_top = -184.0
offset_right = 52.0 offset_right = 1876.0
offset_bottom = -36.0 offset_bottom = -44.0
grow_vertical = 1 grow_vertical = 1
rotation = -0.000788897 rotation = -0.000788897
+6 -5
View File
@@ -7,7 +7,7 @@
[ext_resource type="Texture2D" uid="uid://cmaq66vbi80ug" path="res://_Assets/Textures/Notes/SlideArrow_Texture.png" id="4_rv322"] [ext_resource type="Texture2D" uid="uid://cmaq66vbi80ug" path="res://_Assets/Textures/Notes/SlideArrow_Texture.png" id="4_rv322"]
[ext_resource type="Texture2D" uid="uid://kjoqem41xatr" path="res://_Assets/Textures/Notes/SlideArrow_Mask.png" id="6_o3u8k"] [ext_resource type="Texture2D" uid="uid://kjoqem41xatr" path="res://_Assets/Textures/Notes/SlideArrow_Mask.png" id="6_o3u8k"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_6l1er"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_qipny"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_k16x0") shader = ExtResource("3_k16x0")
shader_parameter/isCw = false shader_parameter/isCw = false
@@ -29,7 +29,7 @@ layout_mode = 1
anchors_preset = -1 anchors_preset = -1
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -36.0 offset_top = -44.0
offset_bottom = -24.0 offset_bottom = -24.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
@@ -38,7 +38,8 @@ patch_margin_left = 12
patch_margin_right = 12 patch_margin_right = 12
[node name="SwipeArrow" parent="." instance=ExtResource("3_smdjm")] [node name="SwipeArrow" parent="." instance=ExtResource("3_smdjm")]
material = SubResource("ShaderMaterial_6l1er") material = SubResource("ShaderMaterial_qipny")
layout_mode = 0 layout_mode = 0
offset_top = -35.0 offset_top = -44.0
offset_bottom = 733.0 offset_right = 138.0
offset_bottom = 724.0
+7 -6
View File
@@ -7,10 +7,10 @@
[ext_resource type="Texture2D" uid="uid://cmaq66vbi80ug" path="res://_Assets/Textures/Notes/SlideArrow_Texture.png" id="4_v0t51"] [ext_resource type="Texture2D" uid="uid://cmaq66vbi80ug" path="res://_Assets/Textures/Notes/SlideArrow_Texture.png" id="4_v0t51"]
[ext_resource type="Texture2D" uid="uid://kjoqem41xatr" path="res://_Assets/Textures/Notes/SlideArrow_Mask.png" id="5_dafyh"] [ext_resource type="Texture2D" uid="uid://kjoqem41xatr" path="res://_Assets/Textures/Notes/SlideArrow_Mask.png" id="5_dafyh"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ub4cc"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_bpwcq"]
resource_local_to_scene = true resource_local_to_scene = true
shader = ExtResource("3_de2t7") shader = ExtResource("3_de2t7")
shader_parameter/isCwShape = true shader_parameter/isCw = true
shader_parameter/TileMult = 6.0 shader_parameter/TileMult = 6.0
shader_parameter/scrollMultiplier = 2.0 shader_parameter/scrollMultiplier = 2.0
shader_parameter/arrow = ExtResource("4_v0t51") shader_parameter/arrow = ExtResource("4_v0t51")
@@ -29,7 +29,7 @@ layout_mode = 1
anchors_preset = -1 anchors_preset = -1
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -36.0 offset_top = -44.0
offset_right = 120.0 offset_right = 120.0
offset_bottom = -24.0 offset_bottom = -24.0
grow_horizontal = 2 grow_horizontal = 2
@@ -39,7 +39,8 @@ patch_margin_left = 12
patch_margin_right = 12 patch_margin_right = 12
[node name="SwipeArrow" parent="." instance=ExtResource("3_b1dle")] [node name="SwipeArrow" parent="." instance=ExtResource("3_b1dle")]
material = SubResource("ShaderMaterial_ub4cc") material = SubResource("ShaderMaterial_bpwcq")
layout_mode = 0 layout_mode = 0
offset_top = -35.0 offset_top = -44.0
offset_bottom = 733.0 offset_right = 138.0
offset_bottom = 724.0
+1 -1
View File
@@ -16,7 +16,7 @@ layout_mode = 1
anchors_preset = -1 anchors_preset = -1
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
offset_top = -36.0 offset_top = -44.0
offset_bottom = -24.0 offset_bottom = -24.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2