font and rectpacker updates

This commit is contained in:
turanszkij
2018-11-13 19:31:01 +00:00
parent 3ee14cc417
commit 2ff8549c34
16 changed files with 177 additions and 214 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "Editor.h"
#include "wiRenderer.h"
#include "MaterialWindow.h"
@@ -70,7 +70,7 @@ void Editor::Initialize()
void EditorLoadingScreen::Load()
{
font = wiFont("Loading...", wiFontProps((int)(wiRenderer::GetDevice()->GetScreenWidth()*0.5f), (int)(wiRenderer::GetDevice()->GetScreenHeight()*0.5f), 36,
WIFALIGN_MID, WIFALIGN_MID));
WIFALIGN_CENTER, WIFALIGN_CENTER));
addFont(&font);
sprite = wiSprite("../logo/logo_small.png");