Skip to content
Snippets Groups Projects
Commit b852e4a6 authored by yanis's avatar yanis
Browse files

ajustement couleur bon accueil

parent 816c88eb
Branches
No related tags found
No related merge requests found
......@@ -46,19 +46,19 @@
</attributes>
</fragment>
</attributedString>
<color key="baseBackgroundColor" systemColor="systemYellowColor"/>
<color key="baseBackgroundColor" red="0.91485461992086825" green="0.72546671504217852" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</buttonConfiguration>
<connections>
<action selector="AfficherClassement:" destination="BYZ-38-t0r" eventType="touchUpInside" id="up5-UE-mBH"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rxj-5T-1Nw">
<rect key="frame" x="89" y="621" width="212" height="39"/>
<rect key="frame" x="28" y="621" width="335" height="39"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="filled" title="Start game">
<fontDescription key="titleFontDescription" style="UICTFontTextStyleTitle3"/>
<color key="baseBackgroundColor" systemColor="systemTealColor"/>
<color key="baseBackgroundColor" red="0.16242280080033861" green="0.61513349139014162" blue="0.69163225280749385" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</buttonConfiguration>
<connections>
<action selector="LancerPartie:" destination="BYZ-38-t0r" eventType="touchUpInside" id="ccG-OM-Emx"/>
......@@ -83,7 +83,7 @@
</attributes>
</fragment>
</attributedString>
<color key="baseBackgroundColor" systemColor="systemYellowColor"/>
<color key="baseBackgroundColor" red="0.91485461990000005" green="0.72546671500000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</buttonConfiguration>
<connections>
<action selector="AfficherClassement:" destination="BYZ-38-t0r" eventType="touchUpInside" id="7El-p9-KHs"/>
......@@ -583,11 +583,5 @@
<systemColor name="systemBrownColor">
<color red="0.63529411764705879" green="0.51764705882352946" blue="0.36862745098039218" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
<systemColor name="systemTealColor">
<color red="0.18823529411764706" green="0.69019607843137254" blue="0.7803921568627451" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
<systemColor name="systemYellowColor">
<color red="1" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
</resources>
</document>
......@@ -30,6 +30,7 @@ class ViewController: UIViewController, UIPickerViewDataSource, UIPickerViewDele
@IBOutlet weak var choixTheme: UIPickerView!
@IBOutlet weak var choixNiv: UISegmentedControl!
var wordToGuess : String = ""
let pickerData = ["Animals", "Sports", "Food", "Cities", "Colors"]
let gameEngine : GameEngine = GameEngine()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment