|
Brunot
|
The component for the tutorial scene for specific scene behaviors. More...
#include "TutorialScene.h"#include "Scene.h"#include "Framework/Entity.h"#include "Utility/Path/Path.h"#include "System/AudioSystem.h"Functions | |
| auto | to_json (json &j, const TutorialScene &n) ->void |
| auto | from_json (const json &j, TutorialScene &n) ->void |
The component for the tutorial scene for specific scene behaviors.
Most scenes should have this for things like specialized inputs (What the escape key does, for example)
| auto from_json | ( | const json & | j, |
| TutorialScene & | n )->void |
| auto to_json | ( | json & | j, |
| const TutorialScene & | n )->void |