Merge pull request #20 with previous commit

This commit is contained in:
OverloadedOrama 2019-11-20 14:42:52 +02:00
parent e895e82a95
commit d44b31b5a8
6 changed files with 7 additions and 6 deletions

View file

@ -52,4 +52,4 @@ func _draw() -> void:
if i % minor_subdivision == 0:
draw_line(Vector2(position.x + RULER_WIDTH, RULER_WIDTH * 0.33), Vector2(position.x + RULER_WIDTH, RULER_WIDTH), Color.white)
else:
draw_line(Vector2(position.x + RULER_WIDTH, RULER_WIDTH * 0.66), Vector2(position.x + RULER_WIDTH, RULER_WIDTH), Color.white)
draw_line(Vector2(position.x + RULER_WIDTH, RULER_WIDTH * 0.66), Vector2(position.x + RULER_WIDTH, RULER_WIDTH), Color.white)