itch.io is community of indie game creators and players

Devlogs

Version 0.12.0

Nylon for Godot
A downloadable addon

Major.Minor.Fixes

  • Major versions are breaking updates, that will require user facing code to change.
  • Minor versions are feature updates, which may require internal code to change.
  • Fixes are bugfixes.

0.12.0

  • Nylon will now initialize on _ready instead of init.
  • NylonConfig will no longer be applied 3-4 times on startup
  • Removed Nylon.set_config(), you can set the property directly now
  • Completely rework how users are meant to extend the NylonParser
  • The Parser is now generic and can be configured in NylonConfig
  • Extending the parser is no longer required to create custom features
  • NylonParserStep is now NylonParserFeature
  • New NylonParserFeatures can be added through NylonConfig
  • Existing features have been broken out into their own classes
  • Removed NylonParserHelper, code was moved to respective new NylonParserFeatures

The Documentation Wiki is now up!

https://github.com/TheDuriel/Nylon-Documentation/wiki

Files

  • Nylon-Core-0.12.0.zip 129 kB
    74 days ago
  • Nylon-IFGame-0.12.0.zip 1 MB
    74 days ago
Download Nylon for Godot
Leave a comment