holywyvern/carbuncle

View on GitHub
gems/carbuncle-graphics/mrblib/viewport.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Carbuncle
  class Viewport < Carbuncle::Container
    delegate :set, :x, :y, :width, :height, :w, :h, :x=, :y=, :width=, :height=, :w=, :h=, to: :rect
  end
end