wooden 
Vars | |
table_pixel_positions | This var is used for random separate item placement on the tabe when picking up flipped cup. During Initialize() it will become 2D 9x2 array: 9 is 9 positions, 2 is pixelshift x|y -> ((x1,y1), (x2,y2), ..., (x9, y9)) |
---|
Var Details
table_pixel_positions 
This var is used for random separate item placement on the tabe when picking up flipped cup. During Initialize() it will become 2D 9x2 array: 9 is 9 positions, 2 is pixelshift x|y -> ((x1,y1), (x2,y2), ..., (x9, y9))
X | X | X
X | X | X
X | X | X
So the item will be placed on the random X = (xn,yn) spot on the table. The center = (0,0), upper left corner = (-8,8), down right corner = (8,-8)