summaryrefslogtreecommitdiffstats
path: root/Ship.gd (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09Rework Buoyancy physicsduso-water-touchupsdusoleil1-2/+2
Simplify creating a buoyant object to just extending a class and setting the water plane. Implement a new buoyancy estimation that should be a bit more accurate.
2022-09-16Fix both cameras to follow the boat, but ignore its yawdusoleil1-17/+14
2022-09-15Add a ship camera (swap with Q) for testing world movement and generationdusoleil1-0/+27
2022-09-15Speed up the rotation for the Shipdusoleil1-1/+1
2022-09-15Update movement scripts after Main scene reorganization mergedusoleil1-0/+8