Skip to content

Releases: PadraigK/SceneGen

0.1.3

02 Nov 20:27
0625f69
Compare
Choose a tag to compare

Fix issue where declarations could generate in a different order each run.

Bump to latest SwiftGodotKit

02 Nov 17:53
e27a50c
Compare
Choose a tag to compare
Merge pull request #10 from PadraigK/padraig/adopt-latest-swiftgodot

Update SwiftGodotKit Version

v0.1.0

16 Oct 21:16
8795a95
Compare
Choose a tag to compare

Changes

  • Adds code generation of InputMap names along with some helper extensions to use them:
let jump = Input.isActionJustPressed(.jump)
  • Makes AnimationNames equatable.
  • Bumps SwiftGodotKit version

v0.0.3

14 Oct 21:42
b57e157
Compare
Choose a tag to compare
  • Fixes an issue where inherited scenes would cause a set of extensions to be generated for a blank type, which would not build.
  • Improves camel-casing of animation names

Initial Release

13 Oct 18:37
33d2302
Compare
Choose a tag to compare