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.76 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. end
  77.  
  78. *player2
  79. name:Player
  80. no click
  81. movement:onThing:tile2
  82. duration:99999999
  83. icon:https://i.ibb.co/Hqbwb7L/Player.jpg
  84. no text
  85. on tick:
  86. if (x=2) show this
  87. else hide this
  88. end
  89.  
  90. *tile1
  91. Name:Tile
  92. Tag:tag1
  93. no click
  94. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  95. no text
  96. duration:99999999
  97.  
  98.  
  99. *tile2
  100. Name:Tile
  101. Tag:tag2
  102. no click
  103. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  104. no text
  105. duration:99999999
  106.  
  107.  
  108. *tile3
  109. Name:Tile
  110. Tag:tag3
  111. no click
  112. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  113. no text
  114. duration:99999999
  115.  
  116.  
  117. *tile4
  118. Name:Tile
  119. Tag:tag4
  120. no click
  121. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  122. no text
  123. duration:99999999
  124.  
  125.  
  126. *tile5
  127. Name:Tile
  128. Tag:tag5
  129. no click
  130. icon:https://i.ibb.co/0cFrSLh/Tile1.jpg
  131. no text
  132. duration:99999999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement