Conflicts:
	src/resources/blue_orbs.json
This commit is contained in:
ad044 2020-09-21 20:51:29 +04:00
commit 911b453d6b
2 changed files with 41 additions and 1 deletions

View file

@ -2,5 +2,5 @@ import { atom } from 'recoil'
export const currentBlueOrbAtom = atom({ export const currentBlueOrbAtom = atom({
key: 'currentBlueOrbAtom', key: 'currentBlueOrbAtom',
default: "0422" default: "0520"
}) })

View file

@ -218,5 +218,45 @@
"type": "mirrored", "type": "mirrored",
"initial_position": [-1.36, 0.13, -8.6] "initial_position": [-1.36, 0.13, -8.6]
} }
},
"10": {
"long": {
"position": [-0.45, -0.09, -8.6],
"scale": [1, 0.03, 1],
"type": "normal",
"initial_position": [-1.45, -0.09, -8.6]
},
"boring": {
"position": [0.5, -0.07, -8.6],
"scale": [1, 0.03, 1],
"type": "normal",
"initial_position": [1.48, -0.07, -8.6]
},
"big": {
"position": [0.35, -0.12, -8.6],
"scale": [0.5, 0.06, 1],
"type": "normal",
"initial_position": [1.36, -0.12, -8.6]
}
},
"20": {
"long": {
"position": [-0.45, 0.15, -8.6],
"scale": [1, 0.03, 1],
"type": "normal",
"initial_position": [-1.45, 0.15, -8.6]
},
"boring": {
"position": [0.48, 0.174, -8.6],
"scale": [1, 0.03, 1],
"type": "normal",
"initial_position": [1.48, 0.174, -8.6]
},
"big": {
"position": [0.36, 0.13, -8.6],
"scale": [0.5, 0.06, 1],
"type": "normal",
"initial_position": [1.36, 0.13, -8.6]
}
} }
} }