mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:54:44 -04:00
Overall code re-organizing & layer renaming changes
- When renaming a layer, the line edit grabs the focus. If enter is pressed, it gets invisible. Also fixed positioning and size - Re-organized the variables in Global, now they are less messy and randomly placed - Layer, frame & brush textures stretch mode has been changed to Keep Aspect Centered
This commit is contained in:
parent
da61234b13
commit
5613c3d7ef
14 changed files with 158 additions and 116 deletions
|
@ -13,7 +13,7 @@ func _ready() -> void:
|
|||
width = 0.1
|
||||
|
||||
# warning-ignore:unused_argument
|
||||
func _process(delta) -> void:
|
||||
func _process(delta : float) -> void:
|
||||
width = Global.camera.zoom.x
|
||||
mouse_pos = get_local_mouse_position()
|
||||
var point0 := points[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue