Guest User

Untitled

a guest
Feb 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ' background gradient colors
  2. ' The code of the left is the color at the center of the background, and the right one is the color at the corners.
  3. Background=$FF3B747C,$FF775C64
  4.  
  5. ' logo, size, colors
  6. ' logo O = fruit
  7. Caption=O,150, $FF6B474C
  8.  
  9. ' grid holes from the left to the right :
  10. '1. grid's size
  11. '2. holes' brigtness
  12. '3. holes' darkness
  13. '4. grid's width
  14. '5. holes' size
  15. '6. lines holes' number (maybe)
  16. Grid=4,0.05,0.10,3
Add Comment
Please, Sign In to add comment