To add/edit/take down parameters: Go into frameIndexMap Adding elements: Enter data in a string in the order of the frameIndexMap(If x is the first element in the map list, It should be the first in the string too) I hope to create better documentation in the future.
Link to documentation: https://scratch.mit.edu/projects/1120244501/ Has instantaneous display, ROM/RAM. GPU/CPU(one Core) Information: The engine contains a ROM and RAM lists. RAM: -- Used to introduce temporary elements to the engine ROM: -- All the permenante elements the engine displays To have diffrent classes, creat a new client in the client list. Client: -- Interacts with RAM data like(motion, direction, etc...) A pen game engine. Way more effective than the clone one. By the way if you got a small base on python then you should get most of it(at least I hope).