mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-23 15:47:24 +01:00
refactor: migrate markers (#1324)
* refactor: migrate markers * Update src/modules/markers-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/markers-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/markers-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/markers-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/markers-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix marker names by removing unnecessary suffixes for Lighthouse and Waterfall * refactor: marker methods to use underscore for unused parameters --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Azgaar <maxganiev@yandex.com>
This commit is contained in:
parent
bce65ce2b3
commit
da9e915cdc
5 changed files with 1805 additions and 1288 deletions
|
|
@ -15,4 +15,5 @@ import "./religions-generator";
|
|||
import "./provinces-generator";
|
||||
import "./emblem";
|
||||
import "./ice";
|
||||
import "./markers-generator";
|
||||
import "./fonts";
|
||||
|
|
|
|||
1802
src/modules/markers-generator.ts
Normal file
1802
src/modules/markers-generator.ts
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue