Advertisement
Strahovsky

assetsPack

Apr 14th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const assetsPack = {
  2.   images: [
  3.     {
  4.       key: "carro_amarelo",
  5.       url: `scene01/carro_amarelo.svg`,
  6.     },
  7.     {
  8.       key: "farol_carro",
  9.       url: `scene01/farol_carro.svg`,
  10.     },
  11.     {
  12.       key: "logo_oficina_rebimboca",
  13.       url: `scene01/logo_oficina_rebimboca.svg`,
  14.     },
  15.     {
  16.       key: "cenario",
  17.       url: `cenario.svg`,
  18.     },
  19.     {
  20.       key: "botao_iniciar",
  21.       url: `scene01/botao_iniciar.svg`,
  22.     },
  23.     {
  24.       key: "painel_carro",
  25.       url: `garage/painel_carro.svg`, // Mesma coisa em stage/common/painel_carro
  26.     },
  27.     {
  28.       key: "painel_pontos",
  29.       url: `garage/painel_pontos.svg`, // Mesma coisa em stage/common/painel_pontos
  30.     },
  31.     {
  32.       key: "sombra_carro",
  33.       url: `garage/sombra_carro.svg`, // --- Mesma coisa em stage/common/sombra_carro.svg
  34.     },
  35.     {
  36.       key: "botao_confirmar",
  37.       url: `garage/botao_confirmar.svg`, // --- Mesma coisa em stage/common/botao_confirmar.svg
  38.     },
  39.     {
  40.       key: "botao_triangulo_direito",
  41.       url: `garage/botao_triangulo_direito.svg`,
  42.     },
  43.     {
  44.       key: "botao_triangulo_esquerdo",
  45.       url: `garage/botao_triangulo_esquerdo.svg`,
  46.     },
  47.     {
  48.       key: "carro_cinza", //   ----------------------------- Mesma coisa que stage/car[1-5]/fase_01.svg
  49.       url: `garage/carro_cinza.svg`,
  50.     },
  51.     {
  52.       key: "lock",
  53.       url: `garage/lock.svg`,
  54.     },
  55.     {
  56.       key: "borracha",
  57.       url: `draft/borracha.svg`,
  58.     },
  59.     {
  60.       key: "botao_fechar",
  61.       url: `draft/botao_fechar.svg`,
  62.     },
  63.     {
  64.       key: "lapis",
  65.       url: `draft/lapis.svg`,
  66.     },
  67.     {
  68.       key: "rascunho",
  69.       url: `draft/rascunho.svg`,
  70.     },
  71.     {
  72.       key: "retangulo_amarelo",
  73.       url: `draft/retangulo_amarelo.svg`,
  74.     },
  75.     {
  76.       key: "retangulo_azul",
  77.       url: `draft/retangulo_azul.svg`,
  78.     },
  79.     {
  80.       key: "retangulo_branco",
  81.       url: `draft/retangulo_branco.svg`,
  82.     },
  83.     {
  84.       key: "retangulo_preto",
  85.       url: `draft/retangulo_preto.svg`,
  86.     },
  87.     {
  88.       key: "retangulo_verde",
  89.       url: `draft/retangulo_verde.svg`,
  90.     },
  91.     {
  92.       key: "retangulo_vermelho",
  93.       url: `draft/retangulo_vermelho.svg`,
  94.     },
  95.     {
  96.       key: "X",
  97.       url: `draft/X.svg`,
  98.     },
  99.     {
  100.       key: "sombra_carro",
  101.       url: `stage/common/sombra_carro.svg`,
  102.     },
  103.     {
  104.       key: "painel_pontos",
  105.       url: `stage/common/painel_pontos.svg`,
  106.     },
  107.     {
  108.       key: "painel_carro",
  109.       url: `stage/common/painel_carro.svg`,
  110.     },
  111.     {
  112.       key: "painel_conta",
  113.       url: `stage/common/painel_conta.svg`,
  114.     },
  115.     {
  116.       key: "botao_confirmar",
  117.       url: `stage/common/botao_confirmar.svg`,
  118.     },
  119.     {
  120.       key: "botao_rascunho",
  121.       url: `stage/common/botao_rascunho.svg`,
  122.     },
  123.     {
  124.       key: "resultado_dezena",
  125.       url: `stage/common/resultado_dezena.svg`,
  126.     },
  127.     {
  128.       key: "resultado_unidade",
  129.       url: `stage/common/resultado_unidade.svg`,
  130.     },
  131.     {
  132.       key: "sinal_mais",
  133.       url: `stage/common/sinal_mais.svg`,
  134.     },
  135.     {
  136.       key: "sinal_menos",
  137.       url: `stage/common/sinal_menos.svg`,
  138.     },
  139.     {
  140.       key: "car1/fase_01",
  141.       url: `stage/car1/fase_01.svg`,
  142.     },
  143.     {
  144.       key: "car1/fase_02",
  145.       url: `stage/car1/fase_02.svg`,
  146.     },
  147.     {
  148.       key: "car1/fase_03",
  149.       url: `stage/car1/fase_03.svg`,
  150.     },
  151.     {
  152.       key: "car1/fase_04",
  153.       url: `stage/car1/fase_04.svg`,
  154.     },
  155.     {
  156.       key: "car1/fase_05",
  157.       url: `stage/car1/fase_05.svg`,
  158.     },
  159.     {
  160.       key: "car1/fase_06",
  161.       url: `stage/car1/fase_06.svg`,
  162.     },
  163.     {
  164.       key: "car2/fase_01",
  165.       url: `stage/car2/fase_01.svg`,
  166.     },
  167.     {
  168.       key: "car2/fase_02",
  169.       url: `stage/car2/fase_02.svg`,
  170.     },
  171.     {
  172.       key: "car2/fase_03",
  173.       url: `stage/car2/fase_03.svg`,
  174.     },
  175.     {
  176.       key: "car2/fase_04",
  177.       url: `stage/car2/fase_04.svg`,
  178.     },
  179.     {
  180.       key: "car2/fase_05",
  181.       url: `stage/car2/fase_05.svg`,
  182.     },
  183.     {
  184.       key: "car2/fase_06",
  185.       url: `stage/car2/fase_06.svg`,
  186.     },
  187.     {
  188.       key: "car3/fase_01",
  189.       url: `stage/car3/fase_01.svg`,
  190.     },
  191.     {
  192.       key: "car3/fase_02",
  193.       url: `stage/car3/fase_02.svg`,
  194.     },
  195.     {
  196.       key: "car3/fase_03",
  197.       url: `stage/car3/fase_03.svg`,
  198.     },
  199.     {
  200.       key: "car3/fase_04",
  201.       url: `stage/car3/fase_04.svg`,
  202.     },
  203.     {
  204.       key: "car3/fase_05",
  205.       url: `stage/car3/fase_05.svg`,
  206.     },
  207.     {
  208.       key: "car3/fase_06",
  209.       url: `stage/car3/fase_06.svg`,
  210.     },
  211.     {
  212.       key: "car4/fase_01",
  213.       url: `stage/car4/fase_01.svg`,
  214.     },
  215.     {
  216.       key: "car4/fase_02",
  217.       url: `stage/car4/fase_02.svg`,
  218.     },
  219.     {
  220.       key: "car4/fase_03",
  221.       url: `stage/car4/fase_03.svg`,
  222.     },
  223.     {
  224.       key: "car4/fase_04",
  225.       url: `stage/car4/fase_04.svg`,
  226.     },
  227.     {
  228.       key: "car4/fase_05",
  229.       url: `stage/car4/fase_05.svg`,
  230.     },
  231.     {
  232.       key: "car4/fase_06",
  233.       url: `stage/car4/fase_06.svg`,
  234.     },
  235.     {
  236.       key: "car5/fase_01",
  237.       url: `stage/car5/fase_01.svg`,
  238.     },
  239.     {
  240.       key: "car5/fase_02",
  241.       url: `stage/car5/fase_02.svg`,
  242.     },
  243.     {
  244.       key: "car5/fase_03",
  245.       url: `stage/car5/fase_03.svg`,
  246.     },
  247.     {
  248.       key: "car5/fase_04",
  249.       url: `stage/car5/fase_04.svg`,
  250.     },
  251.     {
  252.       key: "car5/fase_05",
  253.       url: `stage/car5/fase_05.svg`,
  254.     },
  255.     {
  256.       key: "car5/fase_06",
  257.       url: `stage/car5/fase_06.svg`,
  258.     },
  259.     {
  260.       key: "scene02/lorenzo",
  261.       url: `scene02/lorenzo.svg`,
  262.     },
  263.     {
  264.       key: "scene02/nuno",
  265.       url: `scene02/nuno.svg`,
  266.     },
  267.     {
  268.       key: "botao_continuar",
  269.       url: `common/botao_continuar.svg`,
  270.     },
  271.     {
  272.       key: "botao_voltar",
  273.       url: `common/botao_voltar.svg`,
  274.     },
  275.     {
  276.       key: "robo_cabeca",
  277.       url: `common/robo/robo_cabeca.svg`,
  278.     },
  279.     {
  280.       key: "robo_corpo",
  281.       url: `common/robo/robo_corpo.svg`,
  282.     },
  283.     {
  284.       key: "scene03/lorenzo",
  285.       url: `scene03/lorenzo.svg`,
  286.     },
  287.     {
  288.       key: "robo_cabeca2x",
  289.       url: `common/robo/robo_cabeca2x.svg`,
  290.     },
  291.     {
  292.       key: "robo_corpo2x",
  293.       url: `common/robo/robo_corpo2x.svg`,
  294.     },
  295.     {
  296.       key: "scene03/cenario",
  297.       url: `scene03/cenario.svg`,
  298.     },
  299.     {
  300.       key: "scene04/cenario",
  301.       url: `scene04/cenario.svg`,
  302.     },
  303.     {
  304.       key: "scene04/nuno",
  305.       url: `scene04/nuno.svg`,
  306.     },
  307.    
  308.   ],
  309. };
  310. export default assetsPack;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement