Umbigo Preto
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
From what I've gathered, the cat only appears after the construction of its kitchen (nutrition unit).
Nov 19, 2025 12:04 AM
View details
Created comment
I just saw your new WTT Halloween Masks mod, it looks amazing, congratulations! I'm trying to create a Mask mod but when I test it, the mask appears in front of the first-person camera. Do you know how I can fix this in my Unity project? (I think it's related to the Dress script)
Nov 16, 2025 6:11 AM
View details
Created comment
The 3.10.x version is almost ready, I'm finishing fixing first-person export bugs.
I improved the 2k mask texture.
Nov 4, 2025 5:53 AM
View details