Skip to content

Commit 9051a6b

Browse files
committed
Version alpha 1.5
1 parent 7ce27d1 commit 9051a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JavaGame Alpha v1.4
1+
JavaGame Alpha v1.5
22
===================
33

44
#####What is JavaGame?

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public void render() {
243243

244244
public static void main(String[] args) {
245245
try {
246-
JSplash splash = new JSplash(Game.class.getResource("/splash/splash.png"), true, true, false, "v1.4 Alpha", null, Color.RED, Color.ORANGE);
246+
JSplash splash = new JSplash(Game.class.getResource("/splash/splash.png"), true, true, false, "v1.5 Alpha", null, Color.RED, Color.ORANGE);
247247
splash.toFront();
248248
splash.splashOn();
249249
splash.setProgress(10, "Initializing Game");

0 commit comments

Comments
 (0)