Skip to content

Commit

Permalink
Merge pull request #52 from Beastslash/Sudobeast-patch-1
Browse files Browse the repository at this point in the history
Fix instruction with ThemeName
  • Loading branch information
Christian Toney authored Mar 3, 2023
2 parents 2e8323f + 8beb031 commit 0b4efa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/NPCSettingsTemplate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ return {

TextBoundsOffset = 30; -- If General.FitName is true, this value will be added to the TextBounds offset of the NPC's name.

ThemeName = ""; -- Change this to the NPC's name. [accepts string]
ThemeName = ""; -- Change this to the theme's name. [accepts string]

LetterDelay = 0.025; -- Change this to the amount of seconds you want to wait before the next letter in the NPC's message is shown. [accepts number >= 0]

Expand Down

0 comments on commit 0b4efa6

Please sign in to comment.