Suggestion: On launch centre game window on screen

Issue #308 new
Former user created an issue

Due to having my windows task bar on the top of my screen it covers the top bar of the game preventing me from moving the window.

An easy fix for this could be to have the game start in the centre of the screen. This can be achieved easily by adding

CenterToScreen()

at line 123 of The Dungeon\WindowsForms\Game\Game.vb, resulting in the following code segment:

Game_Resize()
CenterToScreen()
loadCKeys()

Comments (0)

  1. Log in to comment