mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added html
This commit is contained in:
parent
6539056cfb
commit
c8747328cf
9 changed files with 1205 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue