diff options
| author | Amir Rajan <[email protected]> | 2021-08-07 00:18:49 -0500 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-08-07 00:23:49 -0500 |
| commit | a1b8552ae442d1fa22df1e569652eb99750dcebf (patch) | |
| tree | c097d7d69144a97cc0426cb61baa330877644e93 /dragon/attr_sprite.rb | |
| parent | 17d6f2a45d07932fb2ac354d4f8996c420eddc27 (diff) | |
| download | dragonruby-game-toolkit-contrib-a1b8552ae442d1fa22df1e569652eb99750dcebf.tar.gz dragonruby-game-toolkit-contrib-a1b8552ae442d1fa22df1e569652eb99750dcebf.zip | |
Sync core oss engine files.
Diffstat (limited to 'dragon/attr_sprite.rb')
| -rw-r--r-- | dragon/attr_sprite.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dragon/attr_sprite.rb b/dragon/attr_sprite.rb index 69ddd8c..754429d 100644 --- a/dragon/attr_sprite.rb +++ b/dragon/attr_sprite.rb @@ -1,3 +1,4 @@ +# coding: utf-8 # Copyright 2019 DragonRuby LLC # MIT License # attr_sprite.rb has been released under MIT (*only this file*). @@ -37,7 +38,7 @@ module AttrSprite attr_accessor :x, :y, :w, :h, :path, :angle, :a, :r, :g, :b, :tile_x, :tile_y, :tile_w, :tile_h, :flip_horizontally, :flip_vertically, :angle_anchor_x, :angle_anchor_y, :id, - :source_x, :source_y, :source_w, :source_h + :source_x, :source_y, :source_w, :source_h, :blendmode_enum def primitive_marker :sprite |
