Hugo Locurcio 4d49bbd1b8 Update demos for Godot 4.4 hai 4 meses
..
screenshots 095beddcb9 Update loading demos for 4.0 (#776) %!s(int64=2) %!d(string=hai) anos
README.md b4c73f4888 Fix README links to asset library (#1078) hai 10 meses
enemy.gd bac1e69164 Use static typing in all demos (#1063) hai 11 meses
enemy.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
enemy.tscn 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
enemy_crab.png 095beddcb9 Update loading demos for 4.0 (#776) %!s(int64=2) %!d(string=hai) anos
enemy_crab.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 1 ano
gui.gd bac1e69164 Use static typing in all demos (#1063) hai 11 meses
gui.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) %!s(int64=2) %!d(string=hai) anos
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) %!s(int64=2) %!d(string=hai) anos
player.gd bac1e69164 Use static typing in all demos (#1063) hai 11 meses
player.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
project.godot 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
save_load.tscn 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
save_load_config_file.gd bac1e69164 Use static typing in all demos (#1063) hai 11 meses
save_load_config_file.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
save_load_json.gd bac1e69164 Use static typing in all demos (#1063) hai 11 meses
save_load_json.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 hai 1 mes
sea_turtle.png 095beddcb9 Update loading demos for 4.0 (#776) %!s(int64=2) %!d(string=hai) anos
sea_turtle.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 1 ano

README.md

Saving and Loading (Serialization)

This demo showcases how to save a simple game with each serialization format supported by Godot:

  • ConfigFile
  • JSON

More formats may be added in the future.

For more information, see Saving games in the documentation.

See the Run-time File Saving and Loading demo for an example of loading various file types in an exported project without needing to import them.

Language: GDScript

Renderer: Compatibility

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2781

Screenshots

Screenshot