added lvl 9, hid all arrows
This commit is contained in:
parent
cbd5606f5e
commit
0bc7f7c8d3
5 changed files with 11 additions and 8 deletions
|
@ -100,6 +100,7 @@ grow_vertical = 2
|
|||
layout_mode = 1
|
||||
|
||||
[node name="Node2D2" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="Sign" parent="Node2D2" instance=ExtResource("8_i27bq")]
|
||||
light_mask = 7
|
||||
|
|
|
@ -101,6 +101,7 @@ grow_vertical = 2
|
|||
layout_mode = 1
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="Sign" parent="Node2D" instance=ExtResource("10_q5p01")]
|
||||
light_mask = 7
|
||||
|
|
|
@ -100,6 +100,7 @@ grow_vertical = 2
|
|||
layout_mode = 1
|
||||
|
||||
[node name="Node2D2" type="Node2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(117, -85)
|
||||
|
||||
[node name="Sign" parent="Node2D2" instance=ExtResource("9_j8hxc")]
|
||||
|
|
|
@ -20,12 +20,12 @@ _data = {
|
|||
}
|
||||
point_count = 8
|
||||
|
||||
[node name="level9" type="Node2D" node_paths=PackedStringArray("path", "line", "player", "finish", "menu")]
|
||||
[node name="level6" type="Node2D" node_paths=PackedStringArray("path", "line", "player", "finish", "menu")]
|
||||
script = ExtResource("1_ev21i")
|
||||
starting_width = 400.0
|
||||
shrink_factor = 2.5
|
||||
max_distance_offset = 5.0
|
||||
level_nr = 9
|
||||
level_nr = 6
|
||||
path = NodePath("TrackPath")
|
||||
line = NodePath("TrackLine")
|
||||
player = NodePath("player")
|
||||
|
|
|
@ -16,16 +16,16 @@
|
|||
|
||||
[sub_resource type="Curve2D" id="Curve2D_ll8bj"]
|
||||
_data = {
|
||||
"points": PackedVector2Array(-36.1082, 3589.84, 36.1082, -3589.84, 79, -9, -21.3574, 3246.33, 21.3574, -3246.33, -4870, -4849, -3284.29, -4602.8, 3284.29, 4602.8, 5575, -6579, 419.963, -3123.25, -419.963, 3123.25, 945, -734, 25.3984, -3035.11, -25.3984, 3035.11, 6241, 1780, 2260.46, -215.887, -2260.46, 215.887, 717, 3888, -1369.36, 3600.47, 1369.36, -3600.47, -7923, 2715, -211.051, 6958.49, 211.051, -6958.49, 79, -9)
|
||||
"points": PackedVector2Array(-5295.46, -63.4382, 5295.46, 63.4382, -6979, -1650, -91.6992, 3291.63, 91.6992, -3291.63, 5106, -4037, 176.057, 3451.13, -176.057, -3451.13, -6012, -8142, -8594.37, -50.8542, 8594.37, 50.8542, 7494, -10260, 1346.12, -3212.9, -1346.12, 3212.9, 9775, 2732, 3915.78, -50.8542, -3915.78, 50.8542, -7833, 5154, -6993.28, 317.61, 6993.28, -317.61, -6978, -1649)
|
||||
}
|
||||
point_count = 8
|
||||
point_count = 7
|
||||
|
||||
[node name="level6" type="Node2D" node_paths=PackedStringArray("path", "line", "player", "finish", "menu")]
|
||||
[node name="level9" type="Node2D" node_paths=PackedStringArray("path", "line", "player", "finish", "menu")]
|
||||
script = ExtResource("1_3ikem")
|
||||
starting_width = 400.0
|
||||
shrink_factor = 2.5
|
||||
max_distance_offset = 5.0
|
||||
level_nr = 6
|
||||
level_nr = 9
|
||||
path = NodePath("TrackPath")
|
||||
line = NodePath("TrackLine")
|
||||
player = NodePath("player")
|
||||
|
@ -44,7 +44,7 @@ texture = ExtResource("2_sk4kt")
|
|||
stretch_mode = 1
|
||||
|
||||
[node name="Background" type="TextureRect" parent="."]
|
||||
self_modulate = Color(0.172549, 0.482353, 0.47451, 1)
|
||||
self_modulate = Color(0.643137, 0, 0.258824, 1)
|
||||
offset_left = -13886.0
|
||||
offset_top = -12215.1
|
||||
offset_right = 43664.0
|
||||
|
@ -57,7 +57,7 @@ stretch_mode = 1
|
|||
curve = SubResource("Curve2D_ll8bj")
|
||||
|
||||
[node name="TrackLine" type="Line2D" parent="."]
|
||||
self_modulate = Color(0.447059, 0.619608, 0.329412, 1)
|
||||
self_modulate = Color(0.486275, 0.533333, 1, 1)
|
||||
texture_repeat = 2
|
||||
texture = ExtResource("4_4t1qw")
|
||||
texture_mode = 2
|
||||
|
|
Loading…
Reference in a new issue