+ 1
How do you move a picture in ruby? I'm still learning on making game with ruby
moving picture
2 Respostas
+ 1
picture.move!(x,y)
Just joking :) Ruby does not imply any GUI, so it depends on how and where you present your picture
0
okaay, thank you. i was wondering about how RPG Maker makes its sprites moving in game :)