diff --git a/public/SummerPixel22Regular-jE0W7.ttf b/public/SummerPixel22Regular-jE0W7.ttf new file mode 100644 index 0000000..c11e2e5 Binary files /dev/null and b/public/SummerPixel22Regular-jE0W7.ttf differ diff --git a/src/index.js b/src/index.js index 39e3ea1..ef4357d 100644 --- a/src/index.js +++ b/src/index.js @@ -27,7 +27,7 @@ const { connectors } = getDefaultWallets({ }); const wagmiClient = createClient({ - autoConnect: false, + autoConnect: true, connectors, provider, webSocketProvider diff --git a/src/styles/main.css b/src/styles/main.css index d057cc0..64c17ec 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -1,5 +1,11 @@ +@font-face { + font-family: 'SummerPixel'; + src: url('../../public/SummerPixel22Regular-jE0W7.ttf'); +} + + * { - font-family: 'Times New Roman', Times, serif; + font-family: 'SummerPixel'; font-weight: 400; font-style: normal; } diff --git a/src/styles/sections.css b/src/styles/sections.css index ad90ad7..7b00737 100644 --- a/src/styles/sections.css +++ b/src/styles/sections.css @@ -19,8 +19,8 @@ } #heroText { - padding-top: 12vh; - font-size: 4em; + padding-top: 14vh; + font-size: 3.5em; width: 80%; text-align: center; margin: 0 auto; @@ -28,7 +28,7 @@ #heroImage { max-width: 240px; - margin: 1em auto; + margin: .5em auto; animation: fadeIn 4s ease-in; } diff --git a/src/template/Sections.jsx b/src/template/Sections.jsx index e0aedde..d28625d 100644 --- a/src/template/Sections.jsx +++ b/src/template/Sections.jsx @@ -86,15 +86,38 @@ class GenerateBombOverlay extends React.Component { } bombCoords.push(o); } - this.state = {coords: bombCoords}; + this.state = {coords: bombCoords, color: this.props.color}; } render() { - return this.state.coords.map((obj) =>
) + return this.state.coords.map((obj) => ) } } -export function Section3() { +class GameMap extends React.Component { + constructor(props) { + super(props); + } + + render() { + return ( + <> +Radicalizing a boomer will mint ERC-721 BOOMR tokens with images of a pixel art Web3 Unaboomers.
-You have {boomerBalance} BOOMR
- -
-
Assembling bombs will mint ERC-1155 BOMB tokens with an image of a pixel art bomb to send to random Unaboomers to kill them.
-You have {bombBalance} BOMB
- -
-
Sending bombs will burn your BOMB token and kill a BOOMR token at random. Be careful not to kill yourself in the process.
-There are {boomerSupply - boomerKillCount} BOOMR available to kill
- -
-
Radicalizing a boomer will mint ERC-721 BOOMR tokens with images of a pixel art Web3 Unaboomers.
+You have {boomerBalance} BOOMR
+ +
+
Assembling bombs will mint ERC-1155 BOMB tokens with an image of a pixel art bomb to send to random Unaboomers to kill them.
+You have {bombBalance} BOMB
+ +
+
Sending bombs will burn your BOMB token and kill a BOOMR token at random. Be careful not to kill yourself in the process.
+There are {boomerSupply - boomerKillCount} BOOMR available to kill
+ +
+