Просмотр исходного кода

:wrench: [example] Set global export path

DricomDragon 2 месяцев назад
Родитель
Сommit
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]