Not a big update

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-04-13 22:34:57 +07:00
parent 47a884700f
commit a3bd3b6933
6 changed files with 142 additions and 8 deletions

View File

@@ -26,7 +26,6 @@ function TrainingScene:new()
rotate_left2=false,
rotate_right=false,
rotate_right2=false,
rotate_180=false,
hold=false,
}
self.inputs_waiting2trigger={ -- Used for buffering the input, in case the input is too fast (1f)
@@ -38,7 +37,6 @@ function TrainingScene:new()
rotate_left2=false,
rotate_right=false,
rotate_right2=false,
rotate_180=false,
hold=false,
}
self.paused = false