- Jun 29, 2021
- 654
- 1,015
Played it, liked it and will come back for episode 3. But please get rid of the sprites, they are so irritating! IM(not so)HO.
ThanksYou must be registered to see the links
Win:You must be registered to see the links-You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
See two posts above yours.... it's already in progress just needs a bit patience.someone please make a compressed version
On my laptop, the text is virtually unreadable. It's white on a very bright background. It needs an opaque textbox. Also, and this is a personal preference, having an image sliding in every time the text changes gets very annoying very fast.
init 1090 python:
def replace_text(t1):
t1 = t1.replace("original_name", "madeup_name")
t1 = t1.replace("original_name2", "madeup_name2")
return t1
config.replace_text = replace_text