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:
OverloadedOrama 2019-12-06 01:48:29 +02:00
parent da61234b13
commit 5613c3d7ef
14 changed files with 158 additions and 116 deletions

View file

@ -22,6 +22,7 @@ margin_bottom = 32.0
rect_min_size = Vector2( 3, 0 )
button_mask = 3
texture_normal = ExtResource( 1 )
stretch_mode = 5
script = ExtResource( 2 )
[node name="BrushTexture" type="TextureRect" parent="."]