this post was submitted on 23 Jul 2024
1 points (100.0% liked)

Godot

5641 readers
21 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
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 month ago

print("AAAAAAAAAA")

A possum hissing with a red filter and the text AAAAAA

[–] [email protected] 0 points 1 month ago

This saved a lot of time for me, because I like to use the tabs for indent, but ChatGPT and Gemini don't, which throws error if mixed in the same script.

[–] [email protected] 0 points 1 month ago

This specific problem is better solved with EditorConfig. It’s not clear to me if the Godot editor supports it out of the box, I can’t find any plugins for it, and I don’t have access to my dev box right now to test so this might be a note if you’re using an external editor!

[–] [email protected] 0 points 1 month ago

This is life-changing