- 276
- Posts
- 16
- Years
- Unova
- Seen May 14, 2025
As the title says, I would like to know how to adjust the size of the icons that can be used for the party icons to 70x64 and I would like reduce the animations down to only 1 frame (still image) so the party screen doesn't have so much motion in it.
This sounds like it would be easy to do, even with a limit knowledge of Ruby (or coding in general), but I have just spent the last 2 hours looking through the party screen code and couldn't find anything that mentioned the 128x64 resolution that the game currently uses for the icons or 64x64 to show a single frame.
Eventually I found (code) and thought I was on to something, but I couldn't find self.icon used anywhere else.
so I'm stumped, any assistance with this would be greatly appreciated!
This sounds like it would be easy to do, even with a limit knowledge of Ruby (or coding in general), but I have just spent the last 2 hours looking through the party screen code and couldn't find anything that mentioned the 128x64 resolution that the game currently uses for the icons or 64x64 to show a single frame.
Eventually I found (code) and thought I was on to something, but I couldn't find self.icon used anywhere else.
Code:
def self.icon(filename)
self.load_bitmap("Graphics/Icons/"+ filename)
end
so I'm stumped, any assistance with this would be greatly appreciated!