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);
});
"
>
Recent Activity
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
Liked comment
can you please upgrade to spt 4.0.0? thank you for the mod
Oct 20, 2025 1:25 PM
View details
Created comment
Yes I intend to make version 3.10.X and 4.0.X soon, at the moment I am building a new proximity VOIP + Walkie-Talkie mod to use with FIKA so this is taking me a bit of time
Oct 20, 2025 1:25 PM
View details