0.1.0-beta0 • Published 5 years ago

wordplay v0.1.0-beta0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

wordplay

A word game engine developed with ts.

Configuration Instructions

keyvaluedescriptiondefaultValuerequired
authorstring游戏作者''true
titlestring游戏标题'Wordplay'true
subTitlestring游戏子标题nullfalse
backgroundMusicstring游戏开始界面背景音乐nullfalse
backgroundImagestring游戏开始界面背景图片nullfalse
conclusionstring游戏结束语''true
chaptersChapter[]游戏章节''true
  • Chapter
keyvaluedescriptiondefaultValuerequired
namestring章节名称, 作为key值, 唯一'Chapter 1'true
titlestring章节标题''true
subTitlestring章节子标题nullfalse
backgroundMusicstring章节背景音乐nullfalse
backgroundImagestring章节背景图片nullfalse
durationnumber持续时间1false
transitionstring换场时间1false
dialoguesDialogue[]对白[]true
  • Dialogue
keyvaluedescriptiondefaultValuerequired
namestring对白名称, 作为key值, 唯一'Chapter 1'true
narrationstring旁白音效''true
captionstring旁白字幕''true
backgroundImagestring对白背景图片nullfalse
actionsAction[]操作行为[]false
  • Action
keyvaluedescriptiondefaultValuerequired
typestring操作类型, 值属于'next','jump','end'nexttrue
namestring显示内容''true
jumpstring跳转旁白name值''当type为jump时为true, 其他为false

TODO

  • Styles
  • Configuration interface
0.1.0-beta0

5 years ago

0.1.0

5 years ago