Skip to content

Commit

Permalink
update Pica.js b00tc4mp#8
Browse files Browse the repository at this point in the history
  • Loading branch information
frameloop committed Nov 14, 2024
1 parent 1753ff1 commit 5009aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staff/quique-cabrera/playground/game/Pica.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Pica extends MovableThing {
picaHeadUngryImg.style.rotate = '45deg'
picaHeadUngryImg.style.position = 'absolute'
picaHeadUngryImg.style.zIndex = 3
picaHeadUngryImg.style.left = '18px'
picaHeadUngryImg.style.top = '10px'
picaHeadUngryImg.style.left = '37px'
picaHeadUngryImg.style.top = '12px'

const picaArmImg = document.createElement('img')
picaArmImg.src = 'images/picaArm.png'
Expand Down

0 comments on commit 5009aa4

Please sign in to comment.