Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Foxcapades

2
Posts
40
Followers
4
Following
A member registered May 18, 2022 · View creator page →

Creator of

Recent community posts

(1 edit)

Thank you for the comment! And sorry for the incredibly late reply.

The renpy.image_size function was intentionally ignored for efficiency reasons. The renpy builtin loads and unpacks the full file without making use of any caching. The __get_image_size function only reads the first couple dozen bytes of the file to fetch the width and height from the metadata.

For the use case, I felt that it would be unnecessarily costly to load, decompress, then throw away an image of unknown size just to get at a couple of ints.

If renpy adds a similar method that does make use of image caching, that would the preferable option.

I was able to run the game via an IDE, and it is a fun little game where you race around a map to collect all the coins in the shortest time possible.

If you have the ability to disable browser CORS checks or run via a local http host it’s playable but without that browsers won’t load it sadly.