Merge pull request #197 from sapient-cogbag/xdg-standard

XDG basedir standard on X11 Godot platforms
This commit is contained in:
Manolis Papadeas 2020-04-13 01:23:55 +03:00 committed by GitHub
commit 0046856b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 465 additions and 42 deletions

View file

@ -1174,8 +1174,8 @@ resizable = true
mode = 0
access = 2
filters = PoolStringArray( "*.pxo ; Pixelorama Project" )
current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama"
current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/"
current_dir = ""
current_path = ""
[node name="SaveSprite" type="FileDialog" parent="."]
anchor_left = 0.5
@ -1190,10 +1190,12 @@ window_title = "Save Sprite as .pxo"
resizable = true
access = 2
filters = PoolStringArray( "*.pxo ; Pixelorama Project" )
current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama"
current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/"
current_dir = ""
current_path = ""
[node name="ImportSprites" parent="." instance=ExtResource( 29 )]
current_dir = ""
current_path = ""
[node name="ExportDialog" parent="." instance=ExtResource( 39 )]
@ -1242,8 +1244,8 @@ dialog_text = "This is an error message!"
[node name="PaletteImportFileDialog" parent="." instance=ExtResource( 37 )]
filters = PoolStringArray( "*.json ; JavaScript Object Notation", "*.gpl ; Gimp Palette Library", "*.png; Portable Network Graphics" )
current_dir = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama"
current_path = "C:/Users/Overloaded/Dropbox/Orama Founding Members/εταιρικα αρχεια/Godot Projects/Pixelorama/"
current_dir = ""
current_path = ""
[node name="LeftCursor" type="Sprite" parent="."]
visible = false