Some menu scenes compiling; replaced KR Studios logo file
Scene list: > disconnected_screen.*pp * lobby_menu.*pp * main_menu.*pp > options_menu.*pp > splash_screen.*pp * world*.*pp * unfinished > building
This commit is contained in:
@@ -21,10 +21,11 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base_scene.hpp"
|
||||
|
||||
#include "image.hpp"
|
||||
#include "button.hpp"
|
||||
#include "image.hpp"
|
||||
#include "text_line.hpp"
|
||||
|
||||
#include "base_scene.hpp"
|
||||
|
||||
//NOTE: The options screen needs to be USED
|
||||
class OptionsMenu : public BaseScene {
|
||||
@@ -50,6 +51,8 @@ private:
|
||||
void KeyUp(SDL_KeyboardEvent const& event) override;
|
||||
|
||||
//members
|
||||
Image image;
|
||||
Image buttonImage;
|
||||
TTF_Font* font = nullptr;
|
||||
Button backButton;
|
||||
TextLine textLine;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user