|
|
@@ -28,16 +28,10 @@ public class WebBlocklyVO extends PageParam {
|
|
|
private String blocklyInfo;
|
|
|
@Schema(description = "人物图标")
|
|
|
private String blocklyUserImage;
|
|
|
- @Schema(description = "人物初始方向")
|
|
|
- private Integer blocklyUserDirection;
|
|
|
@Schema(description = "地图方格大小")
|
|
|
private String blocklyTileSize;
|
|
|
@Schema(description = "地图背景图")
|
|
|
private String blocklyBackground;
|
|
|
- @Schema(description = "地图开始坐标")
|
|
|
- private String blocklyStartPoint;
|
|
|
- @Schema(description = "地图结束坐标")
|
|
|
- private String blocklyEndPoint;
|
|
|
@Schema(description = "地图可行走坐标")
|
|
|
private String blocklyWalkablePoints;
|
|
|
@Schema(description = "特殊方块")
|