Diesel0307

Roman Colosseum Clicker

Dec 15th, 2017
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.47 KB | None | 0 0
  1. Let's make a game!
  2. name:Roman Colosseum Clicker
  3. by:Devin Ramos
  4. desc:-As emperor of the Roman Empire, Vespasian, it is your goal to make a grand Colosseum in which events will be held.<//>-You can begin by hiring farmers, which will begin making food which you can sell for Aureus. Aureus is the currency of the empire. After that you can save up Aureus to hire other people and make Concrete, Colosseum Pieces, and eventually Colosseums! At that point you can hire gladiators and start the games!<//>-<b>In time you will realize that this structure is an amazing, complex, and very important piece of Roman society and is not easy to control. You will learn the work done for the construction of the Colosseum, and realize how incredible it was for the time.</b><//>-Citations:<//>-https://www.ancient.eu/Colosseum/<//>-https://en.wikipedia.org/wiki/Roman_currency#Roman_Empire:_27_BC_%E2%80%93_476_AD<//>-https://en.wikipedia.org/wiki/Damnatio_ad_bestias
  5. created:15/12/17
  6. updated:1/2/17
  7.  
  8. Settings
  9. building cost increase:115%
  10.  
  11. Layout
  12. *main
  13. contains:resources1, resources2, button1, button2, button3, button4, header
  14. *resources1
  15. contains:tag:resource1
  16. class:fullWidth
  17. *resources2
  18. contains:tag:resource2
  19. class:fullWidth
  20. *button1
  21. contains:tag:button1
  22. *button2
  23. contains:tag:button2
  24. *button3
  25. contains:tag:button3
  26. *button4
  27. contains:tag:button4
  28. *header
  29. header:<b><u>Roman Colosseum Clicker</u></b> | <b><u>By: Devin Ramos</u></b>
  30. *store
  31. contains:buildings, upgrades, stats
  32. *buildings
  33. contains:BulkDisplay, Buildings
  34. header:<b>Jobs</b>
  35. tooltip origin:left
  36. *upgrades
  37. contains:Upgrades
  38. header:<b>Upgrades</b>
  39. costs:hide
  40. names:hide
  41. *actions
  42. in:upgrades
  43. contains:tag:action
  44. header:<b>Actions</b>
  45. costs:hide
  46. names:hide
  47. *achievs
  48. in:store
  49. contains:Achievements
  50. header:<b>Achievements</b>
  51. names:hide
  52. *stats
  53. contains:tag:stat
  54. ps:hide
  55. header:<b>Statistics</b>
  56. class:cleared
  57.  
  58. Buttons
  59. *sellFood
  60. name:Sell Food
  61. desc:Sell 25% of your food for money
  62. tag:button1
  63. on click:
  64. $currentFood=food*0.25
  65. $moneyFood=$currentFood*3
  66. yield $moneyFood dollars
  67. lose $currentFood food
  68. end
  69.  
  70. *buyConcrete
  71. name:Buy Concrete
  72. desc:Buy some concrete with Aureus.
  73. tag:button2
  74. on click:
  75. if (dollars>=4)
  76. yield 1 concrete
  77. lose 4 dollars
  78. end
  79. end
  80.  
  81. *sellConcrete
  82. name:Sell Concrete
  83. desc:Drastic times cause for drastic measures. Sell 1 concrete for a little money.
  84. tag:button3
  85. on click:
  86. if (concrete>=1)
  87. yield 3 dollars
  88. lose 1 concrete
  89. end
  90. end
  91.  
  92. *sellValuables
  93. name:Sell Valuables
  94. desc:Trade away all of your valuables for Aureus!
  95. tag:button4
  96. on click:
  97. if (valuables>=1)
  98. $currentVal=valuables
  99. $val2=valMultiplier
  100. $price=$currentVal*$val2
  101. yield $price dollars
  102. lose valuables
  103. end
  104. end
  105.  
  106. Resources
  107. *TEMPLATE
  108. tag:stat
  109. *dollarsMade
  110. name:Aureus Made
  111. desc:How many Aureus have been made.
  112. is always:dollars:earned
  113. text:[this] Aureus made
  114. *concreteMade
  115. name:Concrete Made
  116. desc:How much concrete has been made.
  117. is always:concrete:earned
  118. text:[this] concrete made
  119. *valMultiplier
  120. name:Valuable Worth
  121. desc:How much each valuable is worth.
  122. text:Valuables worth [this] Aureus
  123. start with:250
  124. *buildTime
  125. name:Time Until Next Colosseum
  126. desc:The amount of time left until another Colosseum is built.
  127. text:[this] seconds left until new Colosseum!
  128. hidden when 0
  129. *buildReady
  130. name:A Colosseum is ready!
  131. desc:A Colosseum if ready to be opened, use the "Finish Colosseum" action!
  132. text:A Colosseum is ready!
  133. hidden when 0
  134. *tries
  135. name:tries
  136. always hidden
  137. *gameHeld
  138. name:Games Held
  139. desc:How many games you've held so far!
  140. text:[this] Games held!
  141. hidden when 0
  142. *gameTime
  143. name:Time until game ends
  144. desc:The amount of time until the game ends!
  145. text:[this] seconds of game left!
  146. hidden when 0
  147. *visitors
  148. name:Visits
  149. desc:The number of times someone has visited a game!
  150. text:[this] game Visits
  151. hidden when 0
  152. *animals
  153. name:Animals Used
  154. desc:The number of animals used in the games!
  155. text:[this] Animals used
  156. hidden when 0
  157. *gameCool
  158. name:Game Cool Down
  159. desc:The amount of time you have to wait for another game.
  160. always hidden
  161. *win
  162. name:You Win!
  163. desc:You've done a lot in the game and you've essentially won! You can still play if you want.<q>"Thanks for playing!"<//>-Devin Ramos</q>
  164. text:<b>You Win!</b>
  165. hidden when 0
  166.  
  167. *TEMPLATE
  168. tag:resource1
  169. *food
  170. name:Food
  171. desc:The main food supply of the Roman Empire, hopefully there is enough for everyone. They include such things as bread, and other delicacies. One food unit is about 50,000 in the real world.
  172. show earned
  173. start with:150
  174. *dollars
  175. name:Aureus
  176. desc:The currency used in the Roman Empire at the time.
  177. show earned
  178. start with:200
  179. *valuables
  180. name:Valuables
  181. desc:An assortment of various riches and valuable items. Great for trade, and they are found every now and then.
  182. show earned
  183. start with:1
  184.  
  185. *TEMPLATE
  186. tag:resource2
  187. *concrete
  188. name:Concrete
  189. desc:A common building material for the Roman Empire that is used to make big buildings.
  190. show earned
  191. start with:10
  192. *piece
  193. name:Colloseum Piece
  194. desc:A piece of building made from mostly concrete that can be used for the Colloseum!
  195. show earned
  196. *colosseum
  197. name:Colosseum
  198. desc:A grand structure made for holding games with gladiators and fighting!<q>"And also death..."</q>
  199. hidden when 0
  200.  
  201. Buildings
  202. *TEMPLATE
  203. tag:building
  204. *hidden
  205. name:Hidden
  206. on tick:lose 1 buildTime
  207. on tick:yield 0.003 valuables
  208. on tick:lose 1 gameTime
  209. on tick:lose 1 gameCool
  210. on tick:
  211. if (dollars:earned>=1250000)
  212. if (colosseum:earned>=2)
  213. if (gameHeld:earned>=10)
  214. if (concreteMaker>=5)
  215. if (visitors>=800000)
  216. if (builder>=5)
  217. yield 1 win
  218. end
  219. end
  220. end
  221. end
  222. end
  223. end
  224. end
  225. always hidden
  226. start with:1
  227. *readyAlerter
  228. name:Ready Alerter
  229. on tick:
  230. if (tries>=1)
  231. if (buildTime=0)
  232. yield 0.000000001 buildReady
  233. end
  234. end
  235. end
  236. on tick:
  237. if (tries=0)
  238. lose buildReady
  239. end
  240. end
  241. always hidden
  242. start with:1
  243.  
  244. *farmer
  245. name:Farmer
  246. desc:Hire a Roman citizen to farm for you and make food for the empire!
  247. icon:https://imgur.com/Y0OQnqp.png
  248. on tick:yield 0.05 food
  249. cost:35 dollars
  250. *concreteLayer
  251. name:Concrete Layer
  252. desc:Hire a Roman to lay concrete to make Colloseum Pieces! <b>Make sure you have some concrete</b>
  253. icon:https://imgur.com/JIKOXS0.png
  254. on tick:
  255. if (concrete>=1.5)
  256. yield 0.1 piece
  257. lose 1.5 concrete
  258. end
  259. end
  260. cost:300 dollars
  261. *concreteMaker
  262. name:Concrete Maker
  263. desc:Hire a Roman to make concrete, kind of slow though
  264. icon:https://imgur.com/3sCts28.png
  265. on tick:yield 0.05 concrete
  266. cost:500 dollars
  267. *builder
  268. name:Builder
  269. desc:Hire someone to start building a Colosseum from Colosseum Pieces! <b>They will begin building when you click the "Build Colosseum" Action.</b>
  270. cost:2000 dollars
  271. req:(piece:earned>=1)
  272. *aqueFarmer
  273. name:Aqueduct Farmer
  274. desc:A farmer that uses the Aqueducts to grow their crops!
  275. cost:3500 dollars
  276. on tick:yield 2.5 food
  277. req:(food:earned>=20000)
  278. *gladiator
  279. name:Gladiator
  280. desc:Force someone to partake in the Colosseum games, whether it be a Roman or a slave!
  281. cost:1000 dollars,50 food
  282. req:(colosseum:earned>=1)
  283. *animalKeeper
  284. name:Animal Keeper
  285. desc:Trains and holds animals to be used in the games, and you unlock more upgrades with more of these!
  286. on tick:
  287. if (gameHeld>=1)
  288. yield 0.2 animals
  289. end
  290. end
  291. cost:2000 dollars, 100 food
  292. req:(colosseum:earned>=1)
  293. *helper
  294. name:Helper
  295. desc:Hire someone to help everyone else, but with some costs.<//>Makes a small amount of food.<//>Helps find valuables.<//>Accidentally destroys some Colosseum Pieces.
  296. cost:10000 dollars
  297. on tick:yield 0.033 food
  298. on tick:yield 0.001 valuables
  299. on tick:lose 0.1 piece
  300. req:5 farmer,1 concreteLayer,1 concreteMaker,1 gladiator
  301.  
  302. Upgrades
  303. *TEMPLATE
  304. tag:action
  305. *buildColosseum
  306. name:Build Colosseum
  307. desc:Start building 1 Colosseum, goes faster with more building workers! You need 30 Colosseum Pieces.
  308. no buy
  309. on click:if (buildTime>=1) toast You can't make more than 1 Colosseum at a time!
  310. on click:if (piece=0) toast You can't build without Colosseum Pieces!
  311. on click:
  312. if (buildTime=0)
  313. if (piece>=30)
  314. $multi=0.5
  315. if (have builderU1) $multi=$multi+0.25
  316. if (have builderU2) $multi=$multi+0.1
  317. $build=builder*$multi
  318. $time=600/$build
  319. yield $time buildTime
  320. lose 30 piece
  321. yield 1 tries
  322. end
  323. end
  324. end
  325. req:1 builder
  326. *actualBuild
  327. name:Finish Colosseum
  328. desc:You've just made a Colosseum, and need to add the finishing touch! Wait for it to be done building, first.
  329. no buy
  330. req:1 tries
  331. on click:
  332. if (tries>=1)
  333. if (buildTime=0)
  334. lose 1 tries
  335. yield 1 colosseum
  336. end
  337. end
  338. end
  339. *startGame
  340. name:Start Game
  341. desc:Start a game in all of your Colosseums! Fights to the death are sure to cheer up citizens. <b>You will lose some food for the people.</b>
  342. no buy
  343. req:1 gladiator
  344. on click:if (gameTime>=1) toast You can't have more than one game at a time!
  345. on click:if (gameCool>=1) toast You need to wait before starting another game!
  346. on click:
  347. if (colosseum>=1)
  348. if (gameTime=0)
  349. if (gameCool=0)
  350. toast A game has started!
  351. yield 1 gameHeld
  352. yield 10 gameTime
  353. yield 60 gameCool
  354. $currentFood=food*0.35
  355. lose $currentFood food
  356. $gladMult=0.5
  357. if (have gladiatorU1) $gladMult=$gladMult-0.1
  358. if (have gladiatorU2) $gladMult=$gladMult-0.15
  359. $glad=gladiator*$gladMult
  360. lose $glad gladiator
  361. $visits1=colosseum*(random(10000,25000))
  362. $visits2=food*0.35
  363. $visits3=$visits2*4
  364. $visits4=$visits1+$visits3
  365. $gladProfit=8000
  366. if (have gladiatorU1) $gladProfit=$gladProfit+1000
  367. if (have gladiatorU2) $gladProfit=$gladProfit+1000
  368. $visits5=gladiator*$gladProfit
  369. $visits6=0
  370. if (have animalHyena) $visits6=$visits6+5000
  371. if (have animalBuffalo) $visits6=$visits6+6000
  372. if (have animalElephant) $visits6=$visits6+7500
  373. if (have animalBear) $visits6=$visits6+10000
  374. if (have animalWolf) $visits6=$visits6+11000
  375. if (have animalTiger) $visits6=$visits6+12500
  376. if (have animalLion) $visits6=$visits6+13000
  377. $visitsFinal=$visits4+$visits5+$visits6
  378. yield $visitsFinal visitors
  379. end
  380. end
  381. end
  382. end
  383. on click:if (colosseum=0) toast You can't hold games without a Colosseum!
  384. //Farmer Upgrades
  385. *TEMPLATE
  386. tag:otherUp
  387. *farmerU1
  388. name:Stronger Hoes
  389. desc:Your Farmers are twice as efficient!<q>"These hoes are made of the finest of materials, such as wood, rope, etc."</q>
  390. icon:https://imgur.com/Y0OQnqp.png
  391. passive:multiply yield of farmer by 2
  392. cost:10 food,300 dollars
  393. req:1 farmer
  394. *farmerU2
  395. name:Fine Hoes
  396. desc:Your Farmers are twice as efficient!<q>"The hoes are fiiiine"</q>
  397. icon:https://imgur.com/kJaOeDC.png
  398. passive:multiply yield of farmer by 2
  399. cost:20 food,1100 dollars
  400. req:10 farmer
  401. *farmerU3
  402. name:Communal Farm Bonding
  403. desc:Your Farmers are 5 times as efficient!<q>"Now we have something in common."</q>
  404. icon:https://imgur.com/jKG0HVm.png
  405. passive:multiply yield of farmer by 5
  406. cost:50 food,10000 dollars
  407. req:25 farmer
  408.  
  409. //Concrete Maker Upgrades
  410. *concreteMakerU1
  411. name:Volcanic Ash
  412. desc:Your Concrete Makers are twice as efficient!<q>"This stuff isn't easy to get, pay up."</q>
  413. icon:https://imgur.com/3sCts28.png
  414. passive:multiply yield of concreteMaker by 2
  415. cost:10 food,500 dollars
  416. req:1 concreteMaker
  417. *concreteMakerU2
  418. name:Refilling Cracks
  419. desc:Your Concrete Makers are twice as efficient!<q>"We work day and night and fill in the smallest of cracks."</q>
  420. icon:https://imgur.com/cvHHqLb.png
  421. passive:multiply yield of concreteMaker by 2
  422. cost:50 food,10000 dollars
  423. req:10 concreteMaker
  424.  
  425. //Builder Upgrades
  426. *builderU1
  427. name:Teamwork
  428. desc:Your Builders can build faster!<q>"Anything can be done with a little bit of this."</q>
  429. cost:5500 dollars
  430. req:1 builder
  431. *builderU2
  432. name:Advanced Engineering
  433. desc:Your Builders can build faster!<q>"The power of teamwork has expanded to allow some engineering."</q>
  434. cost:20000 dollars
  435. req:10 builder
  436.  
  437. //Gladiator Upgrades
  438. *gladiatorU1
  439. name:Friendly Fire
  440. desc:Your Gladiators die less often and attract more visitors!
  441. cost:10000 dollars
  442. req:1 gladiator
  443. *gladiatorU2
  444. name:Stronger Shields
  445. desc:Your Gladiators die less often and attract more visitors!
  446. cost:50000 dollars
  447. req:10 gladiator
  448.  
  449. //Aqueduct Farmer Upgrades
  450. *aqueFarmerU1
  451. name:Steeper Slopes
  452. desc:Your Aqueduct Farmers are twice as efficient!<q>"It could be used as a log flume, though I wouldn't recommend trying."</q>
  453. passive:multiply yield of aqueFarmer by 2
  454. cost:6500 dollars
  455. req:1 aqueFarmer
  456. *aqueFarmerU2
  457. name:Even Water Distribution
  458. desc:Your Aqueduct Farmers are twice as efficient!<q>"This will help those little runt farms with small amounts of water."</q>
  459. passive:multiply yield of aqueFarmer by 2
  460. cost:65000 dollars
  461. req:10 aqueFarmer
  462.  
  463. //Valuable Upgrades
  464. *valuableU1
  465. name:Rarer Resources
  466. desc:Your valuables are worth more!
  467. passive:
  468. if (valMultiplier=250)
  469. yield 100 valMultiplier
  470. end
  471. end
  472. cost:7000 dollars
  473. req:(valuables:earned>=5)
  474. *valuableU2
  475. name:Pure Materials
  476. desc:Your valuables are worth more!
  477. passive:
  478. if (valMultiplier=350)
  479. yield 100 valMultiplier
  480. end
  481. end
  482. cost:30000 dollars
  483. req:(valuables:earned>=15)
  484. *valuableU3
  485. name:Harvest Gem
  486. desc:Your valuables are worth much more, but you make food slower.
  487. passive:
  488. multiply yield of farmer by 0.90
  489. multiply yield of aqueFarmer by 0.90
  490. if (valMultiplier=450)
  491. yield 300 valMultiplier
  492. end
  493. end
  494. cost:500000 dollars
  495. req:(valuables:earned>=40)
  496.  
  497. //Animal Upgrades
  498. *animalHyena
  499. name:Hyenas
  500. desc:Another animal to use in the games! Increases the number of visits per game.
  501. cost:40000 dollars
  502. req:1 animalKeeper
  503. *animalBuffalo
  504. name:Buffalos
  505. desc:Another animal to use in the games! Increases the number of visits per game.
  506. cost:70000 dollars
  507. req:2 animalKeeper
  508. *animalElephant
  509. name:Elephants
  510. desc:Another animal to use in the games! Increases the number of visits per game.
  511. cost:150000 dollars
  512. req:5 animalKeeper
  513. *animalBear
  514. name:Bears
  515. desc:Another animal to use in the games! Increases the number of visits per game.
  516. cost:300000 dollars
  517. req:10 animalKeeper
  518. *animalWolf
  519. name:Wolves
  520. desc:Another animal to use in the games! Increases the number of visits per game.
  521. cost:750000 dollars
  522. req:15 animalKeeper
  523. *animalTiger
  524. name:Tigers
  525. desc:Another animal to use in the games! Increases the number of visits per game.
  526. cost:1750000 dollars
  527. req:20 animalKeeper
  528. *animalLion
  529. name:Lions
  530. desc:Another animal to use in the games! Increases the number of visits per game.
  531. cost:5000000 dollars
  532. req:25 animalKeeper
  533.  
  534. Achievements
  535. //Farmers
  536. *farmer1
  537. name:My First Farmer
  538. desc:Have 1 Farmer.
  539. icon:https://imgur.com/Y0OQnqp.png
  540. req:1 farmer
  541. *farmer2
  542. name:You Reap What You Sow
  543. desc:Have 10 Farmers.
  544. icon:https://imgur.com/kJaOeDC.png
  545. req:10 farmer
  546. *farmer3
  547. name:Farm Ill
  548. desc:Have 25 Farmers.
  549. icon:https://imgur.com/jKG0HVm.png
  550. req:25 farmer
  551.  
  552. //Concrete Layers
  553. *layer1
  554. name:Filling In The Cracks
  555. desc:Have 1 Concrete Layer.
  556. icon:https://imgur.com/JIKOXS0.png
  557. req:1 concreteLayer
  558. *layer2
  559. name:Dam. That's a wall.
  560. desc:Have 10 Concrete Layers.<q>"You get it... Right?"</q>
  561. icon:https://imgur.com/QInw5lY.png
  562. req:10 concreteLayer
  563. *layer3
  564. name:We need Reinforcements!
  565. desc:Have 25 Concrete Layers.
  566. icon:https://imgur.com/baYi8KM.png
  567. req:25 concreteLayer
  568.  
  569. //Concrete Makers
  570. *maker1
  571. name:Production
  572. desc:Have 1 Concrete Maker.
  573. icon:https://imgur.com/3sCts28.png
  574. req:1 concreteMaker
  575. *maker2
  576. name:Production Line
  577. desc:Have 10 Concrete Makers.
  578. icon:https://imgur.com/cvHHqLb.png
  579. req:10 concreteMaker
  580. *maker3
  581. name:Awesome Automation
  582. desc:Have 25 Concrete Makers.
  583. icon:https://imgur.com/cEj4qc0.png
  584. req:25 concreteMaker
  585.  
  586. //Builders
  587. *builder1
  588. name:Build it Up!
  589. desc:Have 1 Builder.
  590. req:1 builder
  591. *builder2
  592. name:Can't Stop!
  593. desc:Have 10 Builders.
  594. req:10 builder
  595. *builder3
  596. name:Won't Stop!
  597. desc:Have 25 Builders.
  598. req:25 builder
  599.  
  600. //Pieces
  601. *piece1
  602. name:The Start of Something Beautiful
  603. desc:Make 1 Colosseum Piece.<q>"Hopefully"</q>
  604. req:1 piece
  605. *piece2
  606. name:You really wanted those, huh?
  607. desc:Make 100 Colosseum Pieces.
  608. req:(piece:earned>=100)
  609.  
  610. //Colosseums
  611. *colosseum1
  612. name:A Grand Colosseum
  613. desc:Create 1 Colosseum!<q>"You're not done yet, right?"
  614. req:(colosseum:earned>=1)
  615. *colosseum2
  616. name:That's a lot of blood
  617. desc:Create 5 Colosseums!
  618. req:(colosseum:earned>=5)
  619.  
  620. CSS
  621. #game
  622. {
  623. background:#770e0e;
  624. font-size:15px;
  625. font-family:"Optima",sans-serif,serif;
  626. color:black;
  627. }
  628.  
  629. .thing
  630. {
  631. border-radius:5px;
  632. background:rgba(37,143,177,0.75);
  633. }
  634.  
  635. #box-main
  636. {
  637. left:0px;
  638. top:0px;
  639. bottom:0px;
  640. overflow:hidden;
  641. width:60%;
  642. position:absolute;
  643. border:2px ridge black;
  644. }
  645.  
  646. #box-header
  647. {
  648. left:0px;
  649. top:0px;
  650. width:100%;
  651. height:5%;
  652. }
  653.  
  654. #box-button1
  655. {
  656. top:25%;
  657. right:0px;
  658. bottom:0px;
  659. left:0px;
  660. position:absolute;
  661. }
  662.  
  663. #box-button2
  664. {
  665. top:30%;
  666. left:0px;
  667. bottom:0px;
  668. right:0px;
  669. position:absolute;
  670. }
  671.  
  672. #box-button3
  673. {
  674. top:35%;
  675. right:0px;
  676. bottom:0px;
  677. left:0px;
  678. position:absolute;
  679. }
  680.  
  681. #box-button4
  682. {
  683. top:40%;
  684. right:0px;
  685. bottom:0px;
  686. left:0px;
  687. position:absolute;
  688. }
  689.  
  690. #box-resources1.fullWidth
  691. {
  692. width:100%;
  693. top:10%;
  694. height:4%;
  695. min-height:32px;
  696. z-index:100;
  697. position:absolute;
  698. text-align:center;
  699. }
  700.  
  701. #box-resources2.fullWidth
  702. {
  703. width:100%;
  704. top:15%;
  705. height:4%;
  706. min-height:32px;
  707. z-index-100;
  708. position:absolutel
  709. text-align:center;
  710. }
  711.  
  712. #box-buildings,#box-upgrades,#box-achievs,#box-stats
  713. {
  714. top:0px;
  715. bottom:0px;
  716. width:50%;
  717. overflow-x:hidden;
  718. overflow-y:scroll;
  719. padding-bottom:48px;
  720. position:absolute;
  721. border:2px ridge black;
  722. }
  723.  
  724. #box-upgrades,#box-achievs,#box-stats,#box-header
  725. {
  726. text-align:center;
  727. }
  728.  
  729. #box-buildings
  730. {
  731. height:100%;
  732. right:50%;
  733. clear:both;
  734. }
  735.  
  736. #box-achievs
  737. {
  738. height:25%;
  739. right:0%;
  740. }
  741.  
  742. #box-upgrades
  743. {
  744. top:25%;
  745. right:0%;
  746. }
  747.  
  748. #box-stats
  749. {
  750. right:100%;
  751. height:25%;
  752. top:75%;
  753. width:150%;
  754. z-index:0;
  755. }
Add Comment
Please, Sign In to add comment