Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@sscovil sscovil released this 13 Jun 18:04
· 4 commits to main since this release
479e4cb

Added

  • get_player_camera(player: Node2D) method
  • get_primary_viewport() method
  • make_camera_stop_tracking_player(camera: Camera2D, player: Node2D) method
  • make_camera_track_player(camera: Camera2D, player: Node2D) method
  • More inline documentation in the code
  • More detailed documentation in the README files

Fixed

  • Issue causing a new RemoteTransform2D node to be added to each player whenever rebuild() is called
  • Issue causing a new BoxContainer node to be added each time the number of players increases to more than one

Full Changelog: v0.3.1...v0.4.0