module Systems::Render

Defined in:

systems.cr

Class Method Summary

Class Method Detail

def self.draw(window : SF::RenderWindow, world : World) #

[View source]
def self.draw_black_background(window) #

[View source]
def self.draw_gameover_ui(window) #

[View source]
def self.draw_hitbox(window, x, y, width, height) #

[View source]
def self.draw_score(window) #

[View source]
def self.draw_title_ui(window) #

[View source]