fixed dragability after new statment is added

This commit is contained in:
2022-04-09 18:59:28 -05:00
parent 83374615aa
commit 8fbab92e1b
5 changed files with 16 additions and 8 deletions

2
src/support/const.ts Normal file
View File

@@ -0,0 +1,2 @@
export const stepX = 5
export const stepY = 5