2021-02-22 00:07:46 +00:00
|
|
|
|
|
|
|
|
### Interaction Messages
|
|
|
|
|
|
|
|
|
|
# Shown when examining an in-construction object
|
|
|
|
|
construction-insert-prototype-no-name = Next, insert {$prototypeName}.
|
|
|
|
|
|
|
|
|
|
# Shown when examining an in-construction object
|
|
|
|
|
construction-insert-prototype = Next, insert {$entityName}.
|
|
|
|
|
|
|
|
|
|
# Shown when examining an in-construction object
|
|
|
|
|
construction-insert-entity-with-component = Next, insert an entity with a {$componentName} component.
|
|
|
|
|
|
|
|
|
|
# Shown when examining an in-construction object
|
|
|
|
|
construction-insert-exact-entity = Next, insert {$entityName}.
|
|
|
|
|
|
2021-02-24 16:26:56 +01:00
|
|
|
# Shown when examining an in-construction object
|
|
|
|
|
construction-insert-arbitrary-entity = Next, insert {$stepName}.
|