Home
last modified time | relevance | path

Searched refs:scrollSpeedX (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DLevelBuilder.java104 …final float scrollSpeedX = Math.min((float)(width - params.gameWidth) / (levelWidth - params.gameW… in buildBackground() local
108 scroller3.setScrollSpeed(scrollSpeedX, scrollSpeedY); in buildBackground()