.gitignore

This commit is contained in:
Lurkars 2019-07-23 19:55:21 +02:00
parent 196d6972ab
commit 3430808f2d
5 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Godot-specific ignores # Godot-specific ignores
.import/ .import/
export.cfg export.cfg
export_presets.cfg
dist/ dist/
*.import *.import

View File

@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="/home/lhaubaum/Development/Muffcloud/MUR_pre_alpha/dist/Muffrace Pre Alpha.x86_64" export_path="dist/Muffrace Pre Alpha.x86_64"
patch_list=PoolStringArray( ) patch_list=PoolStringArray( )
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@ -27,7 +27,7 @@ custom_template/debug=""
name="Windows Desktop" name="Windows Desktop"
platform="Windows Desktop" platform="Windows Desktop"
runnable=true runnable=false
custom_features="" custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""

View File

@ -74,7 +74,7 @@ _global_script_class_icons={
[application] [application]
config/name="MUR_pre_alpha" config/name="MUR (public)"
run/main_scene="res://scenes/menus/MainMenu.tscn" run/main_scene="res://scenes/menus/MainMenu.tscn"
boot_splash/fullsize=false boot_splash/fullsize=false
config/icon="res://icon.png" config/icon="res://icon.png"

Binary file not shown.

Binary file not shown.