From d2829c3fbf5012e7be86cf9a27153f1a84e8bd19 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Tue, 6 Dec 2022 15:36:14 +0100 Subject: [PATCH] changement style cookie clicker --- bob_party/src/Games/CookieClicker/cookieClicker.tsx | 2 +- bob_party/src/screens/GameChoice.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bob_party/src/Games/CookieClicker/cookieClicker.tsx b/bob_party/src/Games/CookieClicker/cookieClicker.tsx index d2a0bd1..5bb8fd5 100644 --- a/bob_party/src/Games/CookieClicker/cookieClicker.tsx +++ b/bob_party/src/Games/CookieClicker/cookieClicker.tsx @@ -182,7 +182,7 @@ function CookieClicker(props: { navigation: any}){ const styles = StyleSheet.create({ container: { - top: 5, + top: 20, margin: 10, flex: 1, justifyContent: 'center', diff --git a/bob_party/src/screens/GameChoice.tsx b/bob_party/src/screens/GameChoice.tsx index 2f14155..068c3c1 100644 --- a/bob_party/src/screens/GameChoice.tsx +++ b/bob_party/src/screens/GameChoice.tsx @@ -16,7 +16,7 @@ let tabConv:Conversation[]=[]; const cookieClicker= new GameSolo(1, "Cookie Clicker", "https://codefirst.iut.uca.fr/git/BOB_PARTEAM/BOB_PARTY/raw/branch/typescript/bob_party/assets/ImagesJeux/Pong.png", "/Games/CookieClicker/cookieClicker.tsx", 1, 1, new Map([ [100, 100], [1000, 300], - [10000, 200] + [10000, 400] ]));