Browse Source

:wrench: [example] Set global export path

DricomDragon 2 months ago
parent
commit
38a93fd94f
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 1 0
      godot/project.godot

+ 3 - 0
.gitignore

@@ -1,2 +1,5 @@
 # Godot 4+ specific ignores
 # Godot 4+ specific ignores
 .godot/
 .godot/
+
+# Generated
+dist/

+ 1 - 0
godot/project.godot

@@ -22,6 +22,7 @@ window/stretch/aspect="expand"
 
 
 [editor]
 [editor]
 
 
+movie_writer/movie_file="../dist/export/slide.png"
 movie_writer/fps=25
 movie_writer/fps=25
 
 
 [editor_plugins]
 [editor_plugins]