Engine.ts
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Simple 2D game engine in TypeScript
Engine.ts
=========

A simple 2D game engine using TypeScript


How to Compile
--------------

* Compiling the engine (stand-alone)

        tsc engine/engine.ts -out engine.js

* Compile the sample

        tsc samples/tests/main.ts -out samples/tests/main.js

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。