-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathObjectsList.js
20 lines (20 loc) · 963 Bytes
/
ObjectsList.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
define(["require", "exports", "./Objects/Aligner", "./Objects/BaseParticleSystem", "./Objects/BlackScreen", "./Objects/Button", "./Objects/Camera", "./Objects/IO", "./Objects/O", "./Objects/ParticleSystem", "./Objects/TextBox"], function (require, exports, Aligner_1, BaseParticleSystem_1, BlackScreen_1, Button_1, Camera_1, IO_1, O_1, ParticleSystem_1, TextBox_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ObjectNames = {
Aligner: Aligner_1.Aligner,
BaseParticleSystem: BaseParticleSystem_1.BaseParticleSystem,
BlackScreen: BlackScreen_1.BlackScreen,
Button: Button_1.Button,
Camera: Camera_1.Camera,
IO: IO_1.IO,
O: O_1.O,
ParticleSystem: ParticleSystem_1.ParticleSystem,
TextBox: TextBox_1.TextBox,
};
exports.LevelNames = [
"levels/menu.tmx",
"levels/npgame.tsx",
"levels/untitled.tmx",
];
});