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 #

Instance Method Detail

def ascii_value : UInt8 #

The character's ascii value


def ascii_value=(ascii_value : UInt8) #

The character's ascii value


def clone #

Returns a copy of self with all instance variables cloned.


def color : UInt8 #

The character's color


def color=(color : UInt8) #

The character's color


def initialize #