ScratchData LogoScratchData
Back to TrainerJaden2's profile

tiled map to clones with just the basic 9-tile ground and obstacles and path

TRTrainerJaden2•Created May 6, 2024
tiled map to clones with just the basic 9-tile ground and obstacles and path
0
0
3 views
View on Scratch

Instructions

neat little script that if you remove the other stuff from a file from a tmx file and leave the ids you can convert it into clones by putting the ids left into a list (e.g. putting 3,1,2, 7,8,6, 5,9,4 into it, it would make a 3x3 square of grass, using this tileset, then putting 1,0,1, 0,0,0, 1,0,1 in the obstacle layer would add rocks in the corners of the grass square )

Description

i used tiled (mapeditor.org) to make the map tileset is in the project (use tile width 16x16)

Project Details

Project ID1014790152
CreatedMay 6, 2024
Last ModifiedMay 9, 2024
SharedMay 6, 2024
Visibilityvisible
CommentsAllowed