#'''Used space character for indentation instead of tab as used before in the file.gdscript(-1)'''

3 messages · Page 1 of 1 (latest)

vale jewel
#

Godot needs tab indents and not spaces

reef lion
#

More specifically, it needs consistent indentation. You should either always use tabs or always use spaces. The Godot editor by default uses tabs, so it's probably best to stick with tabs

drifting bloom
#

thank you