VideoQuest / src /lib /defaultActionnables.ts
jbilcke-hf's picture
jbilcke-hf HF staff
changing the URL again as the public server is being abused by some users
ab75c71
raw
history blame contribute delete
182 Bytes
export const defaultActionnables = [
"door",
"rock",
"window",
"table",
"ground",
"sky",
"object",
"tree",
"wall",
"floor"
// but we still only want 10 here
]