[ADD] added the menu buttons with correct textures to the scene

This commit is contained in:
Jasper
2021-06-01 15:10:23 +02:00
parent ef466c9d95
commit 7679555059
14 changed files with 88 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "scene.h"
#include <map>
#include "../gui/gui_interactable.h"
namespace scene
{
@@ -12,6 +12,8 @@ namespace scene
scene::Scenes return_value = scene::Scenes::STARTUP;
public:
Startup_Scene();
gui::Button* ConvertGuiTextureToButton(gui::GuiTexture* texture);
Scenes start(GLFWwindow* window) override;
void render() override;
void update(GLFWwindow* window) override;