Changement de nouveau des images du jeu
continuous-integration/drone/push Build is failing Details

Persistance
Thomas Chazot 2 years ago
parent 230458376f
commit 6b7c2eff3b

Binary file not shown.

Before

Width:  |  Height:  |  Size: 564 KiB

After

Width:  |  Height:  |  Size: 1009 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 KiB

After

Width:  |  Height:  |  Size: 447 KiB

@ -119,7 +119,7 @@ function CookieClicker(props: { navigation: any}){
Timer: {timer} Timer: {timer}
</Text> </Text>
<TouchableHighlight onPress={onPressCookie} > <TouchableHighlight onPress={onPressCookie} >
<Image style={styles.photo} source={{uri: 'https://cdn-icons-png.flaticon.com/512/614/614131.png'}}/> <Image style={styles.photo} source={{uri: 'https://codefirst.iut.uca.fr/git/BOB_PARTEAM/BOB_PARTY/raw/branch/Persistance/bob_party/assets/ImagesJeux/CookieClicker/ChristmasCookie.png'}}/>
</TouchableHighlight> </TouchableHighlight>
<Text> <Text>
Argent {money} Argent {money}
@ -130,7 +130,7 @@ function CookieClicker(props: { navigation: any}){
</View> </View>
<View style={styles.containerRight}> <View style={styles.containerRight}>
<TouchableHighlight onPress={onPressGrandma}> <TouchableHighlight onPress={onPressGrandma}>
<Image style={styles.photo} source={{uri: 'https://www.pngall.com/wp-content/uploads/12/Grandma-Happy-PNG-Photo.png'}}/> <Image style={styles.photo} source={{uri: 'https://codefirst.iut.uca.fr/git/BOB_PARTEAM/BOB_PARTY/raw/branch/Persistance/bob_party/assets/ImagesJeux/CookieClicker/ChristmasGrandma.png'}}/>
</TouchableHighlight> </TouchableHighlight>
<View> <View>
<Text style={styles.cout}> <Text style={styles.cout}>
@ -139,7 +139,7 @@ function CookieClicker(props: { navigation: any}){
</View> </View>
<TouchableHighlight onPress={onPressFarm} style={styles.photo}> <TouchableHighlight onPress={onPressFarm} style={styles.photo}>
<Image style={styles.photo} source={{uri: 'https://www.pngall.com/wp-content/uploads/8/Farming-PNG-Picture.png'}}/> <Image style={styles.photo} source={{uri: 'https://codefirst.iut.uca.fr/git/BOB_PARTEAM/BOB_PARTY/raw/branch/Persistance/bob_party/assets/ImagesJeux/CookieClicker/ChristmasFarm.png'}}/>
</TouchableHighlight> </TouchableHighlight>
<View> <View>
<Text style={styles.cout}> <Text style={styles.cout}>
@ -148,7 +148,7 @@ function CookieClicker(props: { navigation: any}){
</View> </View>
<TouchableHighlight onPress={onPressFactory}> <TouchableHighlight onPress={onPressFactory}>
<Image style={styles.photo} source={{uri: 'https://cdn.pixabay.com/photo/2018/04/16/09/12/factory-3323977_960_720.png'}}/> <Image style={styles.photo} source={{uri: 'https://codefirst.iut.uca.fr/git/BOB_PARTEAM/BOB_PARTY/raw/branch/Persistance/bob_party/assets/ImagesJeux/CookieClicker/ChristmasFactory.png'}}/>
</TouchableHighlight> </TouchableHighlight>
<View> <View>
<Text style={styles.cout}> <Text style={styles.cout}>
@ -209,7 +209,7 @@ const styles = StyleSheet.create({
}, },
photo: { photo: {
width: 50, width: 50,
height: 50 height: 100
}, },
cout: { cout: {
marginBottom: 20 marginBottom: 20

Loading…
Cancel
Save