|
|
|
|
|
by manchmalscott
1139 days ago
|
|
I definitely recommend GDScript, especially if you are using Godot 4 / GDScript 2. The language was designed to be used in Godot to make games, and in my opinion it’s very good at that. The editor integration is great, defining export variables for the inspector, adding doc comments that show up in the built in help viewer, dragging nodes and files into your script to get their onready and preload paths, etc… It’s just really nice to use, and takes literally a day to become proficient. |
|