Skip to content

Commit

Permalink
Minor adjustments to home page layout and information text.
Browse files Browse the repository at this point in the history
  • Loading branch information
tewtal committed Apr 11, 2020
1 parent a4cf0b6 commit b47bfe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 3 additions & 11 deletions WebRandomizer/ClientApp/src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,17 @@ export default function Home() {
<Col md="4">
<h2>Get started</h2>
<p>Follow the link below to get to the game generation page and head directly into the action.</p>
<span className="align-bottom"><a href="/configure/smz3"><Button color="primary">Generate game</Button></a></span>
</Col>
<Col md="4">
<h2>Get help</h2>
<p>If this is your first time playing or you're looking for more information about the randomizer go here:</p>
<span className="align-bottom"><a href="/information"><Button color="primary">Information</Button></a></span>
</Col>
<Col md="4">
<h2>Get involved</h2>
<p>If you're looking to get involved with the randomizer community, take a look at the resources for more information.</p>
</Col>
</Row>
<Row>
<Col md="4">
<a href="/configure/smz3"><Button color="primary">Generate game</Button></a>
</Col>
<Col md="4">
<a href="/information"><Button color="primary">Information</Button></a>
</Col>
<Col md="4">
<a href="/resources"><Button color="primary">Resources</Button></a>
<span className="align-bottom"><a href="/resources"><Button color="primary">Resources</Button></a></span>
</Col>
</Row>
</Container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Included Super Metroid multiworld support, and solo SM rando accessible at [Super Metroid Randomizer](https://sm.samus.link/)
* Auto-stripping of unneeded headers from base roms
* Added the [Logic Log](/logic) to the website that explains the Randomizer logic in detail.
* The spoiler log currently only contains progression items (Spoiler log improvements are planned in a future update)
* Information about the new filename structure can be found by hovering over the (i) icon next to the Download button
* New custom title screen
* Soft reset (L+R+Select+Start) added to both games
* Options for "early" morph and/or sword. (Early meaning a location accessible from the start of the game)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Super Metroid and A Link to the Past Crossover Randomizer is an item randomi
Travel between the games is possible through the use of four cross-game portals spread out in the games in certain doors and entrances.

The game starts out in Super Metroid right after Samus' ship has landed on Zebes, and from this point there's the option to head further down into Super Metroid, or head to the first available cross-game portal.
This portal is found in the door that normally would head to the Cratera Map Station, but this will not instead take you outside the fortune teller's house south of Link's house in Hyrule.
This portal is found in the door that normally would head to the Cratera Map Station, but this will instead take you outside the fortune teller's house south of Link's house in Hyrule.

These are the four cross-game portals in the game:
* Lake Hylia Fortune Teller ⇔ Crateria Map Room
Expand Down

0 comments on commit b47bfe8

Please sign in to comment.