kuroneko1996 / cyberlab

jrpg-like game in pygame
MIT License
4 stars 3 forks source link

Add text field for storytelling #2

Closed slemonide closed 7 years ago

slemonide commented 7 years ago

Add a text field where items and characters can write text. It should look like this (doesn't have to be that fancy): JRPG with text field

Text could also be written when player passes certain location for the first time.

slemonide commented 7 years ago

We can also use zone editor from Tiled to denote zones upon entering which text would appear.

EDIT: done in 8c7829887c7d28302a2d856df31c16e208520dce

kuroneko1996 commented 7 years ago

I suggest adding a text typing effect.

slemonide commented 7 years ago

Sounds good. We can also add an optional parameter for text zone triggers to invoke special effects.

slemonide commented 7 years ago

Done probably.