- Joined
- Mar 14, 2012
- Messages
- 232
- Reaction score
- 85
- First Language
- english
- Primarily Uses
- N/A
So long story short, I'm trying to figure out how to get a space before every item in my game automatically. I think the text is basically touching the icons and want some distance. Either a script to automatically put a space before the word or a way to move the text over would be greatly appreciated.
I tried changing the "x + 24" in "draw_text(x + 24, y, width, line_height, item.name)" in "Window_Base" under "Draw Item Name" to something higher but got no change.
I tried changing the "x + 24" in "draw_text(x + 24, y, width, line_height, item.name)" in "Window_Base" under "Draw Item Name" to something higher but got no change.
Attachments
-
19.9 KB Views: 2

