Xaibatsu branding update
This commit is contained in:
@@ -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 |
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user