Hello, everyone. I'm new to this website and I've been coding for sometime(python and ruby). I want to make the character animation longer with walking animation. Can someone give me an example on how to do this?
If you look at the included CptnRuby example, you can see how to create animations with Image::load_tiles and some arithmetic. You can e.g. add more frames to the animation and then give a higher operand to the modulo operator %. It's all about modulo operators. ;)