diff options
| author | Tom Black <[email protected]> | 2019-01-03 16:49:51 -0800 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2019-01-03 16:57:23 -0800 |
| commit | ddc3d31a09557d4d24068078e9d4011df260dc93 (patch) | |
| tree | e043e8080c97cd109cad08076bb0931ec49098c0 /appveyor.yml | |
| parent | be713c960e2b9f675e04c6d7cdabb3cd61a0d62d (diff) | |
| download | ruby2d-ddc3d31a09557d4d24068078e9d4011df260dc93.tar.gz ruby2d-ddc3d31a09557d4d24068078e9d4011df260dc93.zip | |
Color enhancements, fixes, refactoring
Opacity and color can now be set for sprites. Opacity can now also be set when instantiating a new renderable object. `Color.from(c)` renamed to `Color.set(c)` for clarity. `Renderable` module includes more common functionality.
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1d2eaff..2cf2028 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,6 @@ install: build: off before_test: - ruby -v - - gem install bundler - bundle install test_script: - rake |
