Vresod / Among-Us-Editor-Python

Edit your among us game files! (outdated)
MIT License
5 stars 0 forks source link

Editor now shows in-game names #2

Closed ghost closed 2 years ago

ghost commented 2 years ago

Editor displays in-game names for skins, pets, and nameplates. Some tuple indexes were changed to dictionaries to make it easier to switch between the name and the actual ID in the program. I didn't change hats or visors yet because there are a lot of them.

AUEP_in-game_names
Vresod commented 2 years ago

Looks good to me, just a note that usually PRs are for one feature/topic exclusively

Vresod commented 2 years ago

Also side note 2, I'm pretty sure there's a way to do two-way dicts. That would be useful here I think