feat: chapter select system, multi-chapter support, scene manager refactor, and docs update
This commit is contained in:
BIN
public/images/ch1.jpg
Normal file
BIN
public/images/ch1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/images/ch2.jpg
Normal file
BIN
public/images/ch2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/ch3.jpg
Normal file
BIN
public/images/ch3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -5,6 +5,29 @@
|
||||
"courage": 0,
|
||||
"investigation": 0
|
||||
},
|
||||
"chapters": [
|
||||
{
|
||||
"id": "ch1",
|
||||
"label": "第一章:醒来",
|
||||
"startScene": "intro",
|
||||
"thumbnail": "/images/ch1.jpg",
|
||||
"defaultVariables": { "trust": 50, "courage": 0, "investigation": 0 }
|
||||
},
|
||||
{
|
||||
"id": "ch2",
|
||||
"label": "第二章:调查",
|
||||
"startScene": "desk_detail",
|
||||
"thumbnail": "/images/ch2.jpg",
|
||||
"defaultVariables": { "trust": 60, "courage": 10, "investigation": 1 }
|
||||
},
|
||||
{
|
||||
"id": "ch3",
|
||||
"label": "第三章:终局",
|
||||
"startScene": "qte_success",
|
||||
"thumbnail": "/images/ch3.jpg",
|
||||
"defaultVariables": { "trust": 70, "courage": 20, "investigation": 2 }
|
||||
}
|
||||
],
|
||||
"scenes": {
|
||||
"intro": {
|
||||
"id": "intro",
|
||||
|
||||
Reference in New Issue
Block a user