mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 03:04:43 -04:00
Organized all Dialog nodes in Main.tscn under a parent "Dialog" node
Just to make the scene tree look cleaner.
This commit is contained in:
parent
c6bc3d6d05
commit
826b4da177
4 changed files with 90 additions and 74 deletions
|
@ -2,10 +2,7 @@
|
|||
|
||||
[ext_resource path="res://src/UI/Dialogs/OutlineDialog.gd" type="Script" id=1]
|
||||
|
||||
|
||||
|
||||
[node name="OutlineDialog" type="ConfirmationDialog"]
|
||||
visible = true
|
||||
margin_right = 200.0
|
||||
margin_bottom = 70.0
|
||||
script = ExtResource( 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue