Browse Source

Added save system video link to docs

master
Christopher 8 years ago
parent
commit
6ce631f44b
  1. 4
      Docs/fungus_docs/save_system.md

4
Docs/fungus_docs/save_system.md

@ -7,7 +7,9 @@
The %Fungus Save System provides an easy way to save and load the execution state of Flowcharts in your game.
It works by storing a series of Save Points as the player progresses through the game, to build up a Save History. A basic Save Menu UI is provided to allow the player to Save, Load, Restart, Rewind and Fast Forward through the Save History.
This [tutorial video](https://www.youtube.com/watch?v=Bd4RDcCc0lE&t=2s&list=PLiMlyObJfJmUohJ_M2pJhtrNKuNECo2Uk&index=20) shows how you can quickly add saving functionality to a %Fungus game.
The save system works by storing a series of Save Points as the player progresses through the game, to build up a Save History. A basic Save Menu UI is provided to allow the player to Save, Load, Restart, Rewind and Fast Forward through the Save History.
![img save_history]

Loading…
Cancel
Save