mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add drawgridlayer loadsomething
This commit is contained in:
parent
b6a6e4da12
commit
d06840de3e
1 changed files with 2 additions and 0 deletions
|
@ -1016,6 +1016,8 @@ class DrawGridLayer : cocos2d::CCLayer {
|
|||
m_player2NodePoints->removeAllObjects();
|
||||
}
|
||||
|
||||
void loadTimeMarkers(gd::string guidelines) = mac 0x94010;
|
||||
|
||||
std::array<cocos2d::CCPoint, 400>* m_commonLines;
|
||||
std::array<cocos2d::CCPoint, 200>* m_yellowGuidelines;
|
||||
std::array<cocos2d::CCPoint, 200>* m_greenGuidelines;
|
||||
|
|
Loading…
Reference in a new issue