MegaGlest Forum

MegaGlest => MegaGlest => Topic started by: 小丑遊戲 on 7 August 2021, 09:43:49

Title: megaglest source code question?
Post by: 小丑遊戲 on 7 August 2021, 09:43:49
問一個程序問題,那個遊戲中的小地圖,我想把它改到底部,要從minimap.cpp的哪個部分著手啊?
Ask a question about the program, the minimap in the game, I want to change it to the bottom, which part of minimap.cpp should I start with?

(https://upload.cc/i1/2021/08/07/nHlJNw.jpg)
Title: Re: megaglest source code question?
Post by: titi on 21 October 2021, 22:52:48
in metrics.cpp change this:

   minimapX= 10;
   minimapY= 750-128-30+16;

the virtual resolution of MG is 1000x750 ( no matter which real resolution of the screen )