Skip to content

Commit

Permalink
button
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonTDM committed Jul 12, 2024
1 parent c1298a8 commit fb529e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions game/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,14 @@
}
#btnNextLevel {
text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
box-shadow: inset #ffffff24 1px 2px 2px, inset #00000021 0px -1px 4px 0px, #0000007a 1px 2px 6px -1px;
border-radius: 3px;
/* box-shadow: inset #ffffff24 1px 2px 2px, inset #00000021 0px -1px 4px 0px, #0000007a 1px 2px 6px -1px; */
/* border-radius: 3px; */
border-left: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: 0 !important;
background: url('images/SeedChooser_Button.png') no-repeat !important;
background-size: contain !important;
font-family: dwarvesc !important;
color: #d0932b !important;
font-size: 18px !important;
Expand Down
Binary file added game/images/SeedChooser_Button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb529e8

Please sign in to comment.