Naming convention for gdscript from the style guide

TypeRulesExample
Filesnake_casemy_file
ClassPascaCaseCharacterBody, var Body = preload…
Functions and Variablessnake_casefunction, my_variable
Private Functions and Variablessnake_case, prefixed with _ underscore_private_variable
Signalsnake_case, past tensedoor_opened
ConstantUPPERCASE, UNSERSORE_SEPARATEDMY_CONSTANT