google/blockly-android

Need .png assets for mutator/comment/warning icons

开放

#591 创建于 2017年5月10日

 (1 条评论) (0 个反应) (0 位负责人)Java (221 个派生)batch import
P1UXassetsfeature parityhelp wanted

仓库指标

星标
 (665 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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>

贡献者指南