Changes of "CenterPoint" to "SpriteCenterPoint" - #13
Open
kottochii wants to merge 1 commit into
Open
Conversation
… to the documentation
rory-cd
approved these changes
Aug 18, 2026
rory-cd
left a comment
There was a problem hiding this comment.
General Information
This worked for me and is a straight forward fix to the issue, nice work. The only problem is the user will need the latest C# bindings (which include SpriteCenterPoint) - so I believe lib/SplashKit.cs should be updated with the latest bindings.
Approved with this suggested amendment.
I have tested successfully on Windows/MSYS2 with .NET 8.0 and .NET 10.0 as below.
Code Quality
- Repository: Is this Pull Request is made to the correct repository?
- Readability: Is the code easy to read and follow?
- Maintainability: Can this code be easily maintained or extended in the future?
Functionality
- Correctness: Does the code meet the requirements of the task?
- Impact on Existing Functionality: Has the impact on existing functionality been considered and tested?
Pull Request Details
- PR Description: Is the problem being solved clearly described?
- Checklist Completion: Have all relevant checklist items been reviewed and completed?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changed occurences of "CenterPoint" to "SpriteCenterPoint", according to the newer documentation, as the previous version stopped running under the newest version of SplashKit.
Fixes # (issue)
Type of change
How Has This Been Tested?
The game runs on the latest version of SplashKit. The former version did not.
Testing Checklist
Checklist