Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support mapper x/y coordinates #20

Merged
merged 17 commits into from
May 6, 2022
Merged

support mapper x/y coordinates #20

merged 17 commits into from
May 6, 2022

Conversation

dinchak
Copy link
Collaborator

@dinchak dinchak commented May 5, 2022

mainly adds support for x/y coordinates in the mapper, allowing for 3-radius minimap functionality
fixed a few errors with combo/rage

iLPdev and others added 17 commits March 4, 2022 08:38
/prs-screenshot-01.jpg -- 304.35kb -> 260.38kb (14.45%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
feat(stats): ✨ add food guage
*Total -- 1,412.51kb -> 1,234.26kb (12.62%)

/prs-screenshot-01.jpg -- 374.38kb -> 310.53kb (17.05%)
/prs-screenshot-02.jpg -- 1,038.13kb -> 923.73kb (11.02%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
feat(install): 📦 remove generic mapper if installed
Copy link
Owner

@iLPdev iLPdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect! thanks

@@ -36,6 +36,8 @@ local terrain_types = {
["Farmland"] = {id = 29, r = 255, g = 255, b = 0},
["Deep Water"] = {id = 30, r = 0, g = 0, b = 128},
["Gate"] = {id = 31, r = 255, g = 255, b = 0},
["Nexus"] = {id = 32, r = 128, g = 128, b = 128},
["Wall"] = {id = 33, r = 64, g = 64, b = 64},
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New terrain types for Nexus and Wall

setRoomCoordinates(id,rcoords[1],rcoords[2],rcoords[3])
end
end
setGridMode(areaID, true)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

turn on gridmode as default for all areas

end
setRoomCoordinates(id,rcoords[1],rcoords[2],rcoords[3])
end
end
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove map stretching conflict -- also unneeded in grid format of PR -- with new lookahead mini-mapping thingy... not sure what to call it

@iLPdev iLPdev changed the base branch from main to development May 6, 2022 01:27
@iLPdev iLPdev merged commit 61c424c into iLPdev:development May 6, 2022
@iLPdev
Copy link
Owner

iLPdev commented May 6, 2022

@all-contributors please add @dinchack for code and ideas

@allcontributors
Copy link
Contributor

@iLPdev

Could not find the user dinchack on github.

@iLPdev
Copy link
Owner

iLPdev commented May 6, 2022

@all-contributors please add @dinchak for code and ideas

@allcontributors
Copy link
Contributor

@iLPdev

I've put up a pull request to add @dinchak! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants