Advertisement
Guest User

Dungeons

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