diff --git a/README.md b/README.md index 6d6250c..ab99cff 100644 --- a/README.md +++ b/README.md @@ -151,15 +151,15 @@ More showcase : ### Data structures * [polygonal-ds](https://github.com/polygonal/ds) - Data structures for games. +### Dialogues +* [hxyarn](https://github.com/cxsquared/hxyarn) - Parser and runner for Yarn dialogue files. + ### Editor * [flixel-studio](https://github.com/Dovyski/flixel-studio) - In-game editor for HaxeFlixel. ### Helpers * [deepnightLibs](https://github.com/deepnight/deepnightLibs) - General gamedev purpose libs. -### Procedural generation -* [Dungeon builder](https://github.com/julsam/dungeon-builder) - A set of dungeon generation algorithm (works w/ hx4 w/ minor changes). - ### Localization * [firetongue](https://github.com/larsiusprime/firetongue) - A translation/localization framework. @@ -188,6 +188,9 @@ More showcase : * [pathfinder](https://github.com/hypersurge/pathfinder) - Easy A* pathfinding algorithm. * [astar](https://gitlab.com/haath/astar) - Versatile framework-agnostic A-star solver Library. +### Procedural generation +* [Dungeon builder](https://github.com/julsam/dungeon-builder) - A set of dungeon generation algorithm (works w/ hx4 w/ minor changes). + ### Shaders * [HGSL](https://github.com/saharan/HGSL) - Haxe to GL Shading Language. * [parasol](https://github.com/47rooks/parasol) - HaxeFlixel library of shaders.