erste Funktionierende Fassung
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* Zentrale Konfiguration für alle Custom Shapes.
|
||||
* Defaults, Minima und Maxima an einer Stelle gepflegt.
|
||||
*/
|
||||
|
||||
export const PUFFER_CONFIG = {
|
||||
// Defaults
|
||||
defaultW: 120,
|
||||
defaultH: 60,
|
||||
// Minima
|
||||
minW: 20,
|
||||
minH: 20,
|
||||
// Maxima
|
||||
maxW: 500,
|
||||
maxH: 300,
|
||||
}
|
||||
|
||||
export const KREISEL_CONFIG = {
|
||||
// Defaults
|
||||
defaultAbstand: 200,
|
||||
defaultRadius: 80,
|
||||
// Minima
|
||||
minAbstand: 20,
|
||||
// Maxima
|
||||
maxAbstand: 4000,
|
||||
}
|
||||
Reference in New Issue
Block a user