2015-07-16 23:53:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2016-06-05 01:43:50 +00:00
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
2015-07-16 23:53:53 +00:00
|
|
|
<dependencies>
|
2016-03-05 19:45:09 +00:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
|
2015-07-16 23:53:53 +00:00
|
|
|
</dependencies>
|
|
|
|
<objects>
|
2015-07-17 02:14:40 +00:00
|
|
|
<customObject id="-2" userLabel="File's Owner" customClass="Atari2600Document" customModule="Clock_Signal" customModuleProvider="target">
|
2015-07-16 23:53:53 +00:00
|
|
|
<connections>
|
2016-06-19 23:36:34 +00:00
|
|
|
<outlet property="colourButton" destination="3qw-C1-NYW" id="WAL-Is-Ux6"/>
|
|
|
|
<outlet property="leftPlayerDifficultyButton" destination="Xbc-cw-Sc2" id="1vg-wY-j1w"/>
|
2015-07-17 02:14:40 +00:00
|
|
|
<outlet property="openGLView" destination="DEG-fq-cjd" id="Gxs-2u-n7B"/>
|
2016-06-19 23:36:34 +00:00
|
|
|
<outlet property="optionsPanel" destination="gsl-7V-TTU" id="BEE-05-h0B"/>
|
|
|
|
<outlet property="resetButton" destination="rQO-uD-fwn" id="DHc-IK-zBm"/>
|
|
|
|
<outlet property="rightPlayerDifficultyButton" destination="kPV-Tm-TTc" id="N2H-KG-R8Z"/>
|
|
|
|
<outlet property="selectButton" destination="nt7-8K-xY9" id="bu6-U1-AZb"/>
|
2015-07-16 23:53:53 +00:00
|
|
|
<outlet property="window" destination="xOd-HO-29H" id="JIz-fz-R2o"/>
|
|
|
|
</connections>
|
|
|
|
</customObject>
|
|
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
2015-07-24 00:53:26 +00:00
|
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="xOd-HO-29H" userLabel="Window">
|
2015-07-16 23:53:53 +00:00
|
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
2015-07-24 00:53:26 +00:00
|
|
|
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
|
2015-07-16 23:53:53 +00:00
|
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
2015-07-24 02:51:53 +00:00
|
|
|
<rect key="contentRect" x="133" y="235" width="400" height="300"/>
|
2016-01-02 22:57:23 +00:00
|
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1366" height="768"/>
|
2015-07-24 02:54:17 +00:00
|
|
|
<value key="minSize" type="size" width="228" height="171"/>
|
2015-07-17 01:16:21 +00:00
|
|
|
<view key="contentView" id="gIp-Ho-8D9">
|
2015-07-24 02:51:53 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="300"/>
|
2015-07-16 23:53:53 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2015-07-17 01:16:21 +00:00
|
|
|
<subviews>
|
2016-03-05 19:45:09 +00:00
|
|
|
<openGLView useAuxiliaryDepthBufferStencil="NO" allowOffline="YES" wantsBestResolutionOpenGLSurface="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DEG-fq-cjd" customClass="CSOpenGLView">
|
2015-07-24 02:51:53 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="300"/>
|
2015-07-17 01:16:21 +00:00
|
|
|
</openGLView>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="DEG-fq-cjd" firstAttribute="centerX" secondItem="gIp-Ho-8D9" secondAttribute="centerX" id="ES5-nL-N3h"/>
|
|
|
|
<constraint firstItem="DEG-fq-cjd" firstAttribute="height" secondItem="gIp-Ho-8D9" secondAttribute="height" id="YoB-qI-LFX"/>
|
|
|
|
<constraint firstItem="DEG-fq-cjd" firstAttribute="centerY" secondItem="gIp-Ho-8D9" secondAttribute="centerY" id="d5Y-3a-CEI"/>
|
|
|
|
<constraint firstItem="DEG-fq-cjd" firstAttribute="width" secondItem="gIp-Ho-8D9" secondAttribute="width" id="mYS-bH-DST"/>
|
|
|
|
</constraints>
|
2015-07-16 23:53:53 +00:00
|
|
|
</view>
|
|
|
|
<connections>
|
|
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-x8E"/>
|
|
|
|
</connections>
|
2016-06-19 23:36:34 +00:00
|
|
|
<point key="canvasLocation" x="272" y="446"/>
|
|
|
|
</window>
|
|
|
|
<window title="Options" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="gsl-7V-TTU" customClass="NSPanel">
|
|
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" utility="YES" HUD="YES"/>
|
|
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
|
|
<rect key="contentRect" x="83" y="102" width="200" height="121"/>
|
|
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1366" height="768"/>
|
2016-06-20 01:40:35 +00:00
|
|
|
<value key="minSize" type="size" width="200" height="121"/>
|
|
|
|
<value key="maxSize" type="size" width="200" height="121"/>
|
2016-06-19 23:36:34 +00:00
|
|
|
<view key="contentView" id="aQh-Pm-DEo">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="200" height="121"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rQO-uD-fwn">
|
|
|
|
<rect key="frame" x="14" y="73" width="86" height="32"/>
|
|
|
|
<buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="l3H-0m-aK0">
|
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="optionWasPressed:" target="-2" id="XCT-S9-qhg"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
<button translatesAutoresizingMaskIntoConstraints="NO" id="3qw-C1-NYW">
|
|
|
|
<rect key="frame" x="18" y="58" width="164" height="18"/>
|
2016-06-21 01:31:07 +00:00
|
|
|
<buttonCell key="cell" type="check" title="Black and White" bezelStyle="regularSquare" imagePosition="left" inset="2" id="UP7-mf-IKo">
|
2016-06-19 23:36:34 +00:00
|
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="optionDidChange:" target="-2" id="jXW-nl-ePC"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
<button translatesAutoresizingMaskIntoConstraints="NO" id="Xbc-cw-Sc2">
|
|
|
|
<rect key="frame" x="18" y="38" width="164" height="18"/>
|
2016-06-21 01:31:07 +00:00
|
|
|
<buttonCell key="cell" type="check" title="Left Player Difficulty" bezelStyle="regularSquare" imagePosition="left" inset="2" id="wlJ-8s-PEh">
|
2016-06-19 23:36:34 +00:00
|
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="optionDidChange:" target="-2" id="Cwv-nj-FY1"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
<button translatesAutoresizingMaskIntoConstraints="NO" id="kPV-Tm-TTc">
|
|
|
|
<rect key="frame" x="18" y="18" width="164" height="18"/>
|
2016-06-21 01:31:07 +00:00
|
|
|
<buttonCell key="cell" type="check" title="Right Player Difficulty" bezelStyle="regularSquare" imagePosition="left" inset="2" id="F05-cA-66S">
|
2016-06-19 23:36:34 +00:00
|
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="optionDidChange:" target="-2" id="L4v-Zp-Ndu"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nt7-8K-xY9">
|
|
|
|
<rect key="frame" x="100" y="73" width="86" height="32"/>
|
|
|
|
<buttonCell key="cell" type="push" title="Select" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="8Na-Z1-EXS">
|
|
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
|
|
<font key="font" metaFont="system"/>
|
|
|
|
</buttonCell>
|
|
|
|
<connections>
|
|
|
|
<action selector="optionWasPressed:" target="-2" id="pKQ-6M-BB4"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="3qw-C1-NYW" firstAttribute="leading" secondItem="aQh-Pm-DEo" secondAttribute="leading" constant="20" id="1Ri-ZO-GJy"/>
|
|
|
|
<constraint firstItem="nt7-8K-xY9" firstAttribute="leading" secondItem="rQO-uD-fwn" secondAttribute="trailing" constant="12" id="46p-Z3-kgW"/>
|
|
|
|
<constraint firstItem="nt7-8K-xY9" firstAttribute="top" secondItem="aQh-Pm-DEo" secondAttribute="top" constant="20" id="6Uc-12-11y"/>
|
|
|
|
<constraint firstItem="Xbc-cw-Sc2" firstAttribute="leading" secondItem="aQh-Pm-DEo" secondAttribute="leading" constant="20" id="7es-iv-JOh"/>
|
|
|
|
<constraint firstItem="kPV-Tm-TTc" firstAttribute="top" secondItem="Xbc-cw-Sc2" secondAttribute="bottom" constant="6" id="Env-nl-M2e"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="kPV-Tm-TTc" secondAttribute="trailing" constant="20" id="Fim-Ej-8Ux"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="Xbc-cw-Sc2" secondAttribute="trailing" constant="20" id="HkS-6c-WZm"/>
|
|
|
|
<constraint firstItem="3qw-C1-NYW" firstAttribute="top" secondItem="nt7-8K-xY9" secondAttribute="bottom" constant="6" id="Hxq-Pm-o4G"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="nt7-8K-xY9" secondAttribute="trailing" constant="20" id="JRO-de-WQp"/>
|
|
|
|
<constraint firstItem="rQO-uD-fwn" firstAttribute="top" secondItem="aQh-Pm-DEo" secondAttribute="top" constant="20" id="N3p-aY-2Nx"/>
|
|
|
|
<constraint firstItem="nt7-8K-xY9" firstAttribute="width" secondItem="rQO-uD-fwn" secondAttribute="width" id="NOc-hJ-8Mm"/>
|
|
|
|
<constraint firstItem="Xbc-cw-Sc2" firstAttribute="top" secondItem="3qw-C1-NYW" secondAttribute="bottom" constant="6" id="ORX-bF-2WS"/>
|
|
|
|
<constraint firstItem="kPV-Tm-TTc" firstAttribute="leading" secondItem="aQh-Pm-DEo" secondAttribute="leading" constant="20" id="x8p-Hm-xeu"/>
|
|
|
|
<constraint firstItem="rQO-uD-fwn" firstAttribute="leading" secondItem="aQh-Pm-DEo" secondAttribute="leading" constant="20" id="xhD-iY-vt2"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="3qw-C1-NYW" secondAttribute="trailing" constant="20" id="yff-e9-OBY"/>
|
|
|
|
</constraints>
|
|
|
|
</view>
|
|
|
|
<point key="canvasLocation" x="157" y="12.5"/>
|
2015-07-16 23:53:53 +00:00
|
|
|
</window>
|
|
|
|
</objects>
|
|
|
|
</document>
|