Game Development Community

TorqueCombat Menu System

by Levi Putna · in Torque X Platformer Kit · 01/03/2009 (5:19 am) · 1 replies

I am trying to implement my menu system, I am using the menu system from TorqueCombat as a base but cant seem to get it working, I have used this menu system on Torque X version 1 projects, is it still compatible with version 2 projects?

I keep getting errors with Font, is there anything extra I need to include in the class?

The error
The type or namespace name 'Font' could not be found (are you missing a using directive or an assembly reference?)

Thanks,
Levi

#1
01/05/2009 (11:43 am)
You seem to be forgetting an import. I'm not exactly sure which one your missing. Maybe "System.Drawing".

Not sure if it's compatible with the new system.