Idlegame
-M1 playable loop
-diff --git a/src/ui/AboutPanel.tsx b/src/ui/AboutPanel.tsx new file mode 100644 index 0000000..7280517 --- /dev/null +++ b/src/ui/AboutPanel.tsx @@ -0,0 +1,53 @@ +export function AboutPanel() { + return ( +
A text-fantasy RPG incremental experience.
++ Idlegame is driven by actions and choices. Select actions from the{' '} + Play screen to execute them. Some actions + are timed and can be queued. Once completed, they reward you with resources, unlock new + deeds, or advance the chronicle. +
++ As you perform actions, you will unlock narrative points of interest. Head to the{' '} + Story tab to make crucial choices and read + the history of your journey. +
+M1 playable loop
-Configure your gameplay and UI preferences.
+The chronicle is empty...
+ ) : ( ++ {story.currentProse || + 'The path ahead is shrouded in mist. Begin an action to unveil your story.'} +
+