If you have a multi-line IF statement, the default indentation may be a bit difficult to read:
If SomeConditionA _
AndAlso SomeConditionB _
AndAlso SomeConditionC Then
DoSomething()
End If
If you have a multi-line IF statement, the default indentation may be a bit difficult to read:
If SomeConditionA _
AndAlso SomeConditionB _
AndAlso SomeConditionC Then
DoSomething()
End If
Please forgive me if my terminology is incorrect, because I am a newbie in game programming. I have been studying some open source projects and noticed that some sprites are divided into several fi