示例#1
0
 private void MoveBackground(float offset)
 {
     _bgOffset += offset / 100;
     CurrentWorld.SetTextureBackgroundOffset(_bgOffset, 0);
 }