issues
search
kEllieGit
/
SBox-Visual-Novel-Base
VNBase is a base for creating visual novels or dialogue systems for S&Box Games.
MIT License
5
stars
0
forks
source link
Refactor to work within Scene System
#1
Closed
kEllieGit
closed
10 months ago
kEllieGit
commented
10 months ago
This PR does a multitude of things:
Refactors the ScriptPlayer and old systems to work with the Scene system, aside from the old Entity system.
Removes all old networking code from the entity system. Will make the system incompatible with multiplayer games, but that will be a task for later.
Updates the UI systems to work under a singular MainHud PanelComponent, which creates and manages the other base hud elements.
Add a bunch of small QOL changes.
This PR does a multitude of things: