Šī lapa labāk darbojas, ja pārlūkam ir iespējots JavaScript.
Sākums
Izpētīt
Palīdzība
Pierakstīties
TheoryOfNekomata
/
real-worldgen
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Kods
Problēmas
0
Izmaiņu pieprasījumi
0
Laidieni
0
Vikivietne
Aktivitāte
Pārlūkot izejas kodu
Small fixes
Fix tile generation, and set default map width.
master
TheoryOfNekomata
pirms 2 gadiem
vecāks
880adeb247
revīzija
abd2c8adbe
2 mainītis faili
ar
2 papildinājumiem
un
2 dzēšanām
Dalītais skats
Salīdzināšanas iespējas
Rādīt statistiku
Lejupielādēt ielāpa failu
Lejupielādēt izmaiņu failu
+1
-1
src/backend/services/Tile.service.ts
+1
-1
src/components/GenerateMapForm/index.tsx
+ 1
- 1
src/backend/services/Tile.service.ts
Parādīt failu
@@ -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
Parādīt failu
@@ -175,7 +175,7 @@ export const GenerateMapForm: VFC = () => {
block
placeholder="Width"
name="width"
defaultValue={
51
2}
defaultValue={2
88
}
/>
</div>
<div>
Rakstīt
Priekšskatītījums
Notiek ielāde…
Atcelt
Saglabāt