Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Releases: bgempire/bgtext

BGText v0.0.3

16 Feb 17:36

Choose a tag to compare

This version is a important bugfix update! If you use the latest version, update to this version.

  • Due to problems with LibFree, the new version of BGText returned to the shape keys method again
  • All the improvements made by the previous version are still present, including the text flickering fix and the new Id and UpdateText features
  • Code refactoring

BGText v0.0.2

01 Feb 00:04
b665992

Choose a tag to compare

New logic behind characters and new features.

  • Id properties identify specific texts.
  • Messages with subject UpdateText will update texts. Message bodies with All will update all texts and bodies with an specific Id will update only the given texts.
  • New character logic using LibNew and replaceMesh instead of actions and shape keys. This fixes the text blinking when rapidly updating.
  • Text was rotated and transformed.
  • Code refactoring.