New icon and loads of new opcodes! DebugInfo is a opcode that displays useful info like the fps time current opcode that its running and what like the program is looking at. The If opcode works and supports: > = < ! >= <=. The Var opcode has added: sqrt pow abs dist vec3 rrng (ranrange). There is image, button and (possibly) text support. The Screen got some more opcodes like Caption and a toggleable fps counter by using fps. There is Sound but I havent tested it yet. I decided to use pixel art for the icon because I am better at that compared to digital drawing and I like how it turned out. How this whole language works is like reading a list, were it looks at the code line by line and runs it. Then if it hits something like a LoopEnd then it will go back to the Loop that it noted earlier. Because of this, I dont think I am going to add defs and functions (and ifs sound do the trick). The picture of the code runs a program that has a simple “menu” with a button, after that there is a simple 2d movement script.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.