Devlogs
v0.11b: dialogue hotfix update
Edac-SacA browser Edac-Sac made in HTML5
v0.11b
- Fixed Dialogue UI somewhat. It turns out that accounting for varying resolutions is difficult. I'll put some more research into making it consistent.
- Fixed Name Bug where all the names were completely deleted because I renamed the variable from "name" to "Name" because "name" clashed with the preexisting name "name" in "GameObject.name" thus changing the name "Name" from "name" to "Name" unnamed all previous names stored in "name" to null values.