Add ability to edit AI generated content
This commit is contained in:
parent
846ba2a69c
commit
bfbba7b5ab
15 changed files with 1089 additions and 10 deletions
1
types.ts
1
types.ts
|
|
@ -2,6 +2,7 @@ export type GameState =
|
|||
| 'LANDING'
|
||||
| 'CREATING'
|
||||
| 'GENERATING'
|
||||
| 'EDITING'
|
||||
| 'LOBBY'
|
||||
| 'COUNTDOWN'
|
||||
| 'QUESTION'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue