mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:44:42 -04:00
Guides get saved in .pxo files
This commit is contained in:
parent
122f42b361
commit
36b462c30a
4 changed files with 52 additions and 23 deletions
13
Main.tscn
13
Main.tscn
|
@ -57,6 +57,7 @@ anchor_bottom = 1.0
|
|||
custom_constants/separation = 0
|
||||
|
||||
[node name="MenuContainer" type="Panel" parent="MenuAndUI"]
|
||||
editor/display_folded = true
|
||||
margin_right = 1152.0
|
||||
margin_bottom = 28.0
|
||||
rect_min_size = Vector2( 0, 28 )
|
||||
|
@ -121,6 +122,7 @@ text = "[64×64]"
|
|||
align = 2
|
||||
|
||||
[node name="UI" type="HBoxContainer" parent="MenuAndUI"]
|
||||
editor/display_folded = true
|
||||
margin_top = 28.0
|
||||
margin_right = 1152.0
|
||||
margin_bottom = 648.0
|
||||
|
@ -129,6 +131,7 @@ size_flags_vertical = 3
|
|||
custom_constants/separation = 0
|
||||
|
||||
[node name="ToolPanel" type="Panel" parent="MenuAndUI/UI"]
|
||||
editor/display_folded = true
|
||||
margin_right = 242.0
|
||||
margin_bottom = 620.0
|
||||
rect_min_size = Vector2( 242, 0 )
|
||||
|
@ -512,6 +515,7 @@ enabled_focus_mode = 0
|
|||
script = ExtResource( 8 )
|
||||
|
||||
[node name="ViewportandVerticalRuler" type="HBoxContainer" parent="MenuAndUI/UI/CanvasAndTimeline/HViewportContainer/ViewportAndRulers"]
|
||||
editor/display_folded = true
|
||||
margin_top = 16.0
|
||||
margin_right = 686.0
|
||||
margin_bottom = 478.0
|
||||
|
@ -566,17 +570,16 @@ margin_right = 319.0
|
|||
margin_bottom = 464.0
|
||||
|
||||
[node name="ViewportContainer2" type="ViewportContainer" parent="MenuAndUI/UI/CanvasAndTimeline/HViewportContainer"]
|
||||
editor/display_folded = true
|
||||
visible = false
|
||||
margin_left = 319.0
|
||||
margin_right = 634.0
|
||||
margin_bottom = 464.0
|
||||
margin_left = 345.0
|
||||
margin_right = 686.0
|
||||
margin_bottom = 478.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
stretch = true
|
||||
|
||||
[node name="Viewport" type="Viewport" parent="MenuAndUI/UI/CanvasAndTimeline/HViewportContainer/ViewportContainer2"]
|
||||
size = Vector2( 315, 464 )
|
||||
size = Vector2( 341, 478 )
|
||||
handle_input_locally = false
|
||||
render_target_update_mode = 0
|
||||
script = ExtResource( 13 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue