BackgroundScroller.reskin C# (CSharp) Method

reskin() public method

public reskin ( ) : void
return void
	public void reskin() {
		if (LevelSelection.CURRENT_THEME == Theme.xmas) {
			backgroundList.Add(xmasGround);
		}
	}
}