- Corona SDK Mobile Game Development:Beginner's Guide
- Michelle M. Fernandez
- 118字
- 2021-08-06 19:59:41
Time for action – modifying our application
Before we dive into more complex examples, let's alter some minor things in your program.
- Let's alter the second line of
main.lua
to display as follows:textObject = display.newText( "Hello World!", 50, 40, native.systemFont, 36 ) textObject:setTextColor( 124,252,0 )
- Save your file and go back to the CoronaSimulator. The simulator will detect a change from your file and automatically re-launch with the new changes. If the simulator doesn't re-launch automatically upon saving your file, press Command + R (Mac)/Ctrl + R (Windows).
推薦閱讀
- 觸摸屏實用技術與工程應用
- Mastering Delphi Programming:A Complete Reference Guide
- INSTANT Wijmo Widgets How-to
- OUYA Game Development by Example
- 嵌入式系統(tǒng)中的模擬電路設計
- Source SDK Game Development Essentials
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- FreeSWITCH Cookbook
- Arduino項目開發(fā):智能生活
- Angular 6 by Example
- 主板維修實踐技術
- Practical Artificial Intelligence and Blockchain
- PIC系列單片機的流碼編程
- Exceptional C++:47個C++工程難題、編程問題和解決方案(中文版)
- 3D打印:Geomagic Design X5.1 逆向建模設計實用教程