DoomeDx Posted January 5, 2018 (edited) I was wondering how this is done. I'm working on a puzzle section for my level and I want a floating text label that explains what a specific button does. Quick mock-up I made with photoshop: I'm well known with ACS and have some minor Decorate knowledge Edited January 24, 2020 by DoomeDx 0 Share this post Link to post
Empyre Posted January 5, 2018 You could make a texture with those words on it and otherwise transparent. 0 Share this post Link to post
DoomeDx Posted January 5, 2018 I tried that and it was not very appealing. It also seems unnatural because its fixed and doesnt rotate along with the player. Ive seen a WAD that had floating labels. I just forgot which one it was. But I know it's possible 0 Share this post Link to post
Nevander Posted January 5, 2018 You could create a new actor in DECORATE without gravity and have its only sprite be the words as a sprite. Then with ACS, remove the thing when a condition is fulfilled. 2 Share this post Link to post