Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :.CUBES
- :
- :DiagnosticOff
- :ClrDrawrr
- :0→H+1→V
- :
- :.Masked cube
- :[0106186080E09886→Pic1
- :[01071F7FFFFFFFFF
- :[8060180601071961
- :[80E0F8F7FFFFFFFF
- :[8180806018060100
- :[FFFFFF7F1F070100
- :[8101010618608000
- :[FFFFFFFEF8E08000
- :
- :.Unoptimized map
- :[00000000000000→GDB1
- :[00000100000000
- :[00010100000000
- :[00010001000000
- :[01000001000000
- :[01000000010000
- :[01000001000000
- :[00010001000000
- :[00010100000000
- :[00000100000000
- :[00000000000000
- :[00000000000000
- :[00000000000000
- :
- :Repeat getKey(15)
- : For(r1,0,11)
- : For(r2,0,6)
- : If {r1+V*7+r2-H+GDB1}→A
- : -1→A
- : r1^2*8→r3
- : r1*4→r4
- : r2*16+r3→r5
- :
- : For(r6,0,3)
- : Pt-Mask(r6^2*8+r5,r6/2^2*8+r4,r6*8+A*2+Pic1
- : End
- : End
- : End
- : End
- :
- : V and getKey(1)?V--
- : H<1 and getKey(2)?H++
- : H and getKey(3)?H--
- : V<1 and getKey(4)?V++
- :
- : DispGraphrClrDrawrr
- :End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement