we ball I guess

This commit is contained in:
2026-06-07 19:51:54 -05:00
parent f8c9d33df2
commit 51388c90d5
42 changed files with 2233 additions and 30 deletions
+22
View File
@@ -31,6 +31,28 @@
/// <reference path="./asset/assetbatch.d.ts" />
/// <reference path="./asset/asset.d.ts" />
// animation
/// <reference path="./animation/animation.d.ts" />
// overworld
/// <reference path="./overworld/overworld.d.ts" />
// item system
/// <reference path="./item/item.d.ts" />
/// <reference path="./item/backpack.d.ts" />
// story system
/// <reference path="./story/story.d.ts" />
// locale
/// <reference path="./locale/locale.d.ts" />
// save
/// <reference path="./save/save.d.ts" />
// ui
/// <reference path="./ui/textbox.d.ts" />
// engine systems
/// <reference path="./console/console.d.ts" />
/// <reference path="./engine/engine.d.ts" />