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
297a68d0967845ea0fbf1b4473a8095e0341d17b
game-cards
/
.godot
/
.gdignore
2 lines
1 B
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
Reference in New Issue
Copy Permalink