Try add wals and split
This commit is contained in:
@@ -14,9 +14,9 @@ export interface AppConfig {
|
||||
export interface Partition {
|
||||
id: string;
|
||||
axis: 'x' | 'y';
|
||||
offset: number; // Положение (0.0 - 1.0)
|
||||
min: number; // Начало линии (0.0 - 1.0)
|
||||
max: number; // Конец линии (0.0 - 1.0)
|
||||
offset: number; // Позиция (0.0 - 1.0)
|
||||
min: number; // Начало стенки (0.0 - 1.0)
|
||||
max: number; // Конец стенки (0.0 - 1.0)
|
||||
height: number;
|
||||
rounded: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user