官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "I found myself almost rewriting the game with a series of if.. then.. else trying to make it look good on any device."

A block of code is set as follows:

var gameScene = cc.Scene.extend({
  onEnter:function () {
    this._super();
    gameLayer = new game();
    gameLayer.init();
    this.addChild(gameLayer);
  }
});

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

var gameScene = cc.Scene.extend({
  onEnter:function () {
    this._super();
    gameLayer = new game();
    gameLayer.init();
    this.addChild(gameLayer);
  }
});

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "If you now open the developer console, you should see: my awesome game starts here".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 德庆县| 洪江市| 徐闻县| 绍兴县| 积石山| 牙克石市| 南漳县| 苍梧县| 西乡县| 太湖县| 东安县| 和政县| 昂仁县| 三明市| 新化县| 汪清县| 平泉县| 闵行区| 固镇县| 龙里县| 册亨县| 灵川县| 封丘县| 内江市| 孝感市| 壶关县| 旬阳县| 榕江县| 铜川市| 河曲县| 河东区| 赤水市| 楚雄市| 高尔夫| 毕节市| 长沙市| 涡阳县| 团风县| 泗洪县| 清水河县| 炉霍县|