Increased resolution.

This commit is contained in:
Felix Ableitner 2013-08-31 23:07:07 +02:00
parent 7c2848972f
commit bf87454682

View file

@ -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"))