Advertisement
Guest User

Dungeons IGM

a guest
Jan 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 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 player
  37. on start:spawn tile1
  38. on start:spawn tile2
  39. on start:spawn tile3
  40. on start:spawn tile4
  41. on start:spawn tile5
  42. can be negative
  43.  
  44. *y
  45. name:Y
  46. no tooltip
  47. can be negative
  48.  
  49. Buttons
  50. *leftarrow
  51. name:Left Arrow
  52. on click:lose 1 x
  53.  
  54. *rightarrow
  55. name:Right Arrow
  56. on click:yield 1 x
  57.  
  58. *downarrow
  59. name:Down Arrow
  60. on click:lose 1 y
  61.  
  62. *uparrow
  63. name:Up Arrow
  64. on click:yield 1 y
  65.  
  66. Shinies
  67. *player1
  68. name:Player
  69. no click
  70. movement:onThing:tile1
  71. duration:99999999
  72. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  73. no text
  74. if (x=1) show this
  75. else hide this
  76.  
  77. *player2
  78. name:Player
  79. no click
  80. movement:onThing:tile2
  81. duration:99999999
  82. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  83. no text
  84. on tick:
  85. if (x=2) show this
  86. else hide this
  87.  
  88.  
  89. *tile1
  90. Name:Tile
  91. Tag:tag1
  92. no click
  93. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  94. no text
  95. duration:99999999
  96.  
  97.  
  98. *tile2
  99. Name:Tile
  100. Tag:tag2
  101. no click
  102. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  103. no text
  104. duration:99999999
  105.  
  106.  
  107. *tile3
  108. Name:Tile
  109. Tag:tag3
  110. no click
  111. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  112. no text
  113. duration:99999999
  114.  
  115.  
  116. *tile4
  117. Name:Tile
  118. Tag:tag4
  119. no click
  120. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  121. no text
  122. duration:99999999
  123.  
  124.  
  125. *tile5
  126. Name:Tile
  127. Tag:tag5
  128. no click
  129. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  130. no text
  131. duration:99999999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement