mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Move constants from laypout.py to theathergroup.py
Should fix the "FIXED_POS_ARG not defined" error
This commit is contained in:
@@ -19,8 +19,6 @@ from game.layout import LAYOUTS
|
||||
from game.layout.layout import (
|
||||
TgoLayout,
|
||||
TgoLayoutUnitGroup,
|
||||
FIXED_POS_ARG,
|
||||
FIXED_HDG_ARG,
|
||||
)
|
||||
from game.point_with_heading import PointWithHeading
|
||||
from game.theater.theatergroundobject import (
|
||||
@@ -28,7 +26,13 @@ from game.theater.theatergroundobject import (
|
||||
IadsBuildingGroundObject,
|
||||
NavalGroundObject,
|
||||
)
|
||||
from game.theater.theatergroup import IadsGroundGroup, IadsRole, TheaterGroup
|
||||
from game.theater.theatergroup import (
|
||||
IadsGroundGroup,
|
||||
IadsRole,
|
||||
TheaterGroup,
|
||||
FIXED_POS_ARG,
|
||||
FIXED_HDG_ARG,
|
||||
)
|
||||
from game.utils import escape_string_for_lua
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Reference in New Issue
Block a user