Skip to content

Version 0.3.0

Latest
Compare
Choose a tag to compare
@rand0m-cloud rand0m-cloud released this 25 Oct 23:11
· 14 commits to main since this release

Deprecated:

  • SystemDelta has been renamed to SystemDeltaTimer to highlight that the delta has to be manually ticked

Features:

  • Godot's InputEvents are available through the InputEvent and UnhandledInputEvent Bevy events
  • The Bevy app updates on pause to enable pausing of elements like an audio player
  • Added helper methods to SceneTreeRef and GodotResource
  • Added NodeTreeView derive macro for generating views into the Scene Tree
  • Updated to gdnative 0.10.1
  • find_entity_by_name extension trait to search queries of (&Name, T) easier
  • Improved the prelude to include the most common imports
  • Added an error message to the Godot runner script

Fixes:

  • Fixed crash where a CollisionEvent's origin or target didn't exist