class System::MainMenu

Defined in:

systems/main_menu.cr

Constant Summary

BTN_HEIGHT = 42
PAD = 8

Instance Method Summary

Instance Method Detail

def filter(world) #

[View source]
def preprocess #
Description copied from class ECS::System

Will be called on each ECS::Systems.execute call, before #process and #execute


[View source]
def process(entity) #

[View source]