Creates a RectangleGameObject that takes in rectangle shape properties.
The width of the rectangle
The height of the rectangle
const rectangle = create_rectangle(100, 100); Copy
const rectangle = create_rectangle(100, 100);
Creates a RectangleGameObject that takes in rectangle shape properties.