class Sprite

Defined in:

ppu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ypos, xpos, tileNum : UInt8, attributes) #

[View source]

Instance Method Detail

def palNumber : Bool #

[View source]
def palNumber=(palNumber : Bool) #

[View source]
def priority : Bool #

[View source]
def priority=(priority : Bool) #

[View source]
def tileNum : UInt8 #

[View source]
def tileNum=(tileNum : UInt8) #

[View source]
def x : Int16 #

[View source]
def x=(x : Int16) #

[View source]
def xFlip : Bool #

[View source]
def xFlip=(xFlip : Bool) #

[View source]
def y : Int16 #

[View source]
def y=(y : Int16) #

[View source]
def yFlip : Bool #

[View source]
def yFlip=(yFlip : Bool) #

[View source]