Nothing major, just some changes here and there.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1722 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-11-28 01:02:57 +00:00
parent 0446d03a03
commit 7e42a2b505
3 changed files with 6 additions and 3 deletions

View file

@ -15,6 +15,7 @@ image.create( 100, 100, [255, 0, 0] )
sprite = SFML::Sprite.new( image, [500, 500] )
text = SFML::Text.new( "This is a test!" )
text.position = [ 20, 20 ]
while app.open?
while event = app.get_event