Godot Style Guide
Godot uses a style guide based on Python. Generally snake_case should be used, except for classes and nodes where PascalCase should be used. Finally constant values should use CONSTANT_CASE
Most important is that you are consistent with how you set out your code.