mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-18 10:52:36 +01:00
Increase bouncing steps for higher framerate
This commit is contained in:
parent
affb98c8a8
commit
88c757c557
@ -20,7 +20,7 @@ import { MovingObjectLogic } from '../MovingObjectLogic';
|
|||||||
|
|
||||||
export class FurnitureLogic extends 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 static BOUNCING_Z: number = 0.0625;
|
||||||
|
|
||||||
private _sizeX: number;
|
private _sizeX: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user