Skip to content

Commit bfabfeb

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 9de82c6 commit bfabfeb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

lib/gameset.lua

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,17 @@ function Cryptid.intro_info(args)
429429
G.OVERLAY_TUTORIAL.button_listen = args.button_listen
430430
end
431431
if not args.no_button then
432-
G.OVERLAY_TUTORIAL.Jimbo:add_button(
433-
button.button,
434-
button.func,
435-
button.colour,
436-
button.update_func,
437-
true
432+
G.OVERLAY_TUTORIAL.Jimbo:add_button(
433+
button.button,
434+
button.func,
435+
button.colour,
436+
button.update_func,
437+
true
438+
)
439+
end
440+
G.OVERLAY_TUTORIAL.Jimbo:say_stuff(
441+
2 * #(Cryptid.safe_get(G, "localization", "misc", "tutorial", args.text_key) or {}) + 1
438442
)
439-
end
440-
G.OVERLAY_TUTORIAL.Jimbo:say_stuff(2 * #(Cryptid.safe_get(G, "localization", "misc", "tutorial", args.text_key) or {}) + 1)
441443
if args.snap_to then
442444
G.E_MANAGER:add_event(
443445
Event({

0 commit comments

Comments
 (0)