Begin work on the fate path dropdown
This commit is contained in:
parent
edd4e49f62
commit
f6ca694dcc
10 changed files with 82 additions and 21 deletions
|
|
@ -1,6 +1,8 @@
|
|||
export const FatePath = {
|
||||
NORTH: `North`,
|
||||
EAST: `East`,
|
||||
SOUTH: `South`,
|
||||
WEST: `West`,
|
||||
};
|
||||
export const gameTerms = Object.preventExtensions({
|
||||
FatePath: [
|
||||
`North`,
|
||||
`East`,
|
||||
`South`,
|
||||
`West`,
|
||||
],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue