Added basic dialogs, added 'blindman' implementation of TACNET networking code, added font

This commit is contained in:
2020-06-07 15:18:31 -05:00
parent 5ea8d13653
commit c694d29050
20 changed files with 870 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ module TAC
TIMECRAFTERS_PRIMARY = Gosu::Color.new(0xff008000)
TIMECRAFTERS_SECONDARY = Gosu::Color.new(0xff006000)
TIMECRAFTERS_TERTIARY = Gosu::Color.new(0xff00d000)
TACNET_PRIMARY = Gosu::Color.new(0xff000080)
TACNET_SECONDARY = Gosu::Color.new(0xff000060)