hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
335 stars 104 forks source link

Need to include images and correct paths for gosu examples #49

Closed deadprogram closed 12 years ago

deadprogram commented 12 years ago

We need to include some images and also change the gosu examples so they can just be entered verbatim and run correctly. For example, Gosu example 1 has the line:

@icon = Gosu::Image.new(@game_window, "images/player1.png", true)

This does not work correctly, without an image at the proper path. We should change to something like:

@icon = Gosu::Image.new(@game_window, "gosu/images/player1.png", true)

And also make sure we have "stock" creative commons licensed images at that location.

deadprogram commented 12 years ago

Fixed by this commit: https://github.com/hybridgroup/kidsruby/commit/2b58b95e286a88eef37835bc2c1d540ed82e5775