GDevelopで簡単なゲームを作ろう企画。 前回の「GDevelopで簡単なゲームを作ろう・16 ~ゲーム開始前処理とタイトル画面の作成~ 」では、ゲームが始まるまでの部分を全て作り、クリア画面からタイトル画面に戻ることでゲームをループして遊べる形にしました ...
今回はGDevelopを使う上でとても参考になる「日本の」ブログを発見したので紹介いたします! クレイティアのGD覚書 クレイティアのGD覚書 超初歩的なことから1つ1つ、GDevelopに関する覚書(メモ)として、ゲームの制作方法を日本語で投稿していきます。
Core GDevelop core library, containing common tools to implement the IDE and work with GDevelop games. GDJS The game engine, written in TypeScript, using PixiJS (WebGL), powering all GDevelop games.
Let's say I want to make both of my Player objects always face towards my Ball object. I have the following code: It behaves incorrectly. But if I change it... It gives me the intended behavior. I ...