Align patterns better around what UI components are. Move script related controllers to scripts folder
This commit is contained in:
5
scripts/controllers/game/modes/9_ball.gd
Normal file
5
scripts/controllers/game/modes/9_ball.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
class_name Ball9 extends LastBallMode
|
||||
|
||||
|
||||
func _init() -> void:
|
||||
final_ball_name = "09_ball"
|
||||
Reference in New Issue
Block a user