Discord
Login
Community
DARK THEME

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)

In MicroScript

  • drawing TileMap
screen.drawMap( "name_map", x, y, width, height )
  • drawing Sprite
screen.drawSprite( "name_sprite", x, y, width, height )

You make "TileMap" and "Sprite" in the editor.

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community