Skip to content

Commit

Permalink
8866이슈 핫픽스 처리용
Browse files Browse the repository at this point in the history
  • Loading branch information
usbsync committed Nov 12, 2024
1 parent 6ff570d commit db3a6a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extern/util/static_mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ EntryStatic.searchProjectOption = [
},
];

EntryStatic.variableBlockList = [
'get_variable',
'change_variable',
'set_variable',
'show_variable',
'hide_variable',
];

EntryStatic.messageBlockList = ['when_message_cast', 'message_cast', 'message_cast_wait'];

EntryStatic.getAllBlocks = function () {
return [
{
Expand All @@ -134,8 +144,10 @@ EntryStatic.getAllBlocks = function () {
'mouse_clicked',
'mouse_click_cancled',
'when_object_click',
'when_object_click_canceled',
'when_message_cast',
'message_cast',
'message_cast_wait',
],
},
{
Expand Down

0 comments on commit db3a6a9

Please sign in to comment.