added boots and sounds
This commit is contained in:
@@ -104,6 +104,10 @@ public class Player extends Entity {
|
||||
hasKey--;
|
||||
}
|
||||
break;
|
||||
case "boots":
|
||||
speed += 1;
|
||||
panel.obj[index] = null;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user