Changed the window name "Catalyst Survival" to "Project Zombie"
This commit is contained in:
parent
5f83236d3b
commit
b2f26fd838
|
|
@ -75,7 +75,7 @@ public class Main
|
|||
mainloop.register(new NoSleep());
|
||||
|
||||
// Create the display
|
||||
window = new DisplayWindow("Catalyst Survival");
|
||||
window = new DisplayWindow("Project Zombie");
|
||||
window.init();
|
||||
|
||||
// Initialise the textures
|
||||
|
|
|
|||
Loading…
Reference in New Issue