A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1681 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-19 18:36:45 +00:00
parent 738b02c308
commit a80339f668
9 changed files with 531 additions and 2 deletions

View file

@ -8,3 +8,4 @@ end
drawable = MyDrawable.new
p drawable.position
p drawable.is_a?( SFML::Drawable )