Module graphic_block

Source

Structsยง

GraphicBlock
A struct representing a graphical block that can be displayed in the game logic. It holds the position and visual representation (image) of the block.
Position
A struct representing the position of a graphical block in the 2D space. It holds the x and y coordinates of the block.