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

fix: editor NSE for instance type strings #2260

Merged
merged 1 commit into from
Jul 22, 2024
Merged

fix: editor NSE for instance type strings #2260

merged 1 commit into from
Jul 22, 2024

Conversation

Arufonsu
Copy link
Contributor

@Arufonsu Arufonsu commented May 25, 2024

Should fix #2259

Instance type strings is not used at all plus, it's triggering an NSE when starting the game editor.
They were hardcoded to use their enum strings instead of their localized strings.

image

image

image

Preview Note: edited the overworld type string in order to show up that the values aren't hard-coded anymore.

@Arufonsu Arufonsu added the bug fix Pull request that fixes a bug label May 25, 2024
@Arufonsu Arufonsu requested review from a team May 25, 2024 16:34
Intersect.Editor/Localization/Strings.cs Outdated Show resolved Hide resolved
@Arufonsu Arufonsu marked this pull request as draft May 29, 2024 22:37
@Arufonsu Arufonsu requested a review from WeylonSantana July 22, 2024 22:46
@Arufonsu Arufonsu marked this pull request as ready for review July 22, 2024 22:48
@Arufonsu Arufonsu dismissed lodicolo’s stale review July 22, 2024 23:18

PR already reviewed by @WeylonSantana, Also, @lodicolo's review was resolved.

@Arufonsu Arufonsu merged commit e492c22 into main Jul 22, 2024
1 check passed
dhmello added a commit to dhmello/Intersect-Engine that referenced this pull request Jul 23, 2024
fix: editor NSE for instance type strings (AscensionGameDev#2260)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Pull request that fixes a bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug: editor NSE for InstanceType strings
3 participants