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:
@@ -24,6 +24,8 @@
|
||||
#include "base_scene.hpp"
|
||||
#include "button.hpp"
|
||||
#include "image.hpp"
|
||||
#include "text_line.hpp"
|
||||
|
||||
#include "SDL2/SDL_ttf.h"
|
||||
|
||||
#include <chrono>
|
||||
@@ -54,6 +56,7 @@ protected:
|
||||
Image image;
|
||||
TTF_Font* font = nullptr;
|
||||
Button backButton;
|
||||
TextLine textLine;
|
||||
|
||||
//auto return
|
||||
std::chrono::steady_clock::time_point startTick;
|
||||
|
||||
Reference in New Issue
Block a user