mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:14:42 -04:00
Merge pull request #20 with previous commit
This commit is contained in:
parent
e895e82a95
commit
d44b31b5a8
6 changed files with 7 additions and 6 deletions
|
@ -52,4 +52,4 @@ func _draw() -> void:
|
|||
if i % minor_subdivision == 0:
|
||||
draw_line(Vector2(RULER_WIDTH * 0.33, position.y), Vector2(RULER_WIDTH, position.y), Color.white)
|
||||
else:
|
||||
draw_line(Vector2(RULER_WIDTH * 0.66, position.y), Vector2(RULER_WIDTH, position.y), Color.white)
|
||||
draw_line(Vector2(RULER_WIDTH * 0.66, position.y), Vector2(RULER_WIDTH, position.y), Color.white)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue