Class: Doom::Wad::Patch::Post

Inherits:
Struct
  • Object
show all
Defined in:
lib/doom/wad/patch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pixelsObject

Returns the value of attribute pixels

Returns:

  • (Object)

    the current value of pixels



6
7
8
# File 'lib/doom/wad/patch.rb', line 6

def pixels
  @pixels
end

#top_deltaObject

Returns the value of attribute top_delta

Returns:

  • (Object)

    the current value of top_delta



6
7
8
# File 'lib/doom/wad/patch.rb', line 6

def top_delta
  @top_delta
end