Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DLevelBuilder.java105 …final float scrollSpeedY = Math.min((float)(height - params.gameHeight) / (levelHeight - params.ga… in buildBackground() local
108 scroller3.setScrollSpeed(scrollSpeedX, scrollSpeedY); in buildBackground()