File size: 182 Bytes
ab75c71
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
export const defaultActionnables = [
  "door",
  "rock",
  "window",
  "table",
  "ground",
  "sky",
  "object",
  "tree",
  "wall",
  "floor"
  // but we still only want 10 here
  ]