google/blockly-android

Need .png assets for mutator/comment/warning icons

Open

#591 geöffnet am 10. Mai 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (221 Forks)batch import
P1UXassetsfeature parityhelp wanted

Repository-Metriken

Stars
 (665 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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>

Contributor Guide