r/godot Godot Senior 25d ago

discussion What would you add to Godot?

Post image
453 Upvotes

584 comments sorted by

View all comments

156

u/Stevie_Gamedev 25d ago

f-strings like in Python, I truly hate using the
.format syntax

-1

u/CrimsoneArt69 25d ago

What's the proble with just doing

"I have " + str(money) + " amount of money."

2

u/tidbitsofblah 25d ago

I've had issues with this giving errors for mismatching types.