- 2
- Posts
- 4
- Years
- Nowhere and everywhere...
- Seen Mar 28, 2021
Well, I have a question for Essentials v18... I want to make a darker battle UI than the one in Essentials, and I want the move selection screen to have white text and a black shadow, but in the move selection, both the font and the shadow are in white. Do you know where is the script part I need to edit the shadow color? Hope you can help me, and thanks in advance!
EDIT: Nevermind, I fixed it. For anyone that's suffering to this like me, just search "textpos.push" and replace whatever is in there with this
textPos.push([m.name,x,y,2,Color.new(255,255,255),Color.new(0,0,0)])
EDIT: Nevermind, I fixed it. For anyone that's suffering to this like me, just search "textpos.push" and replace whatever is in there with this
textPos.push([m.name,x,y,2,Color.new(255,255,255),Color.new(0,0,0)])
Last edited: