diff options
| author | Tom Black <[email protected]> | 2016-10-09 15:35:13 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-10-09 15:35:13 -0400 |
| commit | 922d47027ead7cec732e086880a3a8127c0b8cf6 (patch) | |
| tree | 0e6e9a251e69fdb4936bd9c18df7b66c9172a78c /lib/ruby2d.rb | |
| parent | 31aebd27ec78e6b751d69d2fb360187270b1be00 (diff) | |
| download | ruby2d-922d47027ead7cec732e086880a3a8127c0b8cf6.tar.gz ruby2d-922d47027ead7cec732e086880a3a8127c0b8cf6.zip | |
Add sprites
Also namespace `type_id` definitions
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 342e03a..4e41d22 100644 --- a/lib/ruby2d.rb +++ b/lib/ruby2d.rb @@ -9,6 +9,7 @@ require 'ruby2d/rectangle' require 'ruby2d/square' require 'ruby2d/triangle' require 'ruby2d/image' +require 'ruby2d/sprite' require 'ruby2d/text' require 'ruby2d/exceptions' require 'ruby2d/ruby2d' # load native extension |
