more wording

updated pause menu and fields descriptions to new wording style
This commit is contained in:
landgreen
2022-06-15 07:10:01 -07:00
parent e3d6ffce43
commit e68ed81ba1
11 changed files with 69 additions and 99 deletions

View File

@@ -258,7 +258,7 @@ function collisionChecks(event) {
Events.on(engine, "collisionStart", function(event) {
playerOnGroundCheck(event);
// playerHeadCheck(event);
if (m.alive) collisionChecks(event);
collisionChecks(event);
});
Events.on(engine, "collisionActive", function(event) {
playerOnGroundCheck(event);