mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
65 lines
5.4 KiB
XML
65 lines
5.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8124.4"/>
|
|
</dependencies>
|
|
<objects>
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<collectionViewCell multipleTouchEnabled="YES" contentMode="center" id="hOD-7h-uRm" customClass="GameThumbnailCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="150" height="220"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
<rect key="frame" x="0.0" y="0.0" width="150" height="220"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1XX-7d-WGy" customClass="RobloxImageView">
|
|
<rect key="frame" x="6" y="13" width="140" height="140"/>
|
|
</imageView>
|
|
<label hidden="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="__GAME_TITLE__" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="08S-Ow-0ot">
|
|
<rect key="frame" x="6" y="153" width="140" height="24"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
<color key="tintColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label hidden="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="_XYZ_Players_Online" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KSE-OQ-gd0">
|
|
<rect key="frame" x="6" y="173" width="140" height="24"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
<color key="tintColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qMs-nz-vaH" customClass="RBActivityIndicatorView">
|
|
<rect key="frame" x="41" y="40" width="70" height="70"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
</view>
|
|
<imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Thumbs Up" translatesAutoresizingMaskIntoConstraints="NO" id="Zsy-79-gll">
|
|
<rect key="frame" x="5" y="198" width="16" height="16"/>
|
|
<color key="tintColor" red="0.023529414089999999" green="0.03529411927" blue="0.050980396570000003" alpha="1" colorSpace="deviceRGB"/>
|
|
</imageView>
|
|
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ciO-ZY-kC9" customClass="GameVotesView">
|
|
<rect key="frame" x="29" y="203" width="104" height="6"/>
|
|
</view>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
</view>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<size key="customSize" width="436" height="191"/>
|
|
<connections>
|
|
<outlet property="_activityIndicator" destination="qMs-nz-vaH" id="y0s-Cc-lQC"/>
|
|
<outlet property="_image" destination="1XX-7d-WGy" id="E4h-gu-Ri9"/>
|
|
<outlet property="_numPlayers" destination="KSE-OQ-gd0" id="fE4-e1-in6"/>
|
|
<outlet property="_playerVote" destination="Zsy-79-gll" id="eWe-gY-egX"/>
|
|
<outlet property="_title" destination="08S-Ow-0ot" id="fdE-GK-STn"/>
|
|
<outlet property="_votes" destination="ciO-ZY-kC9" id="azZ-le-9p9"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="270.5" y="314"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
<resources>
|
|
<image name="Thumbs Up" width="22" height="22"/>
|
|
</resources>
|
|
</document>
|