Skip to content

Releases: samme/phaser-plugin-inspector

v3.0.0-0 for Phaser v4.0.0 Beta 2

24 Nov 18:13
Compare
Choose a tag to compare
Pre-release

v3.0.0-0 for Phaser v4.0.0 Beta 2

Added

  • AddFilterController()
  • AddFilterList()
  • AddFilters()
  • AddPoint()
  • AddRectangle()
  • AddRectangleLike()
  • Game loop pauseDuration monitor
  • WebGL renderer Lose context button
  • Camera filter controls
  • Game object filter controls
  • Elapse timer controls
  • Add to Display List, Remove from Display List buttons
  • Add to Update List, Remove from Update List buttons
  • Set interactive, Disable interactive buttons

Changed

  • The "system" scene folder is empty and disabled.
  • Camera folders are expanded.

Removed

  • AddFXComponent()
  • AddFXController()
  • AddPipeline()

Examples


v2.5.0...v3.0.0-0

v2.5.0

18 Nov 16:06
Compare
Choose a tag to compare

New Features

  • Added tilesDrawn and tilesTotal for Tilemap Layers

Updates

  • Changed some labels

v2.4.2...v2.5.0

v2.4.2

20 Aug 18:55
Compare
Choose a tag to compare

Fixed

  • Fixed an error installing on a stopped scene with Arcade or Matter Physics

v2.4.1

25 Apr 18:52
Compare
Choose a tag to compare

Changed

  • In AddGameObject(), pipeline-related controls are added only if the game is running in WebGL mode.

Fixed

  • Fixed an error when AddGameObject() read getPipelineName() in Canvas mode.

v2.4.0...v2.4.1

v2.4.0

23 Apr 18:37
Compare
Choose a tag to compare

Added

  • Buttons to move Game Object within Display List
  • Timer Event monitors: getOverallProgress(), getProgress(), getOverallRemaining(), getRemaining()
  • Timer Event buttons: 'Dispatch and remove', 'Reset with current config'

Changed

  • Timer Event elapsed from graph to field

Removed

  • Timer Event 'Reset' button, since it produced an invalid object

v2.3.0...v2.4.0

v2.3.0

21 Apr 18:01
Compare
Choose a tag to compare

Added

  • AddChain()
  • AddTimeline()

v2.2.0...v2.3.0

v2.2.0

13 Apr 17:49
Compare
Choose a tag to compare

Added

  • "Add visible controls" button in Game → Scenes folder
  • "Add visible controls" button in Scene → Display List folder
  • "Add active controls" button in Scene → Update List folder

v2.1.0...v2.2.0

v2.1.0

13 Apr 01:12
Compare
Choose a tag to compare
  • Add AddVideo()

v2.0.1...v2.1.0

v2.0.1

04 Mar 18:57
Compare
Choose a tag to compare

Fixed

  • Fixed missing physics folders if you added the plugin to a scene with load.scripts() (#3).
  • Fixed the game “Resume” button not resuming the game.

v2.0.0...v2.0.1

v2.0.0 for Phaser v3.60 and later

17 Feb 21:15
Compare
Choose a tag to compare