Anyone working on a Sudoku plugin?
Sudoku is a logic puzzle game using a 9x9 grid of numbers. It is very popular in the UK at the moment.
I have started writing a plugin for this game:
I have noticed that the text alignment of center doesn't seem to work with GUIButtonControl (there is some code in the render method but it's commented out). Any ideas?
I've actually made each cell in the above 9x9 grid a custom control derived from GUIButtonControl, as I want to control the foreground/background colours/textures a bit more than is available with a regular button.
Anyone interested in this??
Sudoku is a logic puzzle game using a 9x9 grid of numbers. It is very popular in the UK at the moment.
I have started writing a plugin for this game:

I have noticed that the text alignment of center doesn't seem to work with GUIButtonControl (there is some code in the render method but it's commented out). Any ideas?
I've actually made each cell in the above 9x9 grid a custom control derived from GUIButtonControl, as I want to control the foreground/background colours/textures a bit more than is available with a regular button.
Anyone interested in this??