mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:54:44 -04:00
Made guides thicker so they won't disappear on certain zoom levels
This commit is contained in:
parent
e157b33e1d
commit
e26fd5077d
4 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,7 @@ func _ready() -> void:
|
|||
|
||||
# warning-ignore:unused_argument
|
||||
func _process(delta : float) -> void:
|
||||
width = Global.camera.zoom.x
|
||||
width = Global.camera.zoom.x * 2
|
||||
mouse_pos = get_local_mouse_position()
|
||||
var point0 := points[0]
|
||||
var point1 := points[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue