MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / show

Method show

assets/js/Angry_bird.js:35–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 show() {
36 const pos = this.body.position;
37 const angle = this.body.angle;
38 push();
39 translate(pos.x, pos.y);
40 rotate(angle);
41 fill(255);
42 rectMode(CENTER);
43 imageMode(CENTER);
44 image(boxImg, 0, 0, this.w, this.h);
45 pop();
46 }
47}
48
49class Ground extends Box {

Callers 11

filter_search.jsFile · 0.45
fruitSlicer.jsFile · 0.45
startActionFunction · 0.45
worldclock.jsFile · 0.45
covid-19.jsFile · 0.45
jscolor.jsFile · 0.45
drawFunction · 0.45
jquery.bundle.jsFile · 0.45
jquery.jsFile · 0.45
ballFunction · 0.45
game_overFunction · 0.45

Calls 2

pushFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected