Skip to content

Commit

Permalink
New TP-Scramble link
Browse files Browse the repository at this point in the history
  • Loading branch information
42A7C5 committed Dec 19, 2023
1 parent 4ef20b4 commit 49f09d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/tpscramble.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"background": "https://lit.games/img/tpscramble/keyart.png",
"logo": "https://docs.google.com/drawings/d/e/2PACX-1vQdaLZgrPDeWo7oEmThe5TTGKatSZOiHNJh3-JSfyt1T5rILt1WbpQKwpDQlUM-fhJA189_Pmf_b1A8/pub?w=350&h=100"
},
"frame": "https://tp-scramble.io",
"frame": "https://tp-scramble.netlify.app/",
"tags": ["top-down"],
"features": ["online", "keyboard", "touch"]
}
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Home(props: any) {
if (game.id === 'promotion') {
return (
<div className='game' key={game.id}>
<p style={{ position: 'absolute', transform: 'translateX(-8px)', background: '#f9e300', zIndex: 9999, padding: '5px', borderRadius: '50%', color: 'var(--primary)', fontSize: '1.3rem' }}>ad</p>
<p style={{ position: 'absolute', transform: 'translateX(-20px) translateY(-20px)', background: '#f9e300', zIndex: 9999, padding: '5px', borderRadius: '50%', color: 'var(--primary)', fontSize: '1.7rem' }}>ad</p>
<img src={game.src} />
</div>
)
Expand Down

0 comments on commit 49f09d5

Please sign in to comment.