プレイ日記
Adrian AdranGames
how do i flip a bg tile? so that it faces the other way. for example to get something that looks like < to look like >
0そうだね
プレイ済み
返信[1]
親投稿
raimondz raimondzz
Try this: BGPUT layer,x,y,tile or 1<<14. The above line means that the bit 14 will be set to 1. With that change the tile will be flipped.
1そうだね
プレイ済み
返信[2]
親投稿
Hanzo rzsense
Of course you can write #BGREVH instead of 1<<14.
0そうだね
未プレイ