Big rework for mutliple different events

This commit is contained in:
aronmal 2023-01-14 16:28:03 +01:00
parent 1c22ffb829
commit 3d21464165
Signed by: aronmal
GPG key ID: 816B7707426FC612
9 changed files with 163 additions and 222 deletions

View file

@ -40,11 +40,13 @@ export const initlialLastLeftTile = {
y: 0
};
export const initlialTarget = {
preview: false,
show: false,
x: 2,
y: 2
};
export const initlialTargetPreview = {
preview: true,
show: false,
x: 2,
y: 2