need help with drawing problems
im making a game using a grid of sprites so how would i make this work this is in python by the way screen.drawSprite(world[1],0,0,40,40)
im making a game using a grid of sprites so how would i make this work this is in python by the way screen.drawSprite(world[1],0,0,40,40)
In MicroScript
screen.drawMap( "name_map", x, y, width, height )
screen.drawSprite( "name_sprite", x, y, width, height )
You make "TileMap" and "Sprite" in the editor.