general balance (also removed some unused files)
This commit is contained in:
@@ -117,14 +117,14 @@ const powerUps = {
|
||||
if (b.inventory.length === 1) {
|
||||
game.makeTextLog(
|
||||
// "<div style='font-size:120%;' >new gun: " + b.guns[newGun].name + "</div><span class = 'box'>E</span> / <span class = 'box'>Q</span>",
|
||||
"<div style='font-size:120%;' >new gun: " + b.guns[newGun].name + "</div> <br> Use <strong>Q</strong>, <strong>E</strong>, or <strong>mouse wheel</strong> to change weapons.",
|
||||
360
|
||||
"<div style='font-size:150%;'><strong>" + b.guns[newGun].name + "</strong></div> (left click) <br> <p style='font-size:90%;'><strong>Q</strong>, <strong>E</strong>, and <strong>mouse wheel</strong> change weapons</p>",
|
||||
500
|
||||
);
|
||||
} else {
|
||||
game.makeTextLog(
|
||||
// "<div style='font-size:120%;' >new gun: " + b.guns[newGun].name + "</div><span class = 'box'>E</span> / <span class = 'box'>Q</span>",
|
||||
"<div style='font-size:120%;' >new gun: " + b.guns[newGun].name + "</div>",
|
||||
360
|
||||
"<div style='font-size:150%;'><strong>" + b.guns[newGun].name + "</strong></div> (left click)",
|
||||
400
|
||||
);
|
||||
}
|
||||
b.guns[newGun].have = true;
|
||||
|
||||
Reference in New Issue
Block a user