Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: kypho on August 29, 2009, 11:58:51 AM

Title: Static Menu
Post by: kypho on August 29, 2009, 11:58:51 AM
Hi Guys!

I am wondering how I could make static actions menu (where my TAKE, LOOK etc. stuff are).

Now I have following problem

if npc on the right and talk, the actions menu goes out of the screen, so
--> I would like to make it stuck in specific place, Static. for example in the middle of the screen :)

Thanks already

-Kypho ::slug
Title: Re: Static Menu
Post by: Mnemonic on August 31, 2009, 03:53:57 PM
If you look in game.script, the RightClick handler positions the menu on screen, so that it appears at the mouse pointer. You can change this code to display the menu wherever you want.
Title: Re: Static Menu
Post by: kypho on September 24, 2009, 04:56:05 PM
kicks ass :) no positioning is correct :) thanx Mnem!