Advertisement
Guest User

Dungeons IGM

a guest
Jan 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Let's make a game!
  2. name:Cookie Dungeons
  3. desc:Me attempting to make dungeons that were planned to be added to cookie clicker 4+ years ago.
  4. created:23/1/19
  5.  
  6. Settings
  7. stylesheet:stuff/bigBlue.css
  8. no particles
  9. no bulk particles
  10.  
  11. layout
  12. *tile1box
  13. contains:tag1
  14. no tooltip
  15.  
  16. *tile2box
  17. contains:tag2
  18. no tooltip
  19.  
  20. *tile3box
  21. contains:tag3
  22. no tooltip
  23.  
  24. *tile4box
  25. contains:tag4
  26. no tooltip
  27.  
  28. *tile5box
  29. contains:tag5
  30. no tooltip
  31.  
  32. Resources
  33. *x
  34. name:X
  35. no tooltip
  36. on start:spawn player1
  37. on start:spawn player2
  38. on start:spawn player3
  39. on start:spawn player4
  40. on start:spawn player5
  41. on start:spawn tile1
  42. on start:spawn tile2
  43. on start:spawn tile3
  44. on start:spawn tile4
  45. on start:spawn tile5
  46. can be negative
  47.  
  48. *y
  49. name:Y
  50. no tooltip
  51. can be negative
  52.  
  53. Buttons
  54. *leftarrow
  55. name:Left Arrow
  56. on click:lose 1 x
  57.  
  58. *rightarrow
  59. name:Right Arrow
  60. on click:yield 1 x
  61.  
  62. *downarrow
  63. name:Down Arrow
  64. on click:lose 1 y
  65.  
  66. *uparrow
  67. name:Up Arrow
  68. on click:yield 1 y
  69.  
  70. Shinies
  71. *player1
  72. name:Player
  73. no click
  74. movement:onThing:tile1
  75. duration:99999999
  76. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  77. no text
  78. on tick:
  79. if (x=1) show this
  80. else hide this
  81. end
  82.  
  83. *player2
  84. name:Player
  85. no click
  86. movement:onThing:tile2
  87. duration:99999999
  88. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  89. no text
  90. on tick:
  91. if (x=2) show this
  92. else hide this
  93. end
  94.  
  95. *player3
  96. name:Player
  97. no click
  98. movement:onThing:tile3
  99. duration:99999999
  100. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  101. no text
  102. on tick:
  103. if (x=3) show this
  104. else hide this
  105. end
  106.  
  107. *player4
  108. name:Player
  109. no click
  110. movement:onThing:tile4
  111. duration:99999999
  112. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  113. no text
  114. on tick:
  115. if (x=4) show this
  116. else hide this
  117. end
  118.  
  119. *player5
  120. name:Player
  121. no click
  122. movement:onThing:tile5
  123. duration:99999999
  124. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  125. no text
  126. on tick:
  127. if (x=5) show this
  128. else hide this
  129. end
  130.  
  131.  
  132. *tile1
  133. Name:Tile
  134. Tag:tag1
  135. no click
  136. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  137. no text
  138. duration:99999999
  139.  
  140.  
  141. *tile2
  142. Name:Tile
  143. Tag:tag2
  144. no click
  145. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  146. no text
  147. duration:99999999
  148.  
  149.  
  150. *tile3
  151. Name:Tile
  152. Tag:tag3
  153. no click
  154. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  155. no text
  156. duration:99999999
  157.  
  158.  
  159. *tile4
  160. Name:Tile
  161. Tag:tag4
  162. no click
  163. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  164. no text
  165. duration:99999999
  166.  
  167.  
  168. *tile5
  169. Name:Tile
  170. Tag:tag5
  171. no click
  172. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  173. no text
  174. duration:99999999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement