Skip to content

Commit

Permalink
Added context to captain and chemist
Browse files Browse the repository at this point in the history
  • Loading branch information
FeroxFoxxo committed Aug 5, 2024
1 parent e0426bd commit 8d779a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/ui/captain/CaptainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function CaptainPage({ onAsteroidClick, fuelAmount, chemSequence
return (
<div className={styles.playPage}>
<h1>CAPTAIN</h1>
<h2>Shoot the asteroids and relay the formula!</h2>
{/* <DirectionBar redSection={2} /> */}
<TextField text={chemSequence} />
<ResourceBar resource={Resources.Fuel} value={fuelAmount} />
Expand Down
1 change: 1 addition & 0 deletions app/ui/chemist/ChemistPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function ChemistPage({correctSequence, electricityAmount, onSeque
return (
<div className={styles.page}>
<h1>CHEMIST</h1>
<h2>Input the correct formula!</h2>
<div className={styles.elementTube}>
<ElementTube sequence={sequence} />
</div>
Expand Down

0 comments on commit 8d779a0

Please sign in to comment.