-
Notifications
You must be signed in to change notification settings - Fork 11
/
HelpViewController.xib
73 lines (69 loc) · 6.34 KB
/
HelpViewController.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="HelpViewController">
<connections>
<outlet property="_text" destination="12" id="14"/>
<outlet property="view" destination="1" id="3"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="1">
<rect key="frame" x="0.0" y="0.0" width="480" height="300"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="controllerBG.png" id="10">
<rect key="frame" x="0.0" y="0.0" width="480" height="300"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="8">
<rect key="frame" x="4" y="5" width="50" height="38"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
<state key="normal" title="test" image="buttonLeave.png">
<color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<state key="highlighted">
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="closePressed:" destination="-1" eventType="touchUpInside" id="9"/>
</connections>
</button>
<textView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" indicatorStyle="white" editable="NO" id="12">
<rect key="frame" x="35" y="38" width="408" height="403"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/>
<mutableString key="text">• BombSquad Remote uses WiFi to communicate with a device running BombSquad, so first and foremost make sure your iDevice is on the same WiFi network as the device running the game.
• For BombSquad Remote to feel crisp and responsive you'll need a lag-free wireless network. If you are running the game on a Mac, often the best way to achieve this is to create a network on that Mac and then connect your iDevices to that network (see 'Create Network...' under the wifi menu). If you prefer to go through your existing wireless network, connecting your Mac to the network via cable instead of wirelessly can also help reduce lag. It may also help to turn off Bluetooth or other wireless devices nearby to reduce interference. On a good network, the lag-meter at the bottom of the screen should generally stay below 0.05 and player response should not feel delayed.
• In tilt-mode, your character will only move while you have your thumb pressed down on the left side of the remote. This way if you want to stop moving you can just pick up your thumb.
• Swiping an already-pressed finger over another button will count as a press; this way you can do things like jumping and throwing with a single swipe.
• In floating joystick mode, wherever you initially touch with your thumb counts as neutral; you won't start moving until you drag in a direction. The exception to this is if you do a quick tap-and-release at the top, bottom, left, or right of the joystick area, which registers as a quick press and is useful for navigating menus.</mutableString>
<color key="textColor" red="0.81761419199999996" green="1" blue="0.79108208739999997" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="12"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Handy Dandy BombSquad Remote Tips" lineBreakMode="tailTruncation" minimumFontSize="10" id="13">
<rect key="frame" x="87" y="9" width="307" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="17"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="simulatedStatusBarMetrics"/>
<simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</view>
</objects>
<resources>
<image name="buttonLeave.png" width="80" height="60"/>
<image name="controllerBG.png" width="480" height="320"/>
</resources>
</document>