this post was submitted on 09 Oct 2023
14 points (100.0% liked)

Godot

5663 readers
18 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
 

Why is there a load() at all?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago (1 children)

I personally have a 'game launcher' for all my separate projects which I'll usually only launch one from, so I exclusively use load()

[–] [email protected] 3 points 11 months ago (1 children)

Why did you do that? I've always just used the project manager. Is it that version manager plugin that was posted here a while ago?

[–] [email protected] 1 points 11 months ago (1 children)

Ngl cause all my code is a mess and I have a lot of 'addons' that I don't want to separate out but also haven't been finished independently yet. Its my ADHD workflow but it works for me, its all just one disgustingly large project

[–] [email protected] 2 points 11 months ago (1 children)

So, something that might never see the light of a public release?

[–] [email protected] 2 points 11 months ago

Oh my yes definitely, don't follow my bad practices for release