users.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. import adopt from "./images/users/adopt.png";
  2. import eg from "./images/users/eg.png";
  3. import everest from "./images/users/everest.png";
  4. import giant from "./images/users/giant-simulator.png";
  5. import heroes from "./images/users/heroes.png";
  6. import jailbreak from "./images/users/jailbreak.png";
  7. import qclash from "./images/users/q-clash.png";
  8. import rolantis from "./images/users/rolantis.png";
  9. import tribe from "./images/users/tribe.png";
  10. import wfyb from "./images/users/wfyb.png";
  11. export default [
  12. {
  13. name: "Jailbreak",
  14. url: "https://www.roblox.com/games/606849621",
  15. image: jailbreak,
  16. plays: 3433164377, // 2020-03-11
  17. },
  18. {
  19. name: "Adopt Me",
  20. url: "https://www.roblox.com/games/920587237",
  21. image: adopt,
  22. plays: 4613613838, // 2020-03-11
  23. },
  24. {
  25. name: "Whatever Floats Your Boat",
  26. url: "https://www.roblox.com/games/156220906",
  27. image: wfyb,
  28. plays: 48898279, // 2020-03-11
  29. },
  30. {
  31. name: "Giant Simulator",
  32. url: "https://www.roblox.com/games/2986677229",
  33. image: giant,
  34. plays: 37317030, // 2020-03-11
  35. },
  36. {
  37. name: "Eg!",
  38. url: "https://www.roblox.com/games/2747834912",
  39. image: eg,
  40. plays: 23326904, // 2020-03-11
  41. },
  42. {
  43. name: "Q-CLASH!",
  44. url: "https://www.roblox.com/games/2029250188",
  45. image: qclash,
  46. plays: 16710370, // 2020-03-11
  47. },
  48. {
  49. name: "City of Rolantis",
  50. url: "https://www.roblox.com/games/2056459358",
  51. image: rolantis,
  52. plays: 8773780, // 2020-03-11
  53. },
  54. {
  55. name: "Mount Everest Climbing Roleplay",
  56. url: "https://www.roblox.com/games/3145447020",
  57. image: everest,
  58. plays: 4731199, // 2020-03-11
  59. },
  60. {
  61. name: "Tribe Simulator",
  62. url: "https://www.roblox.com/games/1891457100",
  63. image: tribe,
  64. plays: 4553045, // 2020-03-11
  65. },
  66. {
  67. name: "Heroes' Legacy",
  68. url: "https://www.roblox.com/games/297639921",
  69. image: heroes,
  70. plays: 124358, // 2020-03-11
  71. },
  72. ];