implemented garrison slot rendering

This commit is contained in:
devZoGok
2023-10-21 14:32:15 +03:00
parent 0a4b7ae08e
commit 7d2dcc2fd4
10 changed files with 68 additions and 21 deletions
-2
View File
@@ -74,8 +74,6 @@ namespace battleship{
}
void Vehicle::initProperties(){
Unit::initProperties();
sol::state_view SOL_LUA_STATE = generateView();
maxTurnAngle = SOL_LUA_STATE["maxTurnAngle"][id + 1];
speed = SOL_LUA_STATE["speed"][id + 1];