Thread: ShowImg layers
View Single Post
  #1  
Old 01-09-2014, 06:58 PM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
ShowImg layers

How would I draw the image in the showImage function under the player?

PHP Code:
 showImg(1"block.png"player.x-0.3player.y+1.3);
 
changeImgVis(11); 
I tried -1 but it didn't work
Reply With Quote