Skip to main content

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

Well, it still doesnt work, `agk.load_image("grass.png")` produces `RuntimeWarning: Could not find image: raw:grass.png"grass": agk.load_image("grass.png")`

This: `agk.load_image(os.path.join(media_folder,"right_path.png"))` where `media_folder` = `

__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
media_folder = os.path.join(__location__,"media")

`

results in `RuntimeWarning: Image raw:C:/Users/agent/OneDrive/Documents/github/net/agk/media/right_path.png is too large, resizing to 0x0`

(1 edit)

Are either of those PNG files available online somewhere?  If not, would you mind emailing me one so that I can test with it?

(1 edit)

sent :) (from agenthugo43@gmail.com)

btw: those are placeholders because I'm too lazy to make proper textures :)