enum SfmlBook::Chapter5::Textures

Defined in:

chapter5/aircraft.cr
chapter5/resource_identifiers.cr

Enum Members

TitleScreen = 0
Eagle = 1
Raptor = 2
Desert = 3

Class Method Summary

Instance Method Summary

Class Method Detail

def self.for_aircraft(type : Aircraft::Type) #

[View source]

Instance Method Detail

def desert? #

[View source]
def eagle? #

[View source]
def raptor? #

[View source]
def title_screen? #

[View source]