Преглед на файлове

:wrench: [example] Set global export path

DricomDragon преди 2 месеца
родител
ревизия
38a93fd94f
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 3 0
      .gitignore
  2. 1 0
      godot/project.godot

+ 3 - 0
.gitignore

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

+ 1 - 0
godot/project.godot

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