mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 00:47:36 +01:00
position
This commit is contained in:
@@ -1304,12 +1304,12 @@ void TCPServer::dropBaseFlowers(StratPattern sp) {
|
||||
|
||||
if (team == BLUE) {
|
||||
if (sp == DROP_FLOWER_BASE_1) {
|
||||
dropPosition = {225, 400};
|
||||
dropPosition = {300, 400};
|
||||
}
|
||||
}
|
||||
else if (team == YELLOW) {
|
||||
if (sp == DROP_FLOWER_BASE_1) {
|
||||
dropPosition = {2775, 400};
|
||||
dropPosition = {2700, 400};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user