arx-level-generator
Version:
A tool for creating Arx Fatalis maps
19 lines (18 loc) • 1.04 kB
TypeScript
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';
export type { MaterialType } from '../properties/Material.js';
export type { VariableType } from '../properties/Variable.js';