Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:IGM ???
- desc:Come Back On August 24th
- created:19/12/2020
- updated:19/12/2020
- version:1
- Settings
- no particles
- no bulk particles
- Layout
- *main
- contains:Log
- class:top
- *store
- contains:upgrades
- *upgrades
- contains:games, gamesReddit, gamesDelete
- *games
- contains:tag:Games
- header:Games (From Dashnet Discord)
- costs:hide
- *gamesReddit
- contains:tag:GamesReddit
- header:Games (From r/idlegamemaker and it's Discord Server)
- costs:hide
- *gamesDelete
- contains:tag:GamesDelete
- header:Deleted Games
- costs:hide
- Resources
- *A
- on tick:yield 1 A
- on earn:if (1=A) log <t><#404040>Welcome to ???</></#><#ffffff>August 24th, 2021</#><//></>
- on earn:if (A>=2) lose 1 A
- on load:lose 3 A
- Upgrades
- *TEMPLATE
- start with
- no buy
- no tooltip
- tag:Games
- on click:clear log
- *GameHelp
- name:[Read Me] Game Help (List Last Updated 12/11/2020)
- 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.
- *PancakeMaker
- name:[Top Rated 1st] Pancake Maker (By Agentperson)
- 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.<//></>
- *Cooker
- name:??? Cooker (By Agentperson)
- 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>
- *MilkGame
- name:Get a Glass of Milk At 2am Because You Have To (By Agentperson)
- 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>
- *IGMFanGuide
- name:IGM Fan Guide/Archive (By Agentperson)
- 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.<//></>
- CSS
- .box
- {
- text-align:center;
- padding:0px;
- box-shadow:none;
- }
- .thing,.box-header,.box-footer,.box-bit
- {
- background:#39f;
- 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;
- }
- .box-bit{border-radius:20px;}
- .box-header
- {
- border-bottom-left-radius:20px;
- border-bottom-right-radius:20px;
- margin-bottom:4px;
- }
- .box-footer
- {
- border-top-left-radius:20px;
- border-top-right-radius:20px;
- margin-top:4px;
- }
- #box-main
- {
- width:70%;
- height:100%;
- background:rgba(128,128,128,1.0);
- overflow-y:scroll;
- border:1px solid rgba(0,0,0,0.9);
- }
- #box-store
- {
- right:0px;
- top:0px;
- bottom:0px;
- width:30%;
- position:absolute;
- }
- #box-upgrades
- {
- top:0px;
- bottom:0px;
- right:0%;
- width:100%;
- overflow-x:hidden;
- overflow-y:scroll;
- padding-bottom:48px;
- position:absolute;
- }
- #box-upgrades{background:rgba(0,0,0,0.9);}
- #bulkDisplay{margin:-11px 24px 4px 24px;}
- .thing
- {
- display:inline-block;
- padding:0px;
- margin:2px;
- cursor:pointer;
- }
- .thing:hover,.thing.lit
- {
- background:#6cf;
- }
- .thing.cantAfford
- {
- opacity:0.65;
- }
- .upgrade.cantAfford
- {
- box-shadow:0px 0px 4px #39f;
- border-radius:8px;
- }
- .upgrade.cantAfford:hover
- {
- box-shadow:0px 0px 4px #6cf;
- }
- .upgrade.owned,.achiev.owned
- {
- background:#6cf;
- }
- .thing-text,.thing-costs{font-weight:bold;}
- .building
- {
- border-top-left-radius:20px;
- border-bottom-left-radius:20px;
- display:block;
- margin-right:0px;
- font-size:14px;
- }
- .fullWidth
- {
- display:block;
- margin-left:0px;
- margin-right:0px;
- z-index:10;
- }
- #game .fullWidth
- {
- height:auto;
- min-height:auto;
- }
- .fullWidth,.fullWidth:hover
- {
- /*background:rgba(0,0,0,0.5);
- 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%);*/
- background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0) 100%);
- box-shadow:none;
- }
- .fullWidth:before,.fullWidth:after
- {
- content:'';
- height:1px;
- background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%);
- position:absolute;
- left:0px;
- right:0px;
- z-index:-1;
- }
- .fullWidth:before{top:-1px;}
- .fullWidth:after{bottom:-1px;}
- .fullWidth .thing-icon
- {
- margin-top:-14px;
- margin-bottom:-14px;
- }
- .fullWidth .thing-text
- {
- margin-top:-4px;
- margin-bottom:-4px;
- }
- #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