added boots and sounds

This commit is contained in:
2025-11-27 17:11:44 +01:00
parent f3335f9df4
commit 9cf5c85727
25 changed files with 27 additions and 0 deletions

View File

@@ -104,6 +104,10 @@ public class Player extends Entity {
hasKey--;
}
break;
case "boots":
speed += 1;
panel.obj[index] = null;
break;
}
}