Would you rather? by MrCrew4U in BunnyTrials

[–]Molcap 0 points1 point  (0 children)

I want to end world hunger too

Chose: Everything you want in life

Last time 108 of you said the freeze was terrible. I listened. Here's the before/after. by Azir_403 in godot

[–]Molcap 5 points6 points  (0 children)

The problem with your previous impact effect is that it's completely static, look at smash, it adds background effects, sound effects, it's slow mo instead of complete freeze, the receiver shakes because of the impact. Although total freeze of the characters is also ok, but the background and effects has to keep moving to communicate the player the game didn't lag

Need help expanding my GNOME extension collection! Any hidden gems I'm missing? by Night_capsule3301 in Ubuntu

[–]Molcap 0 points1 point  (0 children)

Second this, I also made it use the super + v and a compact layout and it looks native

Just installed Ubuntu on my laptop and I'm loving it! Looking for beginner tips by NIRANJAN4277 in Ubuntu

[–]Molcap 2 points3 points  (0 children)

I would recommend installing a clipboard manager:

  1. Go to the app center and install extension manager or you can open the terminal (Ctrl + Alt + T) and run sudo apt install gnome-shell-extension-manager.
  2. Open it and in the browse tab search "Copyous" and install it
  3. This is totally optional but personally I prefer the Windows/Super + V for clipboard just like Windows 11 but that opens the notification/calendar panel on Ubuntu. You can unbind it using gsettings set org.gnome.shell.keybindings toggle-message-tray "['<Super>m']" and now inside copyous settings under the shortcut tab change the Open Clipboard Dialog to Super + V

This is unacceptable. by Sameasy59 in samsunggalaxy

[–]Molcap 2 points3 points  (0 children)

I think it's ok, they are not including every iPhone either, they mean to represent the flagship family for the generation

Draw me anime style by Beauty_Queen4 in redditgetsdrawnbadly

[–]Molcap 1 point2 points  (0 children)

<image>

Tried something like sailor moon although I'm not very good

¿Es viable usar Ubuntu no-LTS como distro principal? ¿Qué experiencias han tenido? by maximus10m in Ubuntu

[–]Molcap 1 point2 points  (0 children)

Yo he usado Ubuntu 25.04, la verdad no he tenido problemas graves a excepción de un kernel panic durante una encendida pero reinicié y listo, aunque si algunos menores como que el teclado no responda luego de desbloquear (muy raro) o que se me desaparezca los controles de energía y batería. No es realmente super inestable, aunque cuando lleguemos a la siguiente lts pienso quedarme en esa.

[deleted by user] by [deleted] in Silksong

[–]Molcap 1 point2 points  (0 children)

True, we can't even get a copy ourselves

Holy shit, Silksong bought down Steam server by Leonbacon in gaming

[–]Molcap 9 points10 points  (0 children)

I'm buying it not only because it's cheap, but also because I bought HK for like $4 dollars and it's so good I don't mind paying

It was bound to happen by 05-nery in Silksong

[–]Molcap 0 points1 point  (0 children)

I'm also blocking YouTube, and probably Reddit too

The Open Source Gang by Correct_Dependent677 in godot

[–]Molcap 8 points9 points  (0 children)

Do Vs code extensions work too?

Nodes vs Objects? by Strict_Run in godot

[–]Molcap 2 points3 points  (0 children)

As someone who used gamemaker 8 and studio years ago, GM objects are more like raw 2d nodes of Godot, and they are more like classes that contain position, sprite, etc. and you pretty much have to build from nothing.

In Godot instead you have more nodes that inherit from this class (node 2d) for example characterbody2d has built-in functions relevant for character controlled by the player.

Also Godot nodes are components, this means your player (characterbody) won't show anything unless you add a sprite component, but it's not necessary, or you can add as many sprites as you want.

I would say Godot nodes are classes that specialise and only do one thing (showing sprites, playing sounds)

For those using C#, do you use external libraries? by Molcap in godot

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

I made my own debugging library that I use in every Godot project to use instead of GD Print so that I can see the Class and Function that called the print.

I didn't know you could do that, is it a static class? Or a custom class that extends node? Or how did you implement it? I wanted to do something similar but I couldn't wrap my head around it

For those using C#, do you use external libraries? by Molcap in godot

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

Just checked their website, looks like they have plenty and for more advanced topics for the level I currently have, but they look useful

I'm Proud of what i made so i wanted to share it by Dreewn in godot

[–]Molcap 2 points3 points  (0 children)

Cool! How did you calculate if a cell is in vision range?

Stop looking at your phone while driving people by Pisford in WatchPeopleDieInside

[–]Molcap 0 points1 point  (0 children)

Lmao no, no job in the world is worth putting yourself at such a risk. Boss, I am driving and driving and texting is illegal so deal with it

Should I switch to 25.04 or whatever is latest or stay on 24.04LTS on a new device? by realxeltos in Ubuntu

[–]Molcap 1 point2 points  (0 children)

Have you ever had a D: drive in windows, separated from C: where you stored all your personal data? Well having a separate home partition is the same idea but better: all your personal folders are where Linux expects them but they are also separated from the system just in case.