mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Beacon update (#3357)
This PR cherry-picks some DCS-update related changes from Retribution fork: - Updates to beacon information - Fixes to script used to import beacons. --------- Authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
@@ -80,6 +80,14 @@ def beacons_from_terrain(dcs_path: Path, path: Path) -> Iterable[tuple[str, Beac
|
||||
)
|
||||
)
|
||||
|
||||
lua.execute(
|
||||
textwrap.dedent(
|
||||
"""
|
||||
function math.pow(x,y) return x^y end
|
||||
"""
|
||||
)
|
||||
)
|
||||
|
||||
bind_gettext = lua.eval(
|
||||
textwrap.dedent(
|
||||
"""\
|
||||
|
||||
Reference in New Issue
Block a user