mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
formatting
This commit is contained in:
parent
648fad33d8
commit
5b19e0fdcd
@ -52,7 +52,7 @@ class SeadIngressBuilder(PydcsWaypointBuilder):
|
|||||||
weapon_type=DcsWeaponType.Decoy,
|
weapon_type=DcsWeaponType.Decoy,
|
||||||
group_attack=True,
|
group_attack=True,
|
||||||
expend=Expend.All,
|
expend=Expend.All,
|
||||||
altitude=waypoint.alt
|
altitude=waypoint.alt,
|
||||||
)
|
)
|
||||||
waypoint.tasks.append(attack_task)
|
waypoint.tasks.append(attack_task)
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,7 @@ class PluginSettings:
|
|||||||
|
|
||||||
class LuaPluginOption(PluginSettings):
|
class LuaPluginOption(PluginSettings):
|
||||||
def __init__(
|
def __init__(
|
||||||
self, identifier: str, name: str, min: Any, max: Any, value: Any
|
self, identifier: str, name: str, min: Any, max: Any, value: Any
|
||||||
) -> None:
|
) -> None:
|
||||||
super().__init__(identifier, value)
|
super().__init__(identifier, value)
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|||||||
@ -18,7 +18,8 @@ from PySide2.QtWidgets import (
|
|||||||
QSpinBox,
|
QSpinBox,
|
||||||
QStackedLayout,
|
QStackedLayout,
|
||||||
QVBoxLayout,
|
QVBoxLayout,
|
||||||
QWidget, QSizePolicy,
|
QWidget,
|
||||||
|
QSizePolicy,
|
||||||
)
|
)
|
||||||
|
|
||||||
import qt_ui.uiconstants as CONST
|
import qt_ui.uiconstants as CONST
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user