Add reference runtime.d.ts to libs

This commit is contained in:
ckcz123 2020-05-05 11:19:22 +08:00
parent 9739b7089f
commit 83a9c9f8c6
13 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
/*
actions.js用户交互的事件的处理
键盘鼠标触摸屏事件相关

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
/*
control.js游戏主要逻辑控制
主要负责status相关内容以及各种变量获取/存储

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
/**
* 初始化 start
*/

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
"use strict";
function data() {

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
"use strict";
function enemys() {

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
"use strict";
function events() {

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
/*
extensions.js负责拓展插件
*/

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
"use strict";
function icons() {

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
"use strict";
function items() {

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
/*
loader.js负责对资源的加载

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
"use strict";
function maps() {

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
/**
* ui.js负责所有和UI界面相关的绘制
* 包括

View File

@ -1,3 +1,5 @@
/// <reference path="../runtime.d.ts" />
/*
utils.js 工具类