working on game
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 961 KiB |
Binary file not shown.
Binary file not shown.
+1
-1
@@ -9,7 +9,7 @@ settings:
|
||||
categories: # the name of each category should correspond to a yaml file with the same name
|
||||
- name: shounen # name must be alphanumeric, cannot start with a number or contain special characters "-" and "." are ok if they are not at the beginning
|
||||
displayName: "Shounen" # if blank will use name
|
||||
image: "assets/14018-3193093789.gif" # if set will display image instead of name, categories are referenced by name which is required
|
||||
image: "anime/assets/14018-3193093789.gif" # if set will display image instead of name, categories are referenced by name which is required
|
||||
- name: openings
|
||||
displayName: "Openings" # if blank will use name
|
||||
- name: sadness
|
||||
|
||||
@@ -25,4 +25,11 @@ questions: # expects a list equal to the tier
|
||||
time-limit: 10 # If omitted there is no time limit
|
||||
answer: "Katsuhiro Otomo"
|
||||
template: "whatis" # template to use
|
||||
display-answer: true # displays the correct answer before returning to the main screen
|
||||
- title: "What is this?"
|
||||
answer: "Bunny shit"
|
||||
video: "anime/assets/bunny.ogv"
|
||||
start: 4
|
||||
playFor: 3
|
||||
template: "whatvideo" # template to use
|
||||
display-answer: true # displays the correct answer before returning to the main screen
|
||||
Reference in New Issue
Block a user