Skip to content

Releases: zsombro/youngblood

v0.3.6

26 Mar 14:10
Compare
Choose a tag to compare

You can sorta kinda use maps created in Tiled, but make sure to check out the example project repository (linked in the README) to see how it works and what restrictions apply.

Summary:

  • You need to export in JSON (make sure that your JSON contains proper paths to any image assets)
  • Any image layers will become stationary backgrounds (this is a prelude to proper parallax support)
  • Parallax does not work yet

v0.2.4b

12 Mar 16:45
Compare
Choose a tag to compare
NPM version bump

v0.2.4

12 Mar 16:17
Compare
Choose a tag to compare
Refactoring and bug fixes

v0.2.3: - Refactored asset manager

25 Jun 17:38
Compare
Choose a tag to compare

v0.2.2c

19 Oct 20:41
Compare
Choose a tag to compare
Simpler API, custom rendering, better typings

v0.2.1

02 Jun 14:01
Compare
Choose a tag to compare
Linted, formatted, improved with animated sprite features

v0.1.1

01 Feb 21:33
Compare
Choose a tag to compare
Minor fix

v0.1.0: - Most basic functionality

01 Feb 20:20
Compare
Choose a tag to compare
- Creating scenes, entities, components and systems
- Sprites and basic input management