Skip to content

Commit

Permalink
fix: update embedded config in index
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 3, 2021
1 parent ab595f3 commit f19aa7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.html
Expand Up @@ -6,10 +6,16 @@
locale:
bundles:
en:
debug:
graph:
summary: 'wrote {{size}} node graph to {{-path}}'
meta:
create: 'created new world {{name}} ({{id}}) from {{world}} with seed of {{seed}} and room depth of {{depth}}'
help: 'available verbs: {{verbs}}'
load: 'loaded world state {{meta.id}} from {{-path}}'
save: 'saved world state {{meta.id}} from {{-path}}'
quit: 'game over.'
world: '{{name}} ({{id}})'
verbs:
common:
drop: drop
Expand All @@ -27,7 +33,9 @@
load: load
quit: quit
save: save
worlds: worlds
current: en
verbs: []
services:
actors:
- name: actor-player
Expand Down

0 comments on commit f19aa7d

Please sign in to comment.