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:
OverloadedOrama 2020-07-18 02:27:47 +03:00
parent c6bc3d6d05
commit 826b4da177
4 changed files with 90 additions and 74 deletions

View file

@ -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 )