This commit is contained in:
Dragon Fire
2020-11-04 13:21:28 -05:00
parent 32917c386c
commit b43b9e5337
+2 -2
View File
@@ -82,8 +82,8 @@ module.exports = class IllegalCommand extends Command {
const rect = {
x: frame.corners[0][0],
y: frame.corners[0][1],
width: frame.corners[1][0],
height: frame.corners[0][0]
width: frame.corners[0][0],
height: frame.corners[1][0]
};
drawText(ctx, `${text}\n${verb} NOW\nILLEGAL`, impactFont, rect, {
minSize: 5,