// Let's simplify the logic for GMS2 beginners: // We will draw a parallelogram connecting the top-right corner to the bottom-right corner.
The heart of this review is GML. If you are on the fence, this is what you need to know: gamemaker studio 2 gml
GML uses standard programming structures to control how your game behaves: // Let's simplify the logic for GMS2 beginners:
While visual actions are great for prototyping, GML is optimized for 2D performance and can even be compiled into C++ for native platforms. Core Syntax and Data Types gamemaker studio 2 gml
Recent updates have modernized GML significantly. It now supports Method Variables