struct WAD::EnDoom::EnDoomChars

Overview

A character in the EnDoom

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def ascii_value : UInt8 #

The character's ascii value


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

The character's ascii value


[View source]
def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def color : UInt8 #

The character's color


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

The character's color


[View source]
def initialize #

[View source]