- Joined
- Apr 18, 2012
- Messages
- 121
- Reaction score
- 7
- First Language
- English
- Primarily Uses
Hi,
How can I draw an additional gold window on the main menu screen?
The default gold window is already set up for displaying something else other than the player's currency, and I'd like to show the player's Gold in a different individual window, not as part of the same one.
Its width, height and location on screen don't matter, since I'll just change it later thanks to SomeRandomDude's SRD_SuperToolsEngine plugin.
Thank you!
EDIT:
Found a way to get the result I wanted.
I used the SRD_GoldWindowCustomizer plugin and added // before the line that says
this._windowLayer.removeChild(this._goldWindow);
How can I draw an additional gold window on the main menu screen?
The default gold window is already set up for displaying something else other than the player's currency, and I'd like to show the player's Gold in a different individual window, not as part of the same one.
Its width, height and location on screen don't matter, since I'll just change it later thanks to SomeRandomDude's SRD_SuperToolsEngine plugin.
Thank you!
EDIT:
Found a way to get the result I wanted.
I used the SRD_GoldWindowCustomizer plugin and added // before the line that says
this._windowLayer.removeChild(this._goldWindow);
Last edited:

