Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.64 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.64 KB

2D Roguelike made easy with Lunar

This is a modified version of Unity 2D Roguelike Tutorial used in Lunar Plugin presentation. Includes custom commands for days and food management.

Requires Lunar v0.0.4b or later

Installation

Open project in Unity Editor and import Lunar plugin from the Asset Store.

Commands

Days management:

  • day: starts Nth day.
  • restart: restarts current day.
  • prev: starts prev day.
  • next: starts next day.

Food management:

  • food: overrides food amount.

For more info check Commands user guide.

Key Bindings

bind [ prev
bind ] next
bind r restart

For more info check Keys Binding user guide.

Project Tutorial

For more info, please, check the official project tutorial.