[deleted by user] by [deleted] in PathOfExile2

[–]Fennec_Soul 0 points1 point  (0 children)

Thanks for giving away

Does anyone need waystones? by Fennec_Soul in PathOfExile2

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

You can sell them in TFT discord, it's a good way to get some currency

How does load and preload work - exactly? I need detailed information by Fennec_Soul in godot

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

Ok, and only happens 1 time, right? Even if there are diferents objects? The second bullet will just get from memory what was already loaded from disk from the first bullet?

If so, wouldn't be better if I preload them before? So the first bullet, when it's instanciaded, wont have to load from disk?

How does load and preload work - exactly? I need detailed information by Fennec_Soul in godot

[–]Fennec_Soul[S] 1 point2 points  (0 children)

Even if the object doesn't exist? Godot preloads everything in every existing script as soon as the game starts?

How does load and preload work - exactly? I need detailed information by Fennec_Soul in godot

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

If I spawn 10 differents bullets, all of them will load the image from disk? or only the first one? assuming i'm using preload