public class Properties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
FRICTION
every frame, character's SpeedX is reduced with this value.
|
int |
GRAVITY
every frame, character's SpeedY is reduced with this value.
|
Constructor and Description |
---|
Properties() |
public final int FRICTION
public final int GRAVITY