I’m still in the Blueprint stage, and doubt I’ll be leaving it soon (blueprints are awesome).
Back when I was programming in Visual Basic and C++ and even GML, I could make comments of unlimited size within the project to make sure I knew later what to do with a certain section. It’s difficult for me to get back into the flow of an area of code without notes of this kind (even though I’m getting better at readability, and the Blueprint style is really helping with visualization).
I can add little notes on top of blueprint nodes, and I can add comments to sections, but they’re all single-line, space-limited notes. Where’s the ability to add longer comments? Bigger notes?
At present I don’t want to code different resolutions into my options menu because I need to be doing something else. But, I need to remember which resolutions I’ll eventually be putting in, and I don’t want my notes in different files if I can avoid it (too easily to lose track of). I almost made myself a string select attached to nothing just to point out some of the most common screen resolutions, but then I said “This is stupid” and decided to ask here instead.
I need to keep track of the resolutions because I need to keep some resolutions in mind while designing the visuals and choosing the right zoom for my sprites. I’d like to be able to stick this info into a little sticky note within the program, right on the options menu where I will eventually code the resolutions, but it seems I can’t do that, or at least can’t do it in a way that is simple and looks good. Why is this not possible? Or if it is possible, please help me understand how.