-
-
Notifications
You must be signed in to change notification settings - Fork 830
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
Bejeweled Twist -- Tips text not showing up #18767
Comments
The text is not showing probably because it has indent equal to 3204.8. Ruffle might have calculated this value wrongly, or FP might handle such indent differently. |
Unsure if this is a bug with ruffle or a bug ("feature") with Flash Player where the indent was ignored. I used FFDEC to modify the swf file and it has resolved this issue in Ruffle. Even in FFDEC, it wasn't rendering the text because of the indent. Here are the original code snippets. I changed the value "64096" with "0". resources --> texts --> Define EditText Child 839 resources --> texts --> Define EditText Child 830 Here is how it looks in ruffle now Here is the modified file |
Turns out it's both ;) |
Describe the bug
The Bejeweled Twist game requires a separate xml file that contains all of the text for the game. Presently, all of the title text is correctly rendering from this file.
The special tips that should pop up during game play are not showing up. It just looks blank. This issue does not occur in flash player.
Expected behavior
The tips text should appear.
Content Location
file.zip
Affected platform
Self-hosted version
Operating system
Windows 11 Home
Browser
Edge Version 131.0.2903.70 (Official build) (64-bit)
Additional information
No response
The text was updated successfully, but these errors were encountered: