make stuff look better

This commit is contained in:
msk
2023-09-18 02:14:19 -07:00
parent f61fbcccf3
commit 77a49e7a49
2 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ namespace WacK.Things.TunnelObjects
}
// Create longThing in segments.
public void BuildLongThing(Control holdScroll)
private void BuildLongThing(Control holdScroll)
{
longThing = new Node2D();
holdScroll.AddChild(longThing);
@@ -102,7 +102,7 @@ namespace WacK.Things.TunnelObjects
subSegment.Translate(new Vector2(60 * minuteSize, 0));
segment.AddChild(subSegment);
}
segment.Modulate = new Color("#FFFFFFD0");
return segment;
}
}