google/blockly-android

Need .png assets for mutator/comment/warning icons

Open

#591 aberto em 10 de mai. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Java (221 forks)batch import
P1UXassetsfeature parityhelp wanted

Métricas do repositório

Stars
 (665 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

See web SVG examples by importing the following:

<workspace>
  <block type="procedures_ifreturn" x="313" y="113">
    <mutation value="1"></mutation>
  </block>
  <block type="procedures_defnoreturn" x="313" y="163">
    <field name="NAME">do something</field>
    <comment pinned="false" h="80" w="160">Describe this function...</comment>
  </block>
</workspace>

Guia do colaborador