- GameMaker Programming By Example
- Brian Christian Steven Isaacs
- 165字
- 2021-07-30 09:42:24
Conventions
In this book, you will find a number of text styles 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: "Play around with some of the other actions on your obj_square
to make it do more rather than be displayed and print text."
A block of code is set as follows:
if (keyboard_check_pressed(vk_up) && !binding) { if (choice <= 0) choice = 2; else --choice; }
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "At the bottom of the resource tree are the Game Information and Global Game Settings options."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- AWS Serverless架構(gòu):使用AWS從傳統(tǒng)部署方式向Serverless架構(gòu)遷移
- CentOS 7 Linux Server Cookbook(Second Edition)
- Architecting the Industrial Internet
- Bulma必知必會
- Web全棧工程師的自我修養(yǎng)
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- 計算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- Python從入門到精通(第3版)
- QPanda量子計算編程
- 零基礎(chǔ)輕松學(xué)C++:青少年趣味編程(全彩版)
- 零基礎(chǔ)C#學(xué)習(xí)筆記
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Azure for Architects
- Node.js進(jìn)階之路
- 亮劍Java Web項目開發(fā)案例導(dǎo)航