arx-level-generator
Version:
A tool for creating Arx Fatalis maps
17 lines • 949 B
JavaScript
export { Cinemascope } from '../properties/Cinemascope.js';
export { Collision } from '../properties/Collision.js';
export { ControlZone } from '../properties/ControlZone.js';
export { Interactivity } from '../properties/Interactivity.js';
export { Invulnerability } from '../properties/Invulnerability.js';
export { Label } from '../properties/Label.js';
export { Material } from '../properties/Material.js';
export { Platform } from '../properties/Platform.js';
export { PlayerControls } from '../properties/PlayerControls.js';
export { PlayerInterface } from '../properties/PlayerInterface.js';
export { Scale } from '../properties/Scale.js';
export { Shadow } from '../properties/Shadow.js';
export { Speed } from '../properties/Speed.js';
export { StackSize } from '../properties/StackSize.js';
export { Transparency } from '../properties/Transparency.js';
export { Variable } from '../properties/Variable.js';
//# sourceMappingURL=index.js.map