victory and defeat screens

This commit is contained in:
devZoGok
2023-12-26 15:13:54 +02:00
parent 950411f515
commit f884fc1647
16 changed files with 186 additions and 14 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ namespace battleship{
"Player", sol::constructors<Player(int, int, int, bool, Vector3)>(),
"addUnit", &Player::addUnit,
"getUnit", &Player::getUnit,
"getNumUnits", &Player::getNumberOfUnits,
"getNumUnits", &Player::getNumUnits,
"issueOrder", &Player::issueOrder,
"selectUnits", &Player::selectUnits,
"deselectUnits", &Player::deselectUnits,