enum WAD::Graphic::Offsets

Overview

An enum for preset offsets of the graphic

Defined in:

wa-cr/wad/wad-data/texture.cr

Enum Members

TopLeft = 0
TopCenter = 1
TopRight = 2
MiddleLeft = 3
MiddleCenter = 4
MiddleRight = 5
BottomLeft = 6
BottomCenter = 7
BottomRight = 8

Instance Method Summary

Instance Method Detail

def bottom_center? #

def bottom_left? #

def bottom_right? #

def middle_center? #

def middle_left? #

def middle_right? #

def top_center? #

def top_left? #

def top_right? #