From 2307fdd1127f626c310d223ed169ba3c6434a7eb Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Thu, 11 May 2023 18:41:56 +0200 Subject: [PATCH] export: html export pour les copains --- .gitignore | 1 + export_presets.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca8bb93..533e488 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Godot 4+ specific ignores .godot/ +export/ *.exe *.pck diff --git a/export_presets.cfg b/export_presets.cfg index e0247ee..112cdfa 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../godot_export/index.html" +export_path="export/index.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false