Added vanity card and cached scenes
This commit is contained in:
15
Intro.tscn
15
Intro.tscn
@@ -23,21 +23,21 @@ point_count = 2
|
||||
[sub_resource type="Gradient" id="Gradient_431mb"]
|
||||
colors = PackedColorArray(0, 0, 0, 0, 1, 1, 1, 1)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_24rds"]
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_6q8nl"]
|
||||
shader = ExtResource("3_eo4f3")
|
||||
shader_parameter/rect_global_position = Vector2(122.5, 27.5)
|
||||
shader_parameter/rect_global_position = Vector2(0.19822, 0.0732357)
|
||||
shader_parameter/rect_size = Vector2(150, 25)
|
||||
shader_parameter/ColourTexture = ExtResource("4_v8i0c")
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_jnx1u"]
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_ogji8"]
|
||||
shader = ExtResource("3_eo4f3")
|
||||
shader_parameter/rect_global_position = Vector2(99.5, 42)
|
||||
shader_parameter/rect_global_position = Vector2(0.161003, 0.111851)
|
||||
shader_parameter/rect_size = Vector2(242, 25)
|
||||
shader_parameter/ColourTexture = ExtResource("4_v8i0c")
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_s1jgx"]
|
||||
shader = ExtResource("11_p7bee")
|
||||
shader_parameter/rect_global_position = Vector2(205.5, 79)
|
||||
shader_parameter/rect_global_position = Vector2(0.332524, 0.210386)
|
||||
shader_parameter/rect_size = Vector2(2.369, 3.688)
|
||||
shader_parameter/ColourTexture = ExtResource("12_8ixec")
|
||||
|
||||
@@ -79,7 +79,7 @@ size_flags_horizontal = 3
|
||||
theme = ExtResource("3_8d2ix")
|
||||
|
||||
[node name="ArkaLabel" type="Label" parent="VBoxContainer/HBoxContainer"]
|
||||
material = SubResource("ShaderMaterial_24rds")
|
||||
material = SubResource("ShaderMaterial_6q8nl")
|
||||
layout_mode = 2
|
||||
theme = ExtResource("3_8d2ix")
|
||||
theme_type_variation = &"Arkanoid"
|
||||
@@ -100,7 +100,7 @@ size_flags_horizontal = 3
|
||||
theme = ExtResource("3_8d2ix")
|
||||
|
||||
[node name="Revenge" type="Label" parent="VBoxContainer/HBoxContainer2"]
|
||||
material = SubResource("ShaderMaterial_jnx1u")
|
||||
material = SubResource("ShaderMaterial_ogji8")
|
||||
layout_mode = 2
|
||||
theme = ExtResource("3_8d2ix")
|
||||
theme_type_variation = &"Arkanoid"
|
||||
@@ -371,7 +371,6 @@ horizontal_alignment = 1
|
||||
autowrap_mode = 3
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
visible = false
|
||||
offset_right = 640.0
|
||||
offset_bottom = 360.0
|
||||
mouse_filter = 2
|
||||
|
||||
Reference in New Issue
Block a user