Above market entrance - When you spawn you can walk on air. Just hug the wall and walk on the small edge, the windows have no collision. Once in a while jump if you feel like you are slipping.
oguh43
9
Posts
1
Topics
A member registered Jan 21, 2021
Recent community posts
AppGameKit for Python community · Replied to Fascimania in RuntimeWarning: Image raw:grass.png is too large, resizing to 0x0
AppGameKit for Python community · Posted in RuntimeWarning: Image raw:grass.png is too large, resizing to 0x0
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`
AppGameKit for Python community · Posted in RuntimeWarning: Image raw:grass.png is too large, resizing to 0x0
AppGameKit for Python community · Posted in RuntimeWarning: Image raw:grass.png is too large, resizing to 0x0
AppGameKit for Python community · Created a new topic RuntimeWarning: Image raw:grass.png is too large, resizing to 0x0