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.
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
Godot Engine v4.6.3.stable.official.7d41c59c4 - https://godotengine.org
|
|
|
|
GameController loaded: (res://src/game/game_controller.gd):<GDScript#-9223372009524689480>
|
|
TrainingController loaded: (res://src/game/training_controller.gd):<GDScript#-9223372007477869127>
|