このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
TheoryOfNekomata
/
real-worldgen
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Small fixes
Fix tile generation, and set default map width.
master
TheoryOfNekomata
2年前
親
880adeb247
コミット
abd2c8adbe
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/backend/services/Tile.service.ts
+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 += 2
0
; // 33
cursor +=
1
2; // 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={
51
2}
defaultValue={2
88
}
/>
</div>
<div>
書き込み
プレビュー
読み込み中…
キャンセル
保存