gui: more xml and lua support

This commit is contained in:
MihailRis
2024-02-14 00:31:45 +03:00
parent ef0d4d69e4
commit c6bd52eed2
10 changed files with 110 additions and 30 deletions
+4
View File
@@ -208,6 +208,10 @@ void Engine::loadAllPacks() {
ContentPack::scan(paths, contentPacks);
}
double Engine::getDelta() const {
return delta;
}
void Engine::setScreen(std::shared_ptr<Screen> screen) {
this->screen = screen;
}