1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CocosCreatorを使ってHelloWorld表示

Posted at

#cocos2d-xのサイトからcocos creatorダウンロード
http://www.cocos2d-x.org/download

スクリーンショット 2016-12-20 14.19.34.png

インストール後起動するログインが求められるので、あらかじめユーザ登録するといい
http://www.cocos2d-x.org/u/login

#起動
ログイン後ダッシュボードが表示される
NewProjectを選択して、「HelloWorld」を選択してプロジェクト作成する
スクリーンショット 2016-12-20 14.28.44.png

画面が表示される
左下のAssetsからSceneのhelloworldをクリック
スクリーンショット 2016-12-20 14.00.59のコピー.png

すると中央のSceneの部分の表示が変わる
上の▶︎をクリックすると実行されてHelloWorldが表示される
スクリーンショット 2016-12-20 14.01.17.png

スクリーンショット 2016-12-20 14.02.29.png

#テキストを変更
ちなみに、テキストを変更したい時は右側のCanvasをクリックして、
右側表示されているPropertiesから変更することができる
スクリーンショット 2016-12-20 14.05.59.png

スクリーンショット 2016-12-20 14.06.11.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?