This script is a modification of MOGHunter's Active Timer HUD script, separating the feature for custom Game_Timer graphic numbers from the rest of the original script's features. This can help make your Game_Timer numbers match other number graphic styles that you may be using in your project.
Screenshot
How to use
The script uses TIMER_POS and NUMBER_POS at the top of the script's module to determine the screen placement via X/Y coordinates. Both X values are added together, and both Y values are added together. There is also a HUD_Z value. Edit these as desired.
On line 36, change the name of the graphic file that the script will use from Graphics/System. (the default is Timer_Number, a png image)
This is the default Timer_Number image provided by MOGHunter, which matches the style of the rest of his scripts.