guide/first-steps/environment/as3/ #11
Replies: 1 comment 1 reply
|
Хочу добавить немного полезной информации.
asconig.json: {
"compilerOptions": {
"source-path": [
"src"
],
"external-library-path": [
"lib/base_app-1.0-SNAPSHOT.swc",
"lib/battle.swc",
"lib/common_i18n_library-1.0-SNAPSHOT.swc",
"lib/common-1.0-SNAPSHOT.swc",
"lib/damageIndicator.swc",
"lib/directionIndicator.swc",
"lib/gui_base-1.0-SNAPSHOT.swc",
"lib/gui_battle-1.0-SNAPSHOT.swc",
"lib/gui_lobby-1.0-SNAPSHOT.swc",
"lib/lobby.swc",
"lib/predictionIndicator.swc",
"lib/playerglobal.swc"
]
},
"mainClass": "Main"
}build-config.xml: <?xml version="1.0" encoding="utf-8"?>
<royale-config>
<target-player>17.0</target-player>
<swf-version>17</swf-version>
<compiler>
<targets>
<target>SWF</target>
</targets>
<source-path append="true">
<path-element>src</path-element>
</source-path>
<library-path></library-path>
<external-library-path>
<path-element>lib/base_app-1.0-SNAPSHOT.swc</path-element>
<path-element>lib/battle.swc</path-element>
<path-element>lib/common_i18n_library-1.0-SNAPSHOT.swc</path-element>
<path-element>lib/common-1.0-SNAPSHOT.swc</path-element>
<path-element>lib/damageIndicator.swc</path-element>
<path-element>lib/directionIndicator.swc</path-element>
<path-element>lib/gui_base-1.0-SNAPSHOT.swc</path-element>
<path-element>lib/gui_battle-1.0-SNAPSHOT.swc</path-element>
<path-element>lib/gui_lobby-1.0-SNAPSHOT.swc</path-element>
<path-element>lib/lobby.swc</path-element>
<path-element>lib/predictionIndicator.swc</path-element>
<path-element>lib/playerglobal.swc</path-element>
</external-library-path>
<as3>true</as3>
<es>false</es>
<verbose-stacktraces>true</verbose-stacktraces>
</compiler>
</royale-config> |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
guide/first-steps/environment/as3/
Документация к разработке модификаций для игры Мир Танков
https://docs.wotstat.info/guide/first-steps/environment/as3/
All reactions