Methods in ExportDialog.gd now use static typing

Also fixed the theme for Popups, and an issue with cel opacity (that was my fault)
This commit is contained in:
OverloadedOrama 2020-03-25 03:17:01 +02:00
parent 910740a4c8
commit d858be72c3
2 changed files with 32 additions and 30 deletions

View file

@ -265,8 +265,8 @@ window_title = "Open a Directory"
resizable = true
mode = 2
access = 2
current_dir = "/home/novhack/Pixelorama"
current_path = "/home/novhack/Pixelorama/"
current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama"
current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/"
[node name="PathValidationAlert" type="AcceptDialog" parent="Popups"]
margin_left = 8.0