This commit is contained in:
Dragon Fire
2020-03-08 18:08:23 -04:00
parent 5a63b5be68
commit f0f6c3eae2
+1 -1
View File
@@ -65,7 +65,7 @@ module.exports = class RipCommand extends Command {
ctx.textAlign = 'center';
ctx.font = '62px Coffin Stone';
ctx.fillStyle = 'black';
ctx.fillText(user.username, 432, 346, 500);
ctx.fillText(user.username, 432, 340, 500);
ctx.fillStyle = 'white';
if (cause) ctx.fillText(cause, 432, 920, 500);
ctx.font = '37px Coffin Stone';