ippa
ippa
I've tried both fixes I've found for this issue: n ||= 0 and sprintf("%s%d-%s%s", basename.to_s.gsub(/.\w+$/) { |s| ext = s; '' }, $$, n, ext) instead of sprintf("%s%d-%d%s", basename.to_s.gsub(/.\w+$/) {...
Scrap the above, was due to a brainmeltdown. Now I seem to have run into something real though: NoMethodError (undefined method `callback' for #Image:0x7fb12eef2f40): This error seems to trigger right...
just got bitten by this
Did you try Enemy.all ? About the font-error: Under the hood Chingu uses Gosu::Font.new to draw text .. so a font-error most likely comes from there. You might want to...
Hi, thanks for taking the time to make this pullrequest! Have you done any other testing then that single example? Would it be possible with a few testcases? I don't...
you'll have to take this up with gosu-author https://github.com/jlnr .. chingu is built upon gosu.
If/when you get a new gosu version to install I'll bump up the dependency to that version.
does example16_online_high_scores.rb or example13_high_scores work for you?
ye I'm actually not sure it has ever worked 100% perfect.. the example demoing it does what it should do. I'm thinking of deprecating it. I like the idea of...
nice find :). will try to get it done in the next series of commits.