Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Aug 9, 2023
1 parent dbb050f commit 4fda0b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.0.0 (August 9, 2023)
------------------------------
- `FlxMouseEventManager`: Removed
- `HeatmapPathfinder`: Make mobile-friendly [#321](https://github.com/HaxeFlixel/flixel-demos/pull/321)
- `FlxPexParser`: Use HD particle, make mobile friendly [#320](https://github.com/HaxeFlixel/flixel-demos/pull/320)
- `DynamicShadows`: Add blue tint to bg, make shadows flicker [#319](https://github.com/HaxeFlixel/flixel-demos/pull/319)
- `MinimalistTD`: Fix overlapping buttons and recycled sprites [#309](https://github.com/HaxeFlixel/flixel-demos/pull/309)

2.9.4 (August 7, 2023)
------------------------------
* Fix performance issues in DynamicShadows by using shaders
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "demo", "cross"],
"description": "Demo Projects for HaxeFlixel",
"version": "2.9.4",
"releasenote": "Fix performance issues in DynamicShadows by using shaders",
"version": "3.0.0",
"releasenote": "Make some demos mobile-friendly",
"contributors": ["haxeflixel", "Gama11", "GeoKureli"],
"dependencies": {}
}

0 comments on commit 4fda0b6

Please sign in to comment.