diff options
| author | Tom Black <[email protected]> | 2021-04-13 09:43:09 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2021-04-13 09:43:09 -0500 |
| commit | 426f677cb4c1543c62f0a1eafba34777c6525646 (patch) | |
| tree | 2595df9227be9ffbccb753b080c43ede27cc4afc /lib/ruby2d.rb | |
| parent | 983e3cd0941b5a9c458bb5801b05447fd26bafbe (diff) | |
| download | ruby2d-426f677cb4c1543c62f0a1eafba34777c6525646.tar.gz ruby2d-426f677cb4c1543c62f0a1eafba34777c6525646.zip | |
Add direct draw for shapes
Also add `Pixel` class
Diffstat (limited to 'lib/ruby2d.rb')
| -rw-r--r-- | lib/ruby2d.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ruby2d.rb b/lib/ruby2d.rb index 0562ec5..4ac40a0 100644 --- a/lib/ruby2d.rb +++ b/lib/ruby2d.rb @@ -13,6 +13,7 @@ unless RUBY_ENGINE == 'mruby' require 'ruby2d/rectangle' require 'ruby2d/square' require 'ruby2d/triangle' + require 'ruby2d/pixel' require 'ruby2d/image' require 'ruby2d/sprite' require 'ruby2d/font' |
