Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 780 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 780 Bytes

Godot Save and Load System

A simple demonstration of how saving and loading is implemented in Godot (4+). There are many methods that can be used to save and load data in Godot, but this project only uses Resources (.tres) or ConfigFile (.ini) to save certain variables.

Preview

image

Documentation