Phaser3

Execute an arbitrary function based on key input(Phaser3)

やりたいこと Execute an arbitrary function in Phaser3 upon key input. Registration is done as follows: this.input.k...
Phaser3

Collision detection adjustment (Phaser3)

The purpose  This explains how to set up collision detection using the Arcade Physics engine in Phaser 3. We'll ...
Phaser3

Display of hitboxes on the game screen(Phaser 3)

The purpose  This shows how to display the hitboxes of the Arcade physics engine in Phaser 3. You often see capt...
PR
Phaser3

【Phaser 3】Restart Scene

The purpose  This explains how to restart a scene in Phaser 3. For example, this is useful for restarting a game...
Phaser3

Setting up a development environment for Vite + Phaser 3 + Visual Studio Code

The purpose  This guide describes setting up a Vite environment using Phaser 3, a 2D game engine for Javascript. ...
JavaScript

Batch file for creating a Vite project

The purpose  I tried creating a Vite project using the instructions on the page below, but since it often involves m...
git

[contains bat]bat for when git says execute “git config –global –add safe.directory”

The purpose  Immediately after cloning a Git repository, you may sometimes see a message from Git that prevents you ...
JavaScript

Webpack is too difficult, so I’m using Vite for bundling.

The purpose  use Vite for bundling. Bundling is the process of combining multiple JavaScript files into a single Jav...
Phaser3

Running Phaser3 tutorial code with comments

The purpose  run the tutorial game for Phaser 3, a 2D game creation engine. Start tutorial game Download code...
Synfig Studio

Importing SVGs into Synfig Studio

The purpose  Import an SVG file, created in Inkscape or a similar program, into Synfig Studio. Why is it necessar...
Copied title and URL