File size: 129 Bytes
d9494a5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
export const IF_ELSE_BRANCH_POSITION_OFFSETS = {
  IF: {
    x: -200,
    y: 120,
  },
  ELSE: {
    x: 200,
    y: 120,
  },
};