Merge branch 'master' of ssh://cryps.gg:40022/~/cryps

This commit is contained in:
Mashy
2019-03-14 15:50:09 +10:00
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Header extends Phaser.Scene {
}
create() {
this.add.text(0, 0, 'CRYPS.GG', TEXT.HEADER);
this.add.text(0, 0, 'cryps.gg', TEXT.HEADER);
}
}