mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 09:14:42 -04:00
Made some UI changes to the tool options
This commit is contained in:
parent
d7e7f7e46d
commit
d0c4fbc6eb
6 changed files with 1545 additions and 1493 deletions
|
@ -3,11 +3,9 @@
|
|||
[ext_resource path="res://Scripts/Dialogs/CreateNewImage.gd" type="Script" id=1]
|
||||
|
||||
[node name="CreateNewImage" type="ConfirmationDialog"]
|
||||
visible = true
|
||||
margin_right = 205.0
|
||||
margin_bottom = 200.0
|
||||
rect_min_size = Vector2( 250, 200 )
|
||||
window_title = "Please Confirm..."
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
[ext_resource path="res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres" type="DynamicFont" id=3]
|
||||
|
||||
[node name="PreferencesDialog" type="AcceptDialog"]
|
||||
visible = true
|
||||
margin_right = 430.0
|
||||
margin_bottom = 1347.0
|
||||
rect_min_size = Vector2( 430, 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue