Skip to content

Commit

Permalink
Add shadowArgument to cbfsb
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Jan 24, 2024
1 parent 696cda7 commit 6422b5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,8 @@ class Runtime extends EventEmitter {
extensions: [],
colour: blockInfo.color1 ?? categoryInfo.color1,
colourSecondary: blockInfo.color2 ?? categoryInfo.color2,
colourTertiary: blockInfo.color3 ?? categoryInfo.color3
colourTertiary: blockInfo.color3 ?? categoryInfo.color3,
isShadowArgument_: blockInfo.shadowArgument ?? false
};
const context = {
// TODO: store this somewhere so that we can map args appropriately after translation.
Expand Down

0 comments on commit 6422b5a

Please sign in to comment.