mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
38 lines
2.3 KiB
XML
38 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9060" systemVersion="14F1021" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9060"/>
|
|
<plugIn identifier="com.apple.WebKitIBPlugin" version="9060"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="RbxWebView">
|
|
<connections>
|
|
<outlet property="webView" destination="E3k-K2-jx9" id="qr1-ZM-P7H"/>
|
|
<outlet property="window" destination="tlP-T8-JXC" id="09L-rq-dOQ"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="ROBLOX" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" animationBehavior="default" id="tlP-T8-JXC">
|
|
<windowStyleMask key="styleMask" titled="YES" texturedBackground="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="760" y="331" width="940" height="650"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
|
|
<view key="contentView" id="UPg-5a-BO3">
|
|
<rect key="frame" x="0.0" y="0.0" width="940" height="650"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<webView id="E3k-K2-jx9">
|
|
<rect key="frame" x="0.0" y="0.0" width="1024" height="650"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<webPreferences key="preferences" defaultFontSize="12" defaultFixedFontSize="12" javaScriptCanOpenWindowsAutomatically="NO">
|
|
<nil key="identifier"/>
|
|
</webPreferences>
|
|
</webView>
|
|
</subviews>
|
|
</view>
|
|
</window>
|
|
</objects>
|
|
</document>
|