1
0
Fork 0

添加canvasbox容器大小返回

develop
vine_liutk 2023-08-07 16:47:50 +08:00
parent 334e569328
commit 098b787a30
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class RegionResource extends JsonResource
'current_plant' => RegionPlantResource::make($this->whenLoaded('currentPlant')),
'position_x'=> $this->position_x,
'position_y'=> $this->position_y,
'canvasbox'=> '1350,900',
];
}
}