- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Roger Engelbert
- 69字
- 2021-07-23 20:00:28
The actual game scene
Finally, we'll get to see all our work and have some fun with it. But first, let's delete the HelloWorldScene
class (both header and implementation files). You'll get a few errors in the project so let's fix these.
References to the class must be changed at two lines in AppDelegate.cpp
. Go ahead and change the references to a GameLayer
class.
We'll create that class next.
推薦閱讀
- Flask Blueprints
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- C#編程入門指南(上下冊)
- Java加密與解密的藝術
- ADI DSP應用技術集錦
- Mastering Ext JS
- Machine Learning in Java
- Raspberry Pi Robotic Projects(Third Edition)
- Python商務數據分析(微課版)
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Learning C++ by Creating Games with UE4
- Drupal Search Engine Optimization
- Clojure Data Structures and Algorithms Cookbook
- Python深度學習(第2版)
- Mastering Machine Learning with scikit-learn