Xaibatsu branding update

This commit is contained in:
2025-06-20 13:33:36 -07:00
parent 0d418e76c6
commit 1bd6171dbb
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "XIONLogoWithRing.png",
"idiom" : "universal",
"scale" : "1x"
},
{
@@ -15,7 +15,7 @@
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -26,12 +26,12 @@ class HeaderView: UIView
self.addSubview(self.xionLogoView)
_xionTitleLabel.font = UIFont(name: "Orbitron-Medium", size: 18.0)
_xionTitleLabel.text = "XION arcade system control panel"
_xionTitleLabel.text = "XAIBATSU arcade system control panel"
_xionTitleLabel.textColor = UIColor.white
self.addSubview(_xionTitleLabel)
_xionJapaneseLabel.font = UIFont(name: "Orbitron-Medium", size: 16.0)
_xionJapaneseLabel.text = "ザイーオンゲームセンターのシステム制御プログラム"
_xionJapaneseLabel.text = "ザイバツゲームセンターのシステム制御プログラム"
_xionJapaneseLabel.textColor = UIColor.white
self.addSubview(_xionJapaneseLabel)