added html

This commit is contained in:
zoe 2021-10-01 18:14:37 +02:00
parent 6539056cfb
commit c8747328cf
9 changed files with 1205 additions and 3 deletions

View file

@ -12,8 +12,6 @@ func save_game():
"sfx_volume" : AudioServer.get_bus_volume_db(AudioServer.get_bus_index("SFX"))
}
print(data)
var file = File.new()
var err = file.open(save_path, File.WRITE)
if err == OK: