mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Fix background task + socket in services + cleaning
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export const Colors = {
|
||||
background: '#f5f5f5'
|
||||
};
|
||||
@@ -1,16 +0,0 @@
|
||||
export const SERVER_URL = process.env.EXPO_PUBLIC_SERVER_URL;
|
||||
export const SOCKET_URL = process.env.EXPO_PUBLIC_SOCKET_URL;
|
||||
|
||||
export const InitialRegions = {
|
||||
paris : {
|
||||
latitude: 48.864,
|
||||
longitude: 2.342,
|
||||
latitudeDelta: 0,
|
||||
longitudeDelta: 50
|
||||
}
|
||||
};
|
||||
|
||||
export const ZoneTypes = {
|
||||
circle: "circle",
|
||||
polygon: "polygon"
|
||||
};
|
||||
@@ -1,6 +0,0 @@
|
||||
export const GameState = {
|
||||
SETUP: "setup",
|
||||
PLACEMENT: "placement",
|
||||
PLAYING: "playing",
|
||||
FINISHED: "finished"
|
||||
};
|
||||
Reference in New Issue
Block a user