View Single Post
  #1  
Old 07-08-2013, 09:36 PM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
Drawing ShowImg() under player

PHP Code:
showImg(20, "shadow.png", player.x+0.5, player.y+1.5);
changeImgVis(20, 1); 
How can I draw the image under the player? Or is that not possible for the showImg() function?
Reply With Quote