mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-20 03:45:29 +00:00
Better controls
This commit is contained in:
parent
ebb3dc9cdd
commit
770c6d2c3e
2 changed files with 117 additions and 73 deletions
|
|
@ -53,7 +53,6 @@ function parseInstance(instance) {
|
|||
};
|
||||
|
||||
default:
|
||||
console.error(instance);
|
||||
throw new Error(
|
||||
`Unhandled value type: ${def.target.name} = ${def.value.type}`
|
||||
);
|
||||
|
|
@ -175,6 +174,7 @@ export function parseMissionScript(script) {
|
|||
),
|
||||
};
|
||||
}
|
||||
|
||||
type Mission = ReturnType<typeof parseMissionScript>;
|
||||
|
||||
export function* iterObjects(objectList) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue