-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(v2) Splash screen and other version related updates.
- Loading branch information
1 parent
7af3b32
commit b2e1fb3
Showing
12 changed files
with
363 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
cp splash.bmp ~/Documents/PhaserEditor/Public/source/v2/phasereditor/phasereditor.ide/ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
convert splash.png BMP2:splash.bmp |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
</property> | ||
<property | ||
name="aboutText" | ||
value="Phaser Editor 2D - 2.1.5.20191125

Includes Phaser v3.21.0

Powered by:

PhaserJS - http://phaser.io
Eclipse IDE - http://eclipse.org
Java - http://java.com
LibGDX - http://libgdx.badlogicgames.com
FFMpeg - http://ffmpeg.org
OptiPNG - http://optipng.sourceforge.net
VSCode - http://code.visualstudio.com
Fam Fam Fam icons - http://famfamfam.com
Toke Game Art - https://tokegameart.net

Developed by:

Arian Fornaris (https://twitter.com/boniatillo_com)


Thanks:

Richard Davey (@photonstorm) - https://twitter.com/photonstorm
Angelo Zerr (@angelozerr) - https://twitter.com/angelozerr
Sam Riggs - http://samsstuffsoftware.blogspot.com
Grethel Naranjo, Ernesto Gutierrez - http://rvirtual.uci.cu
Vertex Group - University of Informatic Sciences - UCI
Havana Games - http://globalgamejam.org/2016/games/life-cuco

Keep in touch with the Phaser Editor 2D community: 

https://PhaserEditor2D.com
https://github.com/PhaserEditor2D/PhaserEditor
https://twitter.com/PhaserEditor2D
https://facebook.com/PhaserEditor2D

[email protected]

Copyright (c) Arian Fornaris 2015-2019"> | ||
value="Phaser Editor 2D - 2.1.6.20200120

Includes Phaser v3.22.0

Powered by:

PhaserJS - http://phaser.io
Eclipse IDE - http://eclipse.org
Java - http://java.com
LibGDX - http://libgdx.badlogicgames.com
FFMpeg - http://ffmpeg.org
OptiPNG - http://optipng.sourceforge.net
VSCode - http://code.visualstudio.com
Fam Fam Fam icons - http://famfamfam.com
Toke Game Art - https://tokegameart.net

Developed by:

Arian Fornaris (https://twitter.com/boniatillo_com)


Thanks:

Richard Davey (@photonstorm) - https://twitter.com/photonstorm
Angelo Zerr (@angelozerr) - https://twitter.com/angelozerr
Sam Riggs - http://samsstuffsoftware.blogspot.com
Grethel Naranjo, Ernesto Gutierrez - http://rvirtual.uci.cu
Vertex Group - University of Informatic Sciences - UCI
Havana Games - http://globalgamejam.org/2016/games/life-cuco

Keep in touch with the Phaser Editor 2D community: 

https://PhaserEditor2D.com
https://github.com/PhaserEditor2D/PhaserEditor
https://twitter.com/PhaserEditor2D
https://facebook.com/PhaserEditor2D

[email protected]

Copyright (c) Arian Fornaris 2015-2019"> | ||
</property> | ||
<property | ||
name="startupForegroundColor" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/python3 | ||
|
||
VER = "2.1.5.20191125" | ||
VER = "2.1.6.20200120" | ||
|
||
import os | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.