Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Let's make a game!
  2. name:TrollClicker
  3.  
  4. desc:CLICK THE TROLL
  5. created:23/5/2019
  6. updated:23/5/2019
  7. version:1
  8.  
  9. Settings
  10. building cost increase:115%
  11. building cost refund:80%
  12. spritesheet:icons, 48 by 48
  13.  
  14. Layout
  15. use default
  16.  
  17. CSS
  18. #game
  19. {
  20. background:Brown;
  21. font family:"Times New Roman",Times,serif:
  22. color:black;
  23. }
  24.  
  25. CSS
  26. .thing
  27. {
  28. text-shadow:1px 1px 0 red;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement