ShatteredReality b4c73f4888 Fix README links to asset library (#1078) hai 8 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 8 meses
default_env.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script %!s(int64=2) %!d(string=hai) anos
enemy.gd bac1e69164 Use static typing in all demos (#1063) hai 8 meses
enemy.tscn 095beddcb9 Update loading demos for 4.0 (#776) %!s(int64=2) %!d(string=hai) anos
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 8 meses
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
player.gd bac1e69164 Use static typing in all demos (#1063) hai 8 meses
project.godot bac1e69164 Use static typing in all demos (#1063) hai 8 meses
save_load.tscn bac1e69164 Use static typing in all demos (#1063) hai 8 meses
save_load_config_file.gd bac1e69164 Use static typing in all demos (#1063) hai 8 meses
save_load_json.gd bac1e69164 Use static typing in all demos (#1063) hai 8 meses
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