fregas
fregas
This works: ``` self.player_sprite = Zif::Sprite.new.tap do |s| s.x = player.x s.y = player.y s.w = player.size s.h = player.size s.path = 'sprites/spritesheet.png' s.source_h = 8 s.source_w = 8 s.source_x...
Help help! :) I have an existing largisth DR project and did a `smaug init` and that worked fine. Did `smaug run` and got the following error. Smaug run works...
Tried to run my game: ``` beck:craigjump fregas$ smaug run Could not find the configured version of DragonRuby. Install it with `smaug dragonruby install` Thanks for using Smaug! 📦 Explore...
First, thanks for everyone who works on this. Its a life saver. I'm on archlinux so my issues are likely with the desktop client. Not sure if they happen in...