allow fps lower then 31 to 60fps - #2784
Conversation
|
Changing the name and desc is fine IMO, just not the id. |
|
All right, ty. I will change it |
|
Resolves #1963 |
|
@RedGuy12 is the name fine to change, just not the id? |
That's what I said. |
i agree with mxmou that this works better
I'll review this in a few days, I'm taking a little break |
... lowercase.
|
IMO slow down / go faster buttons would be very useful, but they should be part of another addon. I don't think letting users enter less than 30 FPS on this addon makes sense. It would fix the problem temporarily, but don't forget this addon is enabled by default and 99% of its users will keep it at fixed 60 |
|
If you want to achieve this currently, you can run this in the settings page: vue.addonSettings["60fps"].framerate = 19
vue.updateSettings(vue.manifestsById["60fps"]) |
* Use more consistent language * Use the word "save" which was previously in the addon name in blocks2image description * Use extended search & other changes to allow searching by old addon names * Some changes suggested by @apple502j * Revert a change * More changes based on suggestions * Revert 60 FPS change - #2784 is better * ocular integration * Better image-uploader description Based on @RedGuy12's suggestion * Clarify mouse-pos description as requested by @WorldLanguages * Improve studio-tools description Based on @RedGuy12's suggestion * paint editor → costume editor * stack → script * Improve recently added addon descriptions * "Add extension" is used by Scratch * (forum-time-zones) Use grammatically correct description by mxmou * (my-ocular) Full domain in addon name * image-uploader: upload -> upload and insert * Remove Alt+GreenFlag from 60fps addon name Co-authored-by: WorldLanguages <mundofinky@gmail.com> Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
|
This is a useful feature that some people experimenting with and debugging some enhanced scratch projects could use and won´t harm other users (because as you already said, almost all of them (even me) don't even change the FPS and the ones which do so just won't set it to FPS lower than 30 unless they want it for some reason) |
Resolves #2778 Fixes Slow-mo part of #2760 resolves #1963
Changes
change the
addon.jsonfile to have the minimum be 1, changes description and changes name to be "custom fps player mode"Reason for changes
because this is just the opposite that makes sense to have
Tests
I have not tested this.