GiGaMaskTime/GIGA/Common/LXDanMuManager/LXDanMuManagerConfig.h

20 lines
477 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// LXDanMuManagerConfig.h
// LXAnimationTest
//
// Created by lianxiang on 2018/8/14.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#ifndef LXDanMuManagerConfig_h
#define LXDanMuManagerConfig_h
//轨道中弹幕的最小间距
#define TRACK_HORIZONTAL_PADDING 10
//轨道与轨道的纵向间距
#define TRACK_VERTICAL_PADDING 10
//轨道的高度轨道上的View不能超过此高度
#define TRACK_HEIGHT 60
#endif /* LXDanMuManagerConfig_h */