Increase bouncing steps for higher framerate

This commit is contained in:
Bill 2021-07-17 03:25:32 -04:00
parent affb98c8a8
commit 88c757c557

View File

@ -20,7 +20,7 @@ import { MovingObjectLogic } from '../MovingObjectLogic';
export class FurnitureLogic extends MovingObjectLogic
{
private static BOUNCING_STEPS: number = 8;
private static BOUNCING_STEPS: number = 20;
private static BOUNCING_Z: number = 0.0625;
private _sizeX: number;