Brunot
Loading...
Searching...
No Matches
TutorialScene.cpp File Reference

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"
Include dependency graph for TutorialScene.cpp:

Functions

auto to_json (json &j, const TutorialScene &n) ->void
auto from_json (const json &j, TutorialScene &n) ->void

Detailed Description

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)

Author
(bryle.nosp@m.y.el.nosp@m.der@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) Implementation
Date
2026 / 03 / 27

Function Documentation

◆ from_json()

auto from_json ( const json & j,
TutorialScene & n )->void

◆ to_json()

auto to_json ( json & j,
const TutorialScene & n )->void