Increased resolution.
This commit is contained in:
parent
7c2848972f
commit
bf87454682
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ int main(int argc, char* argv[]) {
|
|||
Loader::i().setFolder("res/");
|
||||
Loader::i().setSubFolder<sf::Texture>("textures/");
|
||||
|
||||
tgui::Window window(sf::VideoMode(800, 600, 32), "Dungeon Gunner",
|
||||
tgui::Window window(sf::VideoMode(1024, 768, 32), "Dungeon Gunner",
|
||||
sf::Style::Close | sf::Style::Titlebar);
|
||||
|
||||
if (!window.globalFont.loadFromFile("res/DejaVuSans.ttf"))
|
||||
|
|
Reference in a new issue