Agentperson

IGM Game Hub

Dec 19th, 2020 (edited)
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. Let's make a game!
  2. name:IGM ???
  3. desc:Come Back On August 24th
  4. created:19/12/2020
  5. updated:19/12/2020
  6. version:1
  7.  
  8. Settings
  9. no particles
  10. no bulk particles
  11.  
  12. Layout
  13. *main
  14. contains:Log
  15. class:top
  16. *store
  17. contains:upgrades
  18. *upgrades
  19. contains:games, gamesReddit, gamesDelete
  20. *games
  21. contains:tag:Games
  22. header:Games (From Dashnet Discord)
  23. costs:hide
  24. *gamesReddit
  25. contains:tag:GamesReddit
  26. header:Games (From r/idlegamemaker and it's Discord Server)
  27. costs:hide
  28. *gamesDelete
  29. contains:tag:GamesDelete
  30. header:Deleted Games
  31. costs:hide
  32. Resources
  33. *A
  34. on tick:yield 1 A
  35. on earn:if (1=A) log <t><#404040>Welcome to ???</></#><#ffffff>August 24th, 2021</#><//></>
  36. on earn:if (A>=2) lose 1 A
  37. on load:lose 3 A
  38. Upgrades
  39. *TEMPLATE
  40. start with
  41. no buy
  42. no tooltip
  43. tag:Games
  44. on click:clear log
  45. *GameHelp
  46. name:[Read Me] Game Help (List Last Updated 12/11/2020)
  47. on click:log <t><#404040>What is this?</>By Agentperson</#><//></>Idk myself<t><#404040>How?</>How?</#><//></>How?<.>I hhave no idea<.>If the og poster is no longer in the server, good for them.<.>If the og poster is no longer in the server or inactive, good for them.<.>Bulk Buy and Bulk Sell diabetes<.>If your game has the discontinued label, only contact me when you plan on updating it once more.<//></><t><#404040>Game Labels</#><//></>Game labels are used to describe the state of a game. These vary from New to Top Rated #2 to Finished. Here's a list of all labels.<.>Having No label means it's just a game.<.>Archive - A label used for archived games. This only applied to games archived by me, unless otherwise stated.
  48. *PancakeMaker
  49. name:[Top Rated 1st] Pancake Maker (By Agentperson)
  50. on click:log <t><#404040>Pancake Maker</>By Agentperson</#><//></><b>Description</b>: A game where you make pancakes to get profit, but this is not a traditional IGM game. Here you make pancakes by actually making them (Not Really. Mainly due to problems actually making it happen). Make Pancakes to make different kinds and get collectibles like Achievements and Useless Icons.<//></>Replace "0KyVmgfF" with "rdekpqbD" to play the Regular version.<//></>Replace "0KyVmgfF" with "sEMwHtwC" to play the Mobile version which is best for smaller screens.<//></>
  51. *Cooker
  52. name:??? Cooker (By Agentperson)
  53. on click:log <t><#404040>??? Cooker</>By Agentperson</#><//></><b>Description</b>: A game where you make ???s to serve to comsumers and earn cash.<//></>Replace "0KyVmgfF" with "???" to play the Regular version.<//></><b>Coming Soon</b>
  54. *MilkGame
  55. name:Get a Glass of Milk At 2am Because You Have To (By Agentperson)
  56. on click:log <t><#404040>Get a Glass of Milk At 2am Because You Have To</>By Agentperson</#><//></><b>Description</b>: Drink good milk.<//></><b>Coming Soon</b>
  57. *IGMFanGuide
  58. name:IGM Fan Guide/Archive (By Agentperson)
  59. on click:log <t><#404040>IGM Fan Guide/Archive</>By Agentperson</#><//></><b>Description</b>: This game is more of a resource rather than a game. It's intended purpose was to expand on what Orteil's guide already provides and corrects issues. Made within IGM because why not.<//></>Replace "0KyVmgfF" with "gUk4VbP6" to play.<//></>
  60. CSS
  61. .box
  62. {
  63. text-align:center;
  64. padding:0px;
  65. box-shadow:none;
  66. }
  67.  
  68. .thing,.box-header,.box-footer,.box-bit
  69. {
  70. background:#39f;
  71. box-shadow:0px 0px 4px rgba(0,0,0,0.2),1px 1px 2px rgba(0,0,0,0.5),0px 0px 4px rgba(255,255,255,0.5) inset;
  72. }
  73. .box-bit{border-radius:20px;}
  74.  
  75. .box-header
  76. {
  77. border-bottom-left-radius:20px;
  78. border-bottom-right-radius:20px;
  79. margin-bottom:4px;
  80. }
  81. .box-footer
  82. {
  83. border-top-left-radius:20px;
  84. border-top-right-radius:20px;
  85. margin-top:4px;
  86. }
  87. #box-main
  88. {
  89. width:70%;
  90. height:100%;
  91. background:rgba(128,128,128,1.0);
  92. overflow-y:scroll;
  93. border:1px solid rgba(0,0,0,0.9);
  94. }
  95. #box-store
  96. {
  97. right:0px;
  98. top:0px;
  99. bottom:0px;
  100. width:30%;
  101. position:absolute;
  102. }
  103. #box-upgrades
  104. {
  105. top:0px;
  106. bottom:0px;
  107. right:0%;
  108. width:100%;
  109. overflow-x:hidden;
  110. overflow-y:scroll;
  111. padding-bottom:48px;
  112. position:absolute;
  113. }
  114. #box-upgrades{background:rgba(0,0,0,0.9);}
  115. #bulkDisplay{margin:-11px 24px 4px 24px;}
  116. .thing
  117. {
  118. display:inline-block;
  119. padding:0px;
  120. margin:2px;
  121. cursor:pointer;
  122. }
  123. .thing:hover,.thing.lit
  124. {
  125. background:#6cf;
  126. }
  127. .thing.cantAfford
  128. {
  129. opacity:0.65;
  130. }
  131. .upgrade.cantAfford
  132. {
  133. box-shadow:0px 0px 4px #39f;
  134. border-radius:8px;
  135. }
  136. .upgrade.cantAfford:hover
  137. {
  138. box-shadow:0px 0px 4px #6cf;
  139. }
  140. .upgrade.owned,.achiev.owned
  141. {
  142. background:#6cf;
  143. }
  144. .thing-text,.thing-costs{font-weight:bold;}
  145. .building
  146. {
  147. border-top-left-radius:20px;
  148. border-bottom-left-radius:20px;
  149. display:block;
  150. margin-right:0px;
  151. font-size:14px;
  152. }
  153. .fullWidth
  154. {
  155. display:block;
  156. margin-left:0px;
  157. margin-right:0px;
  158. z-index:10;
  159. }
  160. #game .fullWidth
  161. {
  162. height:auto;
  163. min-height:auto;
  164. }
  165. .fullWidth,.fullWidth:hover
  166. {
  167. /*background:rgba(0,0,0,0.5);
  168. background:linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0.5) 100%);*/
  169. background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0) 100%);
  170. box-shadow:none;
  171. }
  172. .fullWidth:before,.fullWidth:after
  173. {
  174. content:'';
  175. height:1px;
  176. background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%);
  177. position:absolute;
  178. left:0px;
  179. right:0px;
  180. z-index:-1;
  181. }
  182. .fullWidth:before{top:-1px;}
  183. .fullWidth:after{bottom:-1px;}
  184.  
  185. .fullWidth .thing-icon
  186. {
  187. margin-top:-14px;
  188. margin-bottom:-14px;
  189. }
  190. .fullWidth .thing-text
  191. {
  192. margin-top:-4px;
  193. margin-bottom:-4px;
  194. }
  195. #game.filtersOn .thing-icon{filter:drop-shadow(3px 3px 1px rgba(0,0,0,0.5));}
Advertisement
Add Comment
Please, Sign In to add comment