Badger-WEG
New Member
- Nov 18, 2024
- 4
- 0
- 25
I have a rewards gallery, which is a slightly edited version of SmileFlower's (previously called NingNing) Renpy Gallery on itch. Everything works fine, but when you click the imagebutton to view the image fullscreen, it also brings up the textbox.
Here's the relevant code:
I'm not sure why the textbox is appearing, but it is, and it's not ideal for a gallery. Does anybody know how to stop this happening?
Here's the relevant code:
Code:
#All imagebuttons appear like this
add gal.make_button("a1","gallery/u_reward1a.jpg", locked = "gallery/2/locked_3.png")
#Persistent code
gal.button("a1")
gal.condition("persistent.a1")
gal.image("gallery/u_reward1.jpg")