diff --git a/Main.tscn b/Main.tscn index 3ca25de3d..170e91e29 100644 --- a/Main.tscn +++ b/Main.tscn @@ -1178,8 +1178,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 = "/home/matti/repos/Pixelorama" +current_path = "/home/matti/repos/Pixelorama/" [node name="SaveSprite" type="FileDialog" parent="."] anchor_left = 0.5 @@ -1194,10 +1194,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 = "/home/matti/repos/Pixelorama" +current_path = "/home/matti/repos/Pixelorama/" [node name="ImportSprites" parent="." instance=ExtResource( 29 )] +current_dir = "/home/matti/repos/Pixelorama" +current_path = "/home/matti/repos/Pixelorama/" [node name="ExportDialog" parent="." instance=ExtResource( 39 )] @@ -1246,8 +1248,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 = "/home/matti/repos/Pixelorama" +current_path = "/home/matti/repos/Pixelorama/" [node name="LeftCursor" type="Sprite" parent="."] visible = false diff --git a/Brushes/.gdignore b/pixelorama/Brushes/.gdignore similarity index 100% rename from Brushes/.gdignore rename to pixelorama/Brushes/.gdignore diff --git a/Brushes/Godot.png b/pixelorama/Brushes/Godot.png similarity index 100% rename from Brushes/Godot.png rename to pixelorama/Brushes/Godot.png diff --git a/Brushes/Grass/%Grass1.png b/pixelorama/Brushes/Grass/%Grass1.png similarity index 100% rename from Brushes/Grass/%Grass1.png rename to pixelorama/Brushes/Grass/%Grass1.png diff --git a/Brushes/Grass/%Grass2.png b/pixelorama/Brushes/Grass/%Grass2.png similarity index 100% rename from Brushes/Grass/%Grass2.png rename to pixelorama/Brushes/Grass/%Grass2.png diff --git a/Brushes/Grass/%Grass3.png b/pixelorama/Brushes/Grass/%Grass3.png similarity index 100% rename from Brushes/Grass/%Grass3.png rename to pixelorama/Brushes/Grass/%Grass3.png diff --git a/Brushes/Grass/%Grass4.png b/pixelorama/Brushes/Grass/%Grass4.png similarity index 100% rename from Brushes/Grass/%Grass4.png rename to pixelorama/Brushes/Grass/%Grass4.png diff --git a/Brushes/Grass/%Grass5.png b/pixelorama/Brushes/Grass/%Grass5.png similarity index 100% rename from Brushes/Grass/%Grass5.png rename to pixelorama/Brushes/Grass/%Grass5.png diff --git a/Brushes/Pixelorama.png b/pixelorama/Brushes/Pixelorama.png similarity index 100% rename from Brushes/Pixelorama.png rename to pixelorama/Brushes/Pixelorama.png diff --git a/Brushes/Snow.png b/pixelorama/Brushes/Snow.png similarity index 100% rename from Brushes/Snow.png rename to pixelorama/Brushes/Snow.png diff --git a/Brushes/Star/%star1.png b/pixelorama/Brushes/Star/%star1.png similarity index 100% rename from Brushes/Star/%star1.png rename to pixelorama/Brushes/Star/%star1.png diff --git a/Brushes/Star/%star2.png b/pixelorama/Brushes/Star/%star2.png similarity index 100% rename from Brushes/Star/%star2.png rename to pixelorama/Brushes/Star/%star2.png diff --git a/Brushes/Star/%star3.png b/pixelorama/Brushes/Star/%star3.png similarity index 100% rename from Brushes/Star/%star3.png rename to pixelorama/Brushes/Star/%star3.png diff --git a/Brushes/Star/%star4.png b/pixelorama/Brushes/Star/%star4.png similarity index 100% rename from Brushes/Star/%star4.png rename to pixelorama/Brushes/Star/%star4.png diff --git a/Brushes/Star/%star5.png b/pixelorama/Brushes/Star/%star5.png similarity index 100% rename from Brushes/Star/%star5.png rename to pixelorama/Brushes/Star/%star5.png diff --git a/Brushes/Star/%star6.png b/pixelorama/Brushes/Star/%star6.png similarity index 100% rename from Brushes/Star/%star6.png rename to pixelorama/Brushes/Star/%star6.png diff --git a/Brushes/circle_blended.png b/pixelorama/Brushes/circle_blended.png similarity index 100% rename from Brushes/circle_blended.png rename to pixelorama/Brushes/circle_blended.png diff --git a/Brushes/hline_3x3.png b/pixelorama/Brushes/hline_3x3.png similarity index 100% rename from Brushes/hline_3x3.png rename to pixelorama/Brushes/hline_3x3.png diff --git a/Brushes/vline_3x3.png b/pixelorama/Brushes/vline_3x3.png similarity index 100% rename from Brushes/vline_3x3.png rename to pixelorama/Brushes/vline_3x3.png diff --git a/Palettes/.gdignore b/pixelorama/Palettes/.gdignore similarity index 100% rename from Palettes/.gdignore rename to pixelorama/Palettes/.gdignore diff --git a/Palettes/Complementary.json b/pixelorama/Palettes/Complementary.json similarity index 100% rename from Palettes/Complementary.json rename to pixelorama/Palettes/Complementary.json diff --git a/Palettes/Default.json b/pixelorama/Palettes/Default.json similarity index 100% rename from Palettes/Default.json rename to pixelorama/Palettes/Default.json diff --git a/Palettes/Monochromatic.json b/pixelorama/Palettes/Monochromatic.json similarity index 100% rename from Palettes/Monochromatic.json rename to pixelorama/Palettes/Monochromatic.json diff --git a/Palettes/Shades.json b/pixelorama/Palettes/Shades.json similarity index 100% rename from Palettes/Shades.json rename to pixelorama/Palettes/Shades.json diff --git a/Palettes/Triad.json b/pixelorama/Palettes/Triad.json similarity index 100% rename from Palettes/Triad.json rename to pixelorama/Palettes/Triad.json diff --git a/Palettes/bubblegum16.json b/pixelorama/Palettes/bubblegum16.json similarity index 100% rename from Palettes/bubblegum16.json rename to pixelorama/Palettes/bubblegum16.json