Fix some script bugs
This commit is contained in:
Vendored
+1
-5
@@ -26,6 +26,7 @@
|
||||
/// <reference path="./display/texture.d.ts" />
|
||||
|
||||
// asset
|
||||
/// <reference path="./asset/asseteventproxy.d.ts" />
|
||||
/// <reference path="./asset/assetentry.d.ts" />
|
||||
/// <reference path="./asset/assetbatch.d.ts" />
|
||||
/// <reference path="./asset/asset.d.ts" />
|
||||
@@ -41,12 +42,7 @@
|
||||
// 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