lfarroco / dragonbones-phaser3-example

An example of Dragonbones + Phaser 3, includes a Dragonbones sample project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This repo is based on the work of https://github.com/RaheelYawar/phaser3-webpack-dragonbones.

A very simple example of using DragonBones with Phaser 3 while using Webpack and ES6.

Includes a Bragonbones project and some explanations on how to access armature slots and how the naming should be performed when importing the armature.

Note: This is a fork of the phaser3-project-template repository.

Phaser 3 Webpack Project Template

A Phaser 3 project template with ES6 support via Babel 7 and Webpack 4 that includes hot-reloading for development and production-ready builds.

Loading images via JavaScript module import is also supported.

Requirements

Node.js is required to install dependencies and run scripts via npm.

Available Commands

Command Description
npm install Install project dependencies
npm start Build project and open web server running project
npm run build Builds code bundle with production settings (minification, uglification, etc..)

About

An example of Dragonbones + Phaser 3, includes a Dragonbones sample project

License:MIT License


Languages

Language:JavaScript 96.7%Language:HTML 3.3%