Code editor WIP

This commit is contained in:
2021-12-15 19:24:56 +01:00
parent 11bb1b5283
commit 9b1573be9d
4 changed files with 153 additions and 7 deletions

View File

@@ -215,6 +215,7 @@ int main(int argc,char*argv[]) {
//lua_call_init();
}
} else if (mini_eve.key.keysym.scancode == SDL_SCANCODE_F5) {
execute_run();
lua_quit();
reinit();
lua_init(lua_filename);