This website requires JavaScript.
Explore
Help
Sign In
itdominator
/
Billiards
Watch
1
Star
0
Fork
0
You've already forked Billiards
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
409680b94a1b6e95ffe341295c56b8248b5073e1
Billiards
/
controllers
/
game
/
modes
/
8_ball.gd
6 lines
91 B
GDScript3
Raw
Normal View
History
Unescape
Escape
`major refactor(game-modes): centralize scoring and turn handling` * Move common ball recording, scoring, and turn-switching logic into `BaseMode` * Add hooks for mode-specific ball handling and turn behavior * Simplify 8-ball and 9-ball modes to use `LastBallMode` * Update Snooker to use the new ball-processing hooks * Remove duplicated scoring and turn-management code
2026-08-13 00:16:09 -05:00
class_name
Ball8
extends
LastBallMode
push project up sabs assets
2026-08-07 02:50:54 -05:00
`major refactor(game-modes): centralize scoring and turn handling` * Move common ball recording, scoring, and turn-switching logic into `BaseMode` * Add hooks for mode-specific ball handling and turn behavior * Simplify 8-ball and 9-ball modes to use `LastBallMode` * Update Snooker to use the new ball-processing hooks * Remove duplicated scoring and turn-management code
2026-08-13 00:16:09 -05:00
func
_init
(
)
-
>
void
:
final_ball_name
=
"
08_ball
"
Reference in New Issue
Copy Permalink