Skip to content

Commit

Permalink
New Title Progression, Resizing Score and Titles, and Title Text Wrap…
Browse files Browse the repository at this point in the history
…ping
  • Loading branch information
f00d4tehg0dz committed Dec 26, 2023
1 parent db6317c commit 0d7a2ac
Show file tree
Hide file tree
Showing 25 changed files with 384 additions and 278 deletions.
275 changes: 0 additions & 275 deletions com.f00d4tehg0dz.cookieclicker.sdPlugin/js/app.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8" />
<title>com.f00d4tehg0dz.cookieclicker</title>
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/sdpi.css">
<script src="./js/jquery-3.3.1.js"></script>
<script src="./js/common.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
@font-face {
font-family: 'Nunito';
src: url('../font/Nunito-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Nunito';
src: url('../font/Nunito-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

/* body {
padding-top: 5px;
font-family: Arial;
Expand Down Expand Up @@ -30,7 +44,7 @@ h2 {
border:2px solid;
border-radius:5px;
background-color:white;
height:15px;
height:15px;
}
#cookieTitle {
Expand All @@ -42,5 +56,5 @@ h2 {
border:2px solid;
border-radius:5px;
background-color:lightpink;
height:20px;
height:20px;
} */
Binary file not shown.
Binary file not shown.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>com.f00d4tehg0dz.cookieclicker</title>
<meta charset="utf-8"/>

<link rel="stylesheet" href="./css/styles.css">
</head>

<body>
Expand Down
Loading

0 comments on commit 0d7a2ac

Please sign in to comment.