This website requires JavaScript.
Explore
Help
Register
Sign In
xiaji
/
game-cards
Watch
1
Star
0
Fork
0
You've already forked game-cards
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bad46b0109380d874aa69f1827d28c719b0b66ff
game-cards
/
.godot
/
uid_cache.bin
1 line
1.3 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: revert // to / in deck.gd (GDScript 4 does not support // operator) 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.
2026-05-30 08:01:07 +08:00