change the screen game position in launch process

● ARCHIVED · READ-ONLY
Started by VincentValentine 3 posts View original ↗
  1. hi! sorry for my bad english. i have a problem in my vn project:

    when i launch the game ( double click in application) the game screen position always start on mouse cursor position.

    i want to start the aplication always in center of the monitor.

    someone can help me?

    thanks
  2. someone?
  3. Hi VincentValentine,

    first of all, my apologies for the late reply. If you want to change the position of the game window, you can edit the package.json file and look for "position" attribute and change it from "mouse" to "center". Let me know if that helps you out.