Skip to content

Commit

Permalink
Move loops to loops tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bruh-9000 committed Mar 13, 2024
1 parent f292f34 commit 229bc6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,6 @@ export const toolbox = {
'kind': 'block',
'type': 'ifelse',
},
{
'kind': 'block',
'type': 'repeat',
},
{
'kind': 'block',
'type': 'while',
},
{
'kind': 'block',
'type': 'colour_picker',
Expand Down Expand Up @@ -258,6 +250,14 @@ export const toolbox = {
'name': 'Loops',
'categorystyle': 'procedure_category',
'contents': [
{
'kind': 'block',
'type': 'repeat',
},
{
'kind': 'block',
'type': 'while',
},
{
'kind': 'block',
'type': 'break',
Expand Down

0 comments on commit 229bc6f

Please sign in to comment.