-
Notifications
You must be signed in to change notification settings - Fork 143
SuperCodes_BetterKeyboard #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some suggestions
// Description: Advanced text input and display on the stage. | ||
// By: SuperCodes_ | ||
|
||
// A message for users of the version from pen-group's site. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is on the pen-group site.
Also this should be inside the (function (Scratch) {
on line 7
} | ||
|
||
setFontColor(args) { | ||
this._fontSettings.color = Scratch.Cast.toCSSColor(args.COLOR); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The scratch object does not have a toCSSColor
do you mean toRgbColorList
or toRgbColorObject
?
name: 'typed text', | ||
assetId: 'typed_text_asset', | ||
dataFormat: 'svg', | ||
is==svg: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running this throws Expected "}" but found "=="
= is not allowed unless it is in quotes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refrain from using spaces in the file name, also make sure to make it a .js
file for JavaScript.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also another note, please make a folder for yourself instead of putting it in the base extensions directory.
Codes for penguin mode.