Skip to content

Releases: sgshea/sandengine

v0.4.1

29 Aug 22:15
Compare
Choose a tag to compare
feat: Update ui layout

v0.4.0

29 Aug 15:14
Compare
Choose a tag to compare
feat: basic touch input for pixel world

v0.3.1

27 Aug 23:40
Compare
Choose a tag to compare
feat: gradient background

v0.3.0

27 Aug 01:16
7fb08f4
Compare
Choose a tag to compare
feat: Menu logic (#2)

* feat: First commit working with main menu

* feat: Largely finished menu ui, only small text sizing bug on reload

0.2.0

25 Aug 23:11
325f385
Compare
Choose a tag to compare
Merge Particle logic (#1)

* feat: Particle first pass: still buggy (see below)
Particles do interact with cells, bouncing around
bug: particles may sometimes go through solid cells and replace cells

* feat: Better logic, particles will keep going through solid until finding new place

* feat: Clean up particle logic:
* Stopping particles under certain velocity