Skip to content

Commit

Permalink
Fixed GaveUp bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolejorn committed Aug 19, 2024
1 parent d5362fe commit a0a62ff
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions Results.gd
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func _process(delta):


func _on_play_again_pressed():
Global.heroGaveUp == false
Global.heroHealth = 100
Global.bossPlaced = false
Global.floorCount = 3
Expand Down
37 changes: 37 additions & 0 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[preset.0]

name="Web"
platform="Web"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./index.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false

[preset.0.options]

custom_template/debug=""
custom_template/release=""
variant/extensions_support=false
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
progressive_web_app/icon_512x512=""
progressive_web_app/background_color=Color(0, 0, 0, 1)

0 comments on commit a0a62ff

Please sign in to comment.