Changing namebox position in Renpy
When we published the game in an earlier version of Renpy (8.3.4) the namebox position was working as intended. It was appearing at the rightmost edge of the screen with the text aligned from left to right. However, when we switched to Renpy 8.4.1 then even though our code was same the namebox's position got switched to something that was getting hidden by our character side images. Below is a screenshot of what is meant by that.
![]() |
The namebox started appearing behind the character side images. |
So, we went into the gui.rpy file in order to look for settings using which we could fix this and we found this:
![]() | ||
The setting was gui.name_xpos and gui.name_ypos |
We changed the settings of gui.name_xpos and gui.name_ypos and we were able to fix the namebox's position. Below is the image after the fix was applied:
![]() |
The namebox position after the fix was applied |
After applying these fixes we published new builds to both android and web platforms and made them live on both Google Play and itch.io. If you want to play this game you can get the links from here: https://redseed.cc/dusk_point_reloaded_mikos_journey.html
Comments
Post a Comment