fixed menu bug, added title.png
This commit is contained in:
parent
f792924234
commit
cb434baca3
3 changed files with 36 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ finish = NodePath("FinishLine")
|
|||
menu = NodePath("CanvasLayer/menu_box/level")
|
||||
|
||||
[node name="Background" type="TextureRect" parent="."]
|
||||
self_modulate = Color(0.827451, 0.521569, 0.313726, 1)
|
||||
self_modulate = Color(0.0313726, 0.737255, 0, 1)
|
||||
offset_left = -10462.0
|
||||
offset_top = -14103.0
|
||||
offset_right = 47088.0
|
||||
|
|
@ -40,7 +40,7 @@ stretch_mode = 1
|
|||
curve = SubResource("Curve2D_ll8bj")
|
||||
|
||||
[node name="TrackLine" type="Line2D" parent="."]
|
||||
self_modulate = Color(0.164706, 0.658824, 0.858824, 1)
|
||||
self_modulate = Color(0.976471, 0, 0.960784, 1)
|
||||
texture_repeat = 2
|
||||
texture = ExtResource("3_m80eb")
|
||||
texture_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue