Tags → #TyranoScript
-
TyranoScript Tutorial Part 4: Using Spine
This should be the real first explanation for customizing the TyranoScript kernel. TyranoScript is a domain-specific language, but it runs in the b...
-
TyranoScript 从入门到魔改 4 Spine 播放
这算是真正魔改内核的第一次讲解。 TyranoScript 是一种领域专用语言,但是运行在浏览器,功能肯定还是 JavaScript 实现的。要把脚本运行起来需要先把脚本“分词”,然后按规则把词组合成一组。(这个功能的代码在 `kag.parser.js` 文件里) 完事之后得到的就是默认在...
-
TyranoScript Tutorial Part 2: Layer
The tags in TyranoScript only apply to certain layers, so it's necessary to understand the hierarchical relationship, who's higher, who's lower. Let's...
-
TyranoScript 从入门到魔改 2 图层
TyranoScript 中的 tag 只作用于某些层,并且我们有必要搞清楚层级关系,谁高谁低,因此在此介绍 **只有一个 base 层,且必定在所有图层之下。**此图层用于显示背景,指定图层时使用 `layer="base"`。 隐藏背景图使用 `freeimage layer="base...
-
TyranoScript Tutorial Part 1: TyranoScript Introduction
ティラノスクリプト(TyranoScript) is an AVG engine that supports multiple platforms with HTML5. Since I couldn't find many tutorials on Google or Baidu, I decid...
-
TyranoScript 从入门到魔改 1 概况介绍
ティラノスクリプト(TyranoScript)是一个 AVG 引擎,借助 HTML5 支持多平台。在谷歌百度都找不到什么教程的情况下,我决定自己总结一下一些简单的用法和魔改的方法。 ! tyranorider 完全免费,是最常用的项目生成器 + 启动器。这个教程主要会使用这个工具。 !...