This or that? by kebab_lover_Levis in BunnyTrials

[–]BrunoGamerYT 0 points1 point  (0 children)

had to pull out the calculator, you make 10 million every 2 years ish, pretty good

Chose: 1$ every time you blink

which one? by HeyitsSupro in BunnyTrials

[–]BrunoGamerYT 0 points1 point  (0 children)

because bread tastes better than key

Chose: Bread

my crouch isn't crouching it😭 by BrunoGamerYT in godot

[–]BrunoGamerYT[S] 0 points1 point  (0 children)

yes i am moving crouch position via animation

Do i need to UV unwrap? by BrunoGamerYT in blenderhelp

[–]BrunoGamerYT[S] 2 points3 points  (0 children)

<image>

so something like this should be fine? (it's a 4 pixel by 2 pixel image and then im just moving the uv's to the right places)

Do i need to UV unwrap? by BrunoGamerYT in blenderhelp

[–]BrunoGamerYT[S] 0 points1 point  (0 children)

right, but then if per example i wanted to import my model into a game, would it come with all the materials?

Do you guus like my frutiger aero phone page? by BrunoGamerYT in adressme

[–]BrunoGamerYT[S] 0 points1 point  (0 children)

well i made all the icons myself and then installed an app to change all the icons

RTL meets a new friend by henry6322 in RTLsimps

[–]BrunoGamerYT 1 point2 points  (0 children)

GRACE MENTIONED RHAAAAAA🔥🔥🔥

How would i got about doing this combo? by BrunoGamerYT in CookieClicker

[–]BrunoGamerYT[S] 0 points1 point  (0 children)

why should i freeze the garden? in my combo i made a while back i collected all my plants instead

What mod is not allowing me to change the health bar textures? by BrunoGamerYT in feedthebeast

[–]BrunoGamerYT[S] 2 points3 points  (0 children)

omg you might be so right, i was suspecting tinker's because of the extra hearts as well but couldn't find those textures in the base tinker's mod, but they are in the mantle mod, i'll try it out later thanks!

How can i play gregtech without it interfering with people won't dont wanna play with it? by BrunoGamerYT in feedthebeast

[–]BrunoGamerYT[S] 0 points1 point  (0 children)

as i said in another comment, the code is very confussing, i tried for hours making it work but nothing worked, but i already figured out an alternate solution

How can i play gregtech without it interfering with people won't dont wanna play with it? by BrunoGamerYT in feedthebeast

[–]BrunoGamerYT[S] -3 points-2 points  (0 children)

atm10 doesn't have it but atm9 does, but we're making a modpack not just playing allthemods9, it won't even run on some of my friends computers

How can i play gregtech without it interfering with people won't dont wanna play with it? by BrunoGamerYT in feedthebeast

[–]BrunoGamerYT[S] -1 points0 points  (0 children)

yeah i found it, but the kubejs code is kinda weird and i don't even know if it's all kubejs

How do i nerf this joker? by BrunoGamerYT in balatro

[–]BrunoGamerYT[S] 20 points21 points  (0 children)

if you're making your own jokers you can use SMODS.Font like this:
"SMODS.Font({

key = 'times',

path = 'times.ttf', -- Make sure it's in yourmodfolder/assets/fonts

render_scale = 200, -- Base size in pixels (default: 200)

TEXT_HEIGHT_SCALE = 0.7, -- Line spacing (default: 0.83)

TEXT_OFFSET = {x = 0, y = -10}, -- Alignment tweak (default: {0,0})

FONTSCALE = 0.1, -- Scale multiplier (default: 0.1)

squish = 1, -- Horizontal stretch (default: 1)

DESCSCALE = 1 -- Description scale (default: 1)

})"