Advertisement
Guest User

SnakeASCII level file

a guest
Jun 30th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; SnakeASCII level configuration file
  2. ;
  3. ; u can modify this file manually - possible values for
  4. ; keys are listed in the Readme.txt file, located in the
  5. ; same directory as this file
  6.  
  7. [INFO]
  8. Name=Space
  9. Difficulty=A
  10.  
  11. [SNAKE]
  12. Coloration=B
  13. Speed=D
  14. HeadPosX=50
  15. HeadPosY=3
  16. Direction=C
  17.  
  18. [MAP]
  19. BoundsColor=I
  20.  
  21. ;  0        10        20        30        40        50        60
  22. ;  123456789 123456789 123456789 123456789 123456789 123456789 12345
  23.  1=caaaaaaaaaaaaaaaaaaaaaad`````````caaaaaaaaaaaaaaaaaaaaaaaaaaaaaad
  24.  2=b``````````````````````faaaaaaaaae``````````````````````````````b
  25.  3=b```````````````````````````````````````````````````````````````b
  26.  4=b``````````````````````caaaaaaaaad``````````````````````````````b
  27.  5=b``````````````````````b`````````b``````````````````````````````b
  28.  6=b``````````````````````faad``````b``````````````````````````````b
  29.  7=b`````````````````````````b``````b``````````````````````````````b
  30.  8=b`````````````````````````b``````b``````````````````````````````b
  31.  9=b`````````````````````````b``````b``````````````````````````````b
  32. 10=b`````````````````````````b``````faaaaaaad``````````````````````b
  33. 11=b`````````````````````````b``````````````b``````````````````````b
  34. 12=b`````````````````````````faaaaaaaaaaaaaae``````````````````````b
  35. 13=b```````````````````````````````````````````````````````````````b
  36. 14=b`````````````````````````caaaaaaaaaaaaaad``````````````````````b
  37. 15=faaaaaaaaaaaaaaaaaaaaaaaaae``````````````faaaaaaaaaaaaaaaaaaaaaae
  38. ;  123456789 123456789 123456789 123456789 123456789 123456789 12345
  39. ;  0        10        20        30        40        50        60
  40.  
  41. [HOLES]
  42. Count=5
  43.  
  44. [HOLE1]
  45. Left=24
  46. Right=34
  47. Top=2
  48. Bottom=2
  49.  
  50. [HOLE2]
  51. Left=24
  52. Right=34
  53. Top=4
  54. Bottom=6
  55.  
  56. [HOLE3]
  57. Left=27
  58. Right=34
  59. Top=7
  60. Bottom=9
  61.  
  62. [HOLE4]
  63. Left=27
  64. Right=42
  65. Top=10
  66. Bottom=12
  67.  
  68. [HOLE5]
  69. Left=27
  70. Right=42
  71. Top=14
  72. Bottom=14
  73.  
  74. [GRASS CLUMPS]
  75. Count=3
  76.  
  77. [CLUMP1]
  78. Color=K
  79. Left=26
  80. Right=31
  81. Top=5
  82. Bottom=5
  83.  
  84. [CLUMP2]
  85. Color=C
  86. Left=29
  87. Right=32
  88. Top=7
  89. Bottom=9
  90.  
  91. [CLUMP3]
  92. Color=K
  93. Left=30
  94. Right=40
  95. Top=11
  96. Bottom=11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement