GuillemBarroso / CLing

2D survival game using command line
MIT License
3 stars 1 forks source link

Refactor Text object #66

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

Now we have a Text object instead of a Selection.

Then, Text() main contain a selection or not. And if it does, it can be deleted or substituted.

Still pending to investigate how to delete properly both selections and words.