소스 검색

Small fixes

Fix tile generation, and set default map width.
master
부모
커밋
abd2c8adbe
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/backend/services/Tile.service.ts
  2. +1
    -1
      src/components/GenerateMapForm/index.tsx

+ 1
- 1
src/backend/services/Tile.service.ts 파일 보기

@@ -97,7 +97,7 @@ export class TileServiceImpl implements TileService {
} else if (landFlags.ne) {
cursor += 8; // 21
if (landFlags.nw) {
cursor += 20; // 33
cursor += 12; // 33
}
} else if (landFlags.nw) {
cursor += 9; // 22


+ 1
- 1
src/components/GenerateMapForm/index.tsx 파일 보기

@@ -175,7 +175,7 @@ export const GenerateMapForm: VFC = () => {
block
placeholder="Width"
name="width"
defaultValue={512}
defaultValue={288}
/>
</div>
<div>


불러오는 중...
취소
저장