reduced matter restitution, map item's ray is now responsive #2150

This commit is contained in:
2023-07-05 11:13:46 +02:00
parent 15e8a381d4
commit 049185cd4c
3 changed files with 28 additions and 22 deletions

View File

@@ -6,6 +6,7 @@ export const CommonStore = defineStore({
id: 'common',
state: () => ({
hover_elmt: null,
map_item_ray: Math.min(window.innerWidth, window.innerHeight) * 0.08,
cartouch_width: 450,
paper_symbol_definitions: {}
}),