Skip to content

Commit

Permalink
Merge pull request #2589 from entrylabs/develop-hw
Browse files Browse the repository at this point in the history
[하드웨어] develop-hw 1.9.47 PR
  • Loading branch information
Tnks2U authored Oct 24, 2023
2 parents ab185a7 + e7a7192 commit 2bf1cb1
Show file tree
Hide file tree
Showing 10 changed files with 10,410 additions and 71 deletions.
Binary file added images/hw_lite/neocannonlite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hw_lite/neospiderlite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/playground/blocks/hardware/block_asomebot.js
Original file line number Diff line number Diff line change
Expand Up @@ -1222,8 +1222,8 @@ Entry.AsomeBot.getBlocks = function() {
{
type: 'Dropdown',
options: [
['왼쪽', '1'],
['오른쪽', '-1'],
['Left', '1'],
['Right', '-1'],
],
value: '1',
fontSize: 11,
Expand Down Expand Up @@ -1364,8 +1364,8 @@ Entry.AsomeBot.getBlocks = function() {
{
type: 'Dropdown',
options: [
['왼쪽', '1'],
['오른쪽', '-1'],
['Left', '1'],
['Right', '-1'],
],
value: '1',
fontSize: 11,
Expand Down Expand Up @@ -1632,8 +1632,8 @@ Entry.AsomeBot.getBlocks = function() {
{
type: 'Dropdown',
options: [
['왼쪽', '1'],
['오른쪽', '-1'],
['Left', '1'],
['Right', '-1'],
],
value: '1',
fontSize: 11,
Expand Down
Loading

0 comments on commit 2bf1cb1

Please sign in to comment.