Hello, in my project i had modified
def draw_name
nameWidth = self.bitmap.text_size(@battler.name).width
nameOffset = 0
nameOffset = nameWidth - 130 if nameWidth > 130
pbDrawTextPositions(self.bitmap,
[[@battler.name, @spriteBaseX + 8 - nameOffset, 12, false, NAME_BASE_COLOR, NAME_SHADOW_COLOR]]
)
end
With that, it show my "pokemon" name even if it's long :
View attachment 18952
But after the update it changed and i can't find the code what changed in the Essentials Deluxe folder, this is how it see now :
View attachment 18953
Anyone can help me, please? Thanks.