[Stewies]Fullscreen interfaces in resizable/fullscreen mode
All credits to [Only registered and activated users can see links. Click Here To Register...]
Tutorial link: [Only registered and activated users can see links. Click Here To Register...]
This makes fullscreen interfaces actually fullscreen and centred in resizeable/fullscreen mode (Have not included tooltips and right clicks as its essentially the same steps
As my fullscreen is inevitably different from yours, i'm going to highlight the places that need editing inside stewies tutorial (this is common sense just takes a while to mess with)
Code:
super.fullGameScreen = new RSImageProducer(765, 503, getGameComponent());
change to something like this
Code:
super.fullGameScreen = new RSImageProducer(clientWidth, clientHeight, getGameComponent());
will show how to do for other interfaces later such as (house loading)
05-27-2013, 06:35 PM
Kaleem
Thanks for the release (Not using)
05-27-2013, 06:38 PM
Coke zero
This is saaaaaawwwweeeeeeeetttt thanks :)
05-27-2013, 11:02 PM
Joshua
Quote:
Originally Posted by Kaleem[Only registered and activated users can see links. Click Here To Register...]
Thanks for the release (Not using)
Why do you feel the need to inform people that you won't be using it? Really no one gives a shit if you use it or not.
05-28-2013, 01:22 AM
Kaleem
Quote:
Originally Posted by Joshua[Only registered and activated users can see links. Click Here To Register...]
Why do you feel the need to inform people that you won't be using it? Really no one gives a shit if you use it or not.
I didn't say anyone does, I was just stating it mate.
05-28-2013, 01:41 AM
Solstice
Thanks :D
Spoiler for thanks :D:
Quote:
Originally Posted by Jilic-Matt[Only registered and activated users can see links. Click Here To Register...]
All credits to [Only registered and activated users can see links. Click Here To Register...]
Tutorial link: [Only registered and activated users can see links. Click Here To Register...]
This makes fullscreen interfaces actually fullscreen and centred in resizeable/fullscreen mode (Have not included tooltips and right clicks as its essentially the same steps
As my fullscreen is inevitably different from yours, i'm going to highlight the places that need editing inside stewies tutorial (this is common sense just takes a while to mess with)
Code:
super.fullGameScreen = new RSImageProducer(765, 503, getGameComponent());
change to something like this
Code:
super.fullGameScreen = new RSImageProducer(clientWidth, clientHeight, getGameComponent());