Add some script modules
This commit is contained in:
Vendored
+5
@@ -36,7 +36,12 @@
|
||||
// entity / components
|
||||
/// <reference path="./entity/component.d.ts" />
|
||||
/// <reference path="./entity/component/camera.d.ts" />
|
||||
/// <reference path="./entity/component/interactable.d.ts" />
|
||||
/// <reference path="./entity/component/overworld.d.ts" />
|
||||
/// <reference path="./entity/component/overworldcamera.d.ts" />
|
||||
/// <reference path="./entity/component/overworldtrigger.d.ts" />
|
||||
/// <reference path="./entity/component/physics.d.ts" />
|
||||
/// <reference path="./entity/component/player.d.ts" />
|
||||
/// <reference path="./entity/component/position.d.ts" />
|
||||
/// <reference path="./entity/component/renderable.d.ts" />
|
||||
/// <reference path="./entity/component/trigger.d.ts" />
|
||||
|
||||
Reference in New Issue
Block a user