Top Level Namespace

Defined in:

Method Summary

Method Detail

def new_rect(x0, y0, width, height, *, thickness = 1, outline = SF::Color::Transparent, fill = SF::Color::Transparent, texture : SF::Texture | Nil = nil) : RectType #

[View source]
def new_text(x, y, str, *, size = 12, color = SF::Color::Black, centered = false, style = SF::Text::Regular) : SF::Text #

[View source]
def vec(x, y) #

[View source]