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
+2 -2
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)