Skip to content

Commit

Permalink
cclcc/fix-adv-coords: make line spacing, text start and maxwidth clos…
Browse files Browse the repository at this point in the history
…er to C;C
  • Loading branch information
Enorovan committed Oct 23, 2024
1 parent 378a2a8 commit bd84151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion profiles/cclcc/dialogue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ root.Dialogue = {
REVOutlineMode = 0,
REVNameOutlineMode = 2,
NVLBounds = { X = 188, Y = 128, Width = 1536, Height = 600 },
ADVBounds = { X = 330, Y = 815, Width = 1320, Height = 270 },
ADVBounds = { X = 330, Y = 800, Width = 1250, Height = 270 },
ADVBoxSprite = "ADVBox",
ADVBoxMask = "ADVBoxMask",
ADVBoxNamePlateMainSprites = {},
Expand Down
2 changes: 1 addition & 1 deletion profiles/cclcc/font-lb-italic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ root.Fonts = {
OutlineOffset = { X = -13, Y = -13 },
BitmapEmWidth = 48,
BitmapEmHeight = 48,
LineSpacing = 14,
LineSpacing = 5,
}
};

Expand Down

0 comments on commit bd84151

Please sign in to comment.