Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/selimanac/nanowar-modplayer

Nanowar Game - Defold Mod Player Extension example
https://github.com/selimanac/nanowar-modplayer

chiptune defold defold-game-engine mod player

Last synced: about 1 month ago
JSON representation

Nanowar Game - Defold Mod Player Extension example

Awesome Lists containing this project

README

        

![Nanowar](https://github.com/selimanac/nanowar-modplayer/blob/master/assets/ScreenShot.png?raw=true)

[Nanowar](https://github.com/benjames-171/defold-games) is developed by [Ben James](https://twitter.com/BenJames171). All credits goes to him.
I made some changes for testing [Mod Player](https://github.com/selimanac/defold-modplayer) extension. I hope I don't break things...

- Added touch support for mobile testing
- Added 1 menu and 10 different level music for testing
- Added [Orthographic camera](https://github.com/britzl/defold-orthographic)

You can test it on itch.io: https://selimanac.itch.io/mod-player-demo-nanowar

### Settings

Don't forget to set your files path in [main/data.lu](https://github.com/selimanac/nanowar-modplayer/blob/master/main/data.lua)a for [player.build_path(full_path:string)](https://github.com/selimanac/defold-modplayer#api)

```lua
-- MOD PLAYER
M.is_dev = true -- If you are building on Defold Editor then set it true. If you are bundling set it false
M.build_path = "" -- Full path for building on Defold Editor when developing: "/res/common/assets/"
```