Script stuff

This commit is contained in:
2026-07-31 09:40:53 -05:00
parent d49194fc4d
commit 07f98c119a
45 changed files with 2094 additions and 201 deletions
+6
View File
@@ -3,6 +3,12 @@
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
/// <reference path="require.d.ts" />
/// <reference path="entity/entity.d.ts" />
/// <reference path="entity/component/component.d.ts" />
/// <reference path="entity/component/position.d.ts" />
/// <reference path="entity/component/physics.d.ts" />
/// <reference path="entity/component/renderable.d.ts" />
/// <reference path="scene/scene.d.ts" />
/// <reference path="display/mesh.d.ts" />
/// <reference path="time/time.d.ts" />