I've successfully made an engine for a point and click game, but I want to know how to put subtitles so you know what the characters are saying. All I know is how to parent text to a background, do I just need to make an invisible layer with a Surface instead of a Sprite?

Recommended Answers

All 2 Replies

You got to let us know a little more, what module are you using, pygame, tkinter, gtk, wx?

You got to let us know a little more, what module are you using, pygame, tkinter, gtk, wx?

I'm using Pygame. I wanted to make a new sprite layer, and put the text box on the new layer, and text on the text box, with the text being editable. Preferably the textbox would be in a module, for use with other games too.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.