-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
bugSomething isn't workingSomething isn't working
Description
previous code:
var states = {
NO_STATE: {},
DELAY_STATE: {
PROCESS: func():
if state_timer < 0:
set_state(queued_state)
}
}code after using gdformat:
var states = {
NO_STATE: {},
DELAY_STATE:
{
PROCESS:
func():
if state_timer < 0:
set_state(queued_state)
}
}error message: Unindent doesn't match the previous indentation level.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working