トピック
PikaRyan papermariofanmm

how would one load a dat:map made in smiletool onto an array?

1そうだね
プレイ済み
返信[1]
親投稿
9qN ace acehall
that info could be usfull
0そうだね
プレイ済み
返信[2]
親投稿
Shy Guy™ shyguy224
I don't bother with that confusing thing... I would reccommend making your own map editor and store the map as an array. Like this: BGSCREEN 0,64,64 DIM MAP[64,64] FOR Y=0 TO 63:FOR X=0 TO 63 MAP[X,Y]=Some number(Tile number) NEXT X:NEXT Y SAVE"DAT:SOMETHING",MAP 'Saves map data LOAD"DAT:SOMETHING",MAP 'Loads map data FOR Y=0 TO 63:FOR X=0 TO 63 BGPUT 0,0,MAP[X,Y] NEXT X:NEXT Y
0そうだね
プレイ済み
返信[3]
親投稿
kaitlin KATY2DID
CoCo
0そうだね
未プレイ