* add Free Ball game mode and lobby selection * refactor base mode ball state tracking for reaped/sunk balls * add player ownership tracking and colored-ball support * add initial 9-ball mode implementation * update 8-ball and snooker modes to use base ball handling * replicate ball linear velocity for multiplayer synchronization * improve ball collision sound propagation and physics settings * reenable game music and initialize game signals * improve lobby input focus and mode selection behavior * adjust cue impulse origin and default game mode
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://c5jdawgemyqu8"]
|
|
|
|
[ext_resource type="Script" uid="uid://cnjaupry2q5aj" path="res://controllers/game/modes/snooker.gd" id="1_3fw5q"]
|
|
|
|
[node name="free_ball" type="Node"]
|
|
script = ExtResource("1_3fw5q")
|