Skip to content

Commit c601b1b

Browse files
Phaser: use 2.6.2 in api file.
1 parent 2c8380a commit c601b1b

File tree

2 files changed

+2
-2
lines changed
  • source/phasereditor
    • phasereditor.inspect.core.resources/phaser-version/phaser-custom/api
    • phasereditor.inspect.core/src/phasereditor/inspect/core/build

2 files changed

+2
-2
lines changed

source/phasereditor/phasereditor.inspect.core.resources/phaser-version/phaser-custom/api/phaser-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Phaser API 2.6.1
1+
// Phaser API 2.6.2
22
// Generated by Phaser Editor
33

44
var PIXI_SpriteBatch = function (texture) {};

source/phasereditor/phasereditor.inspect.core/src/phasereditor/inspect/core/build/BuildPhaserAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static void main(String[] args) throws IOException {
6565
}
6666

6767
StringBuilder sb = new StringBuilder();
68-
sb.append("// Phaser API 2.6.1\n");
68+
sb.append("// Phaser API 2.6.2\n");
6969
sb.append("// Generated by Phaser Editor\n\n");
7070

7171
HashSet<String> ignore = new HashSet<>();

0 commit comments

Comments
 (0)