The INTEGER_DIVISION warning in deck.gd:19 is a false positive - both operands are int, so / performs integer division correctly in GDScript 4. Using // caused a parse error (Expected expression after '/' operator), which cascaded to GameController/TrainingController resolution failure.
2 lines
20 B
Plaintext
2 lines
20 B
Plaintext
uid://bprfm0f45hu8e
|