Skip to content

Instantly share code, notes, and snippets.

@Hexagon
Created September 23, 2014 10:46
Show Gist options
  • Save Hexagon/71f036b481c8040de360 to your computer and use it in GitHub Desktop.
Save Hexagon/71f036b481c8040de360 to your computer and use it in GitHub Desktop.
define({
message: [
[261.63*2,0,50],
[261.63*3,0,50],
[261.63*4,50,50],
[261.63*5,50,50]
],
person_joined: [
[261.63*3,0,200],
[261.63*1,0,200],
[261.63*3,200,500],
[261.63*2,200,500]
],
person_left: [
[261.63*3,0,200],
[261.63*2,0,200],
[261.63*3,200,500],
[261.63*1,200,500]
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment