*Move helptext to Center on Screen, use TriggerEvent(renderHelpTextOnScreen,text) for future changes

This commit is contained in:
VegaZ
2021-02-20 17:20:46 +01:00
parent b86254a5ed
commit efff32d08d
9 changed files with 64 additions and 14 deletions

View File

@@ -250,6 +250,7 @@ import drivingschool from './Gui/drivingschool';
drivingschool(globalData);
require('./Gui/policedepartment');
require('./Gui/helptext');
interface VehicleData {
EngineState: boolean;