Files
godot-docs/tutorials/scripting
Hugo Locurcio 8e2be506e0 Fix incorrect statement in node_type being case-insensitive in Creating script templates
On case-sensitive filesystems, the case must match the actual node name,
so the folder will most likely need to use uppercase characters in its name
(e.g. `MeshInstance3D`).
2024-10-04 03:51:25 +02:00
..