[WIP] from start menu, if you press space, you get to gameover screen. Just to check. This works

This commit is contained in:
DESKTOP-EBR7IVA\kimve
2021-06-11 16:58:01 +02:00
parent e51b56b156
commit ca61dfc781
3 changed files with 8 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ namespace scene
bool hand_mode_gameOver = false;
Game_Over_Scene::Game_Over_Scene() {
Game_Over_Scene::Game_Over_Scene()
{
shaders::EntityShader shader;
shader.Init();
render_engine::renderer::Init(shader);