Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slashman committed Nov 26, 2022
1 parent 729edd3 commit ece9ecc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Distribution files are also seperated by either *web* or *electron* targets.
* `npm run package:<one of *win32*, *mac* or *linux*>` OR `npm run package:<one of *win32*, *mac* or *linux*>GFX`
* Directory `dist` will contain the distribution folders for the given platform

# Version History
* 0.0.4 - November 26, 2022 - PIXI graphical version
* 0.0.3 - November 19, 2022 - Electron packaging, viewport scaling
* 0.0.2 - March 2021 - Added support for static maps loading
* 0.0.1 - November 2017 - Initial version based on PokemonRL codebase

# Credits
* Uses unicodetiles for IO - https://tapiov.net/unicodetiles.js/
* Uses PIXI.JS for display
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsrl",
"version": "1.0.0",
"description": "JavaScript Roguelike Boilerplate - The basics to start building your own",
"version": "0.0.4",
"description": "JavaScript Roguelike Template - The basics to start building your own",
"main": "src/main.js",
"scripts": {
"build:electron": "cross-env NODE_ENV=production webpack --target=electron-renderer --mode=production --config=webpack/webpack.config.js",
Expand Down

0 comments on commit ece9ecc

Please sign in to comment.