Removed gosu dependency from Server by adding TACNET.milliseconds method, made tacnet hostname/port editable

This commit is contained in:
2020-06-09 21:19:31 -05:00
parent ca193ea24a
commit 270f3b381f
9 changed files with 41 additions and 24 deletions

View File

@@ -14,6 +14,9 @@ module TAC
active: {
background: TAC::Palette::TIMECRAFTERS_TERTIARY
}
},
EditLine: {
caret_color: Gosu::Color.new(0xff_434343)
}
}
end