-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests for smart terrain
onObjectDeath
. Remove package.path
updati…
…ng in _g root, it is part of oxr from now. Update game engines version. Signed-off-by: Neloreck <Neloreck@gmail.com>
- Loading branch information
Showing
5 changed files
with
73 additions
and
17 deletions.
There are no files selected for viewing
Submodule bin
updated
42 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
import { getFS } from "xray16"; | ||
|
||
/** | ||
* Enable modules requiring. | ||
* Set root folder for lua scripts as $game_data filesystem path. | ||
*/ | ||
// @ts-ignore lua globals package, conflicting with javascript strict mode internals. | ||
package.path += getFS().update_path("$game_data$", "?.script;"); | ||
|
||
/** | ||
* Initialize external references. | ||
* Initialize external references (effects/callbacks/conditions). | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
require("@/engine/scripts/register/externals_registrator").registerExternals(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters