- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Michelle M. Fernandez
- 135字
- 2021-07-23 19:37:13
Time for action – modifying our application
Before we dive into more complex examples, let's alter some minor things in our program by performing the following steps:
- Let's alter the second line of
main.lua
to display as follows:textObject = display.newText( "Hello World!", 160, 80, native.systemFont, 36 ) textObject:setFillColor( 0.9, 0.98 ,0 )
- Save your file and go back to the Corona simulator. The simulator will detect a change from your file and automatically relaunch with the changes. If the simulator doesn't relaunch automatically upon saving your file, press Command + R (Mac) / Ctrl + R (Windows). You will see the following output on the screen:
推薦閱讀
- PHP動態網站程序設計
- Web程序設計及應用
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Java EE 6 企業級應用開發教程
- JavaScript語言精髓與編程實踐(第3版)
- Nginx Essentials
- 零基礎學Python數據分析(升級版)
- Learning Data Mining with R
- R大數據分析實用指南
- Getting Started with LLVM Core Libraries
- RealSenseTM互動開發實戰
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- ExtJS Web應用程序開發指南第2版
- 軟件測試綜合技術
- OpenCV Android Programming By Example