fatshark-mods/bestiary

Bestiary changes the preview camera for the

Closed this issue · 1 comments

This mod changes the default camera position of MenuWorldPreviewer, which leads to an incorrect preview view for hats in the store.

This is on the current beta branch.

mod:hook_safe(MenuWorldPreviewer, "on_enter", function (self)
self._camera_default_position = {
z = 1,
x = 0,
y = 2.5
}

image

Fixed in #2