123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|92|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> JSE -> JSE Tweaks 2025

Sat, 19 Apr 2025, 07:52
Jayenkai

JSE Tweaks 2025


Figured I should make a separate thread for tweaks, instead of dumping everything into the Optimisationalism thread.

Today I deleted a line of code.
I can't figure out why I added it. I'm certain I did it to solve a particular issue, but I can't seem to replicate the issue, so maybe I solved it elsewhere? Not sure.

If you anything going awry with arrays, please do let me know.
Recent version is v.3gim

Latest feature
SubColours

DrawImg x,y,symbol,colour
Colour used to be just 0-7, but now supports floats between 0.000 to 7.999, and draws an alpha's version of the next colour on top to kinda fake more colours.
I didn't previously do this because it can be slow drawing 2 versions of the same image.
Probably best to avoid this unless you "really" need it for a few sprites.

  --v


-=-=-
''Load, Next List!''
Sat, 03 May 2025, 03:27
Jayenkai


Not uploaded this yet, but I've added a new "ShowFPS()" command, which pops up a small fps+stress graph on the top right of the screen.

The more I use it, the more obvious it's becoming that that oughta be a toggle, and if it's a toggle, it really should be available to players using the player-mode, not just a command, or in the GotoJSE interface like the current FPS toggle is.

But how to do that?
Way back when, I used to have a permanent menu in my Framework that would drop down when you hit the Tab key, but that's no good for Mouse or Touchscreen.
I could make a "swipe down" gesture, I guess, but that might make things awkward if you're making anything that interacts with the top of the screen.
..
Or maybe just have a "DisableMenu()" command to switch that off, so it's always available unless you specifically disable it in a project...?

If I did add such a menu bar, what things should be in it?
[ x ] Enhanced Colour
[ x ] ShowFPS
[---=---] Sound Volume
[----=--] Music Volume

Anything else I should be considering for such a menu?

-=-=-
''Load, Next List!''