プレイ日記
MikeATD corb1477
Can anyone tell me how to flip the net horizontally using BGFILL?
2そうだね
プレイ済み
返信[1]
親投稿
Stewart segludian1
Will the attached code help? 1 << 14 gives you the a number that in binary is just a 1 at the 14th bit. You then OR it with the tile number to combine them together. Once you have done it often enough it will make sense. But it can cause headaches the first few times. Just think of bits 12 to 15 as a bunch of true or false flags. You want to turn them on or off.
0そうだね
プレイ済み
返信[2]
親投稿
MikeATD corb1477
thanks! i'll see if i can get it to work
0そうだね
プレイ済み
返信[3]
親投稿
MikeATD corb1477
Thanks a TON! It definitely worked! It also makes sense
0そうだね
プレイ済み