File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ architectures/armeabi-v7a=true
26
26
architectures/arm64-v8a =true
27
27
architectures/x86 =false
28
28
architectures/x86_64 =false
29
- version/code =2
30
- version/name =" 0.3.1 "
29
+ version/code =3
30
+ version/name =" 0.3.2 "
31
31
package/unique_name =" dev.moepoi.frontierofhell"
32
32
package/name =" Frontier of Hell"
33
33
package/signed =true
@@ -237,8 +237,8 @@ application/modify_resources=true
237
237
application/icon =" res://assets/icons/app-logo.png"
238
238
application/console_wrapper_icon =" "
239
239
application/icon_interpolation =4
240
- application/file_version =" 0.0.3.1 "
241
- application/product_version =" 0.0.3.1 "
240
+ application/file_version =" 0.0.3.2 "
241
+ application/product_version =" 0.0.3.2 "
242
242
application/company_name =" Moepoi"
243
243
application/product_name =" Frontier of Hell"
244
244
application/file_description =" ~"
@@ -272,7 +272,7 @@ custom_features=""
272
272
export_filter =" all_resources"
273
273
include_filter =" "
274
274
exclude_filter =" "
275
- export_path =" build/web/Frontier-of-Hell .html"
275
+ export_path =" build/web/index .html"
276
276
encryption_include_filters =" "
277
277
encryption_exclude_filters =" "
278
278
encrypt_pck =false
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ func _ready():
18
18
"unlocked_stage" : 1
19
19
})
20
20
21
+ if OS .get_name () == "Web" :
22
+ $ TextureRect/Panel/MarginContainer/VBoxContainer/HBoxContainer/Exit .hide ()
23
+
21
24
func _on_logo_pressed ():
22
25
if timer .is_stopped ():
23
26
timer .start ()
You can’t perform that action at this time.
0 commit comments