An open API service indexing awesome lists of open source software.

https://github.com/phaserjs/editor-example-sunny-land-forest

An example of using built-in tilemap tools in Phaser Editor.
https://github.com/phaserjs/editor-example-sunny-land-forest

Last synced: 7 months ago
JSON representation

An example of using built-in tilemap tools in Phaser Editor.

Awesome Lists containing this project

README

          

# Sunny Land Forest - Phaser Editor demo

This is a Phaser Editor example about how to use the new built-in, in-scene tilemap editor.

[Learn more about the tilemap editor](https://docs.phaser.io/phaser-editor/scene-editor/game-objects/editable-tilemap-object).

This project is based on the assets and code of the original [Sunny Land Forest](https://ansimuz.itch.io/sunnyland-forest) demo developed by [Ansimuz](https://ansimuz.itch.io).

## Configuration

* It is coded in JavaScript.
* It includes a VS Code project configuration (`jsconfig.json` file) and the type definitions (in the `types/` folder).