lychees's picture
Upload 569 files
87b3b3a
# levelName.md
## Pppery: Change color back:
```
map.overrideKey("down",function() {
map.getPlayer().move("down");
map.getPlayer().setColor("#0f0");
});
```