Hit Box Visualization

Learning from AstroPlatformer

Code Runner Challenge

hit-box-visualization

View IPYNB Source
%%js
// CODE_RUNNER: hit-box-visualization

const coin = {x:90,y:268,w:14,h:14};
const hbw = coin.w * 0.2;
const hbh = coin.h * 0.2;
console.log("Hitbox:", hbw, "x", hbh);

Lines: 1 Characters: 0
Output
Click "Run" in code control panel to see output ...