Skip to content

Commit

Permalink
Update Export
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsLuttikhuis committed Dec 27, 2023
1 parent 5f39dfa commit 3e2ec2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./Automaton Annihilation.exe"
export_path="export/exe/Automaton Annihilation.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false

[preset.0.options]

custom_template/debug=""
custom_template/release="C:/Users/Thijs/AppData/Roaming/Godot/export_templates/4.1.3.stable.mono/windows_release_x86_64.exe"
debug/export_console_wrapper=0
binary_format/embed_pck=false
custom_template/debug="C:/Users/Thijs Luttikhuis/AppData/Roaming/Godot/export_templates/4.2.1.stable/windows_debug_x86_64.exe"
custom_template/release="C:/Users/Thijs Luttikhuis/AppData/Roaming/Godot/export_templates/4.2.1.stable/windows_release_x86_64.exe"
debug/export_console_wrapper=1
binary_format/embed_pck=true
texture_format/bptc=true
texture_format/s3tc=true
texture_format/etc=false
Expand All @@ -36,7 +36,7 @@ application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=0
application/file_version=""
application/product_version="0.0.0.1"
application/product_version="0.1.0.0"
application/company_name="Bat Tea"
application/product_name="Automaton Annihilation"
application/file_description=""
Expand Down Expand Up @@ -73,7 +73,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/20231222/Automaton-Annihilation.html"
export_path="export/20231227/Automaton-Annihilation.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand All @@ -83,7 +83,7 @@ encrypt_directory=false

custom_template/debug=""
custom_template/release=""
variant/extensions_support=false
variant/extensions_support=true
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
Expand Down
3 changes: 1 addition & 2 deletions src/world/World.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ layer_1/name = "Resources"
layer_1/z_index = -9
layer_1/tile_data = PackedInt32Array(-1441811, 131073, 0, -2359348, 196609, 0, -327699, 196609, 0, -1114172, 65537, 0, -1507386, 65537, 0, -1376321, 65537, 0, -2752578, 65537, 0, -1769540, 1, 0, -1441864, 1, 0, -327738, 1, 0, -1966142, 131073, 0, -655411, 131073, 0, -1769525, 1, 0)
layer_2/name = "Buildings"
layer_2/modulate = Color(1, 1, 1, 0.427451)
layer_2/modulate = Color(1, 1, 1, 0)
layer_2/z_index = -8
layer_2/tile_data = PackedInt32Array()
script = ExtResource("6_ghel7")
Expand All @@ -677,7 +677,6 @@ y_sort_enabled = true

[node name="Architect" parent="Units" instance=ExtResource("7_fysst")]
position = Vector2(-683, -384)
moveSpeed = null

[node name="Player" parent="." instance=ExtResource("11_2c86j")]

Expand Down

0 comments on commit 3e2ec2d

Please sign in to comment.