Improved volume slider values
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
[ext_resource type="Script" path="res://ScrollText.gd" id="6_y6ajf"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6nwmsoi1gjvv" path="res://FadeTex.png" id="7_wpqjt"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_u467p"]
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_31xkm"]
|
||||
shader = ExtResource("3_u76hk")
|
||||
shader_parameter/rect_global_position = Vector2(0, 0.0998668)
|
||||
shader_parameter/rect_size = Vector2(640, 25)
|
||||
shader_parameter/rect_global_position = Vector2(0, 0)
|
||||
shader_parameter/rect_size = Vector2(160, 25)
|
||||
shader_parameter/ColourTexture = ExtResource("4_lxs2b")
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_fxm16"]
|
||||
shader = ExtResource("6_t71ub")
|
||||
shader_parameter/rect_global_position = Vector2(nan, nan)
|
||||
shader_parameter/rect_size = Vector2(nan, nan)
|
||||
shader_parameter/rect_global_position = Vector2(0, 0)
|
||||
shader_parameter/rect_size = Vector2(0, 0)
|
||||
shader_parameter/ColourTexture = ExtResource("7_wpqjt")
|
||||
|
||||
[node name="GameOver" type="Node2D"]
|
||||
@@ -35,7 +35,7 @@ size_flags_vertical = 3
|
||||
theme = ExtResource("3_km2fx")
|
||||
|
||||
[node name="GameOver" type="Label" parent="VBoxContainer"]
|
||||
material = SubResource("ShaderMaterial_u467p")
|
||||
material = SubResource("ShaderMaterial_31xkm")
|
||||
layout_mode = 2
|
||||
theme = ExtResource("3_km2fx")
|
||||
theme_type_variation = &"Arkanoid"
|
||||
@@ -98,7 +98,7 @@ script = ExtResource("6_y6ajf")
|
||||
disable_3d = true
|
||||
transparent_bg = true
|
||||
handle_input_locally = false
|
||||
size = Vector2i(211, 71)
|
||||
size = Vector2i(2, 2)
|
||||
render_target_update_mode = 4
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/HBoxContainer2/SubViewportContainer/SubViewport"]
|
||||
|
||||
Reference in New Issue
Block a user