摘要:
根据上一个学习,增加action # 首先导入Cocos包 import cocos from cocos.actions import * # 对图层进行子类化 并在此处定义编程的逻辑 class HelloWorld(cocos.layer.Layer): def __init__(self): 阅读全文
摘要:
1、安装 pip3 install cocos2d 报错 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run succes 阅读全文