butts
This commit is contained in:
@ -37,7 +37,6 @@ pub fn main(init: std.process.Init) anyerror!void {
|
||||
const frugBurp = try rl.loadSound("resources/burp.mp3");
|
||||
defer rl.unloadSound(frugBurp);
|
||||
|
||||
|
||||
rl.setTargetFPS(60);
|
||||
|
||||
const frug = Frug.init();
|
||||
@ -52,6 +51,6 @@ pub fn main(init: std.process.Init) anyerror!void {
|
||||
|
||||
frug.draw();
|
||||
|
||||
rl.drawText("FRUGG!", 100, 100, 40, .green);
|
||||
rl.drawText("FRUGG!", 10, 10, 40, .green);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user