Logo white

GitLab

liangchengyou / wow_english

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wow_english
  • ios
  • Runner
  • Wowgame
  • Classes
  • game_animal
  • AniHUDLayer.h
  • 游戏源码添加编译(现存问题:游戏内点击exit会闪退,游戏vc退出不会消失声音)
    5daad4bc
    xiaoyu authored
    2024-04-19 17:46:14 +0800  
    Browse Code »
AniHUDLayer.h 371 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
//
//  AniHUDLayer.h
//  SteveMaggieCpp
//
//  Created by Katarzyna Kalinowska-Górska on 17.05.2017.
//
//

#ifndef AniHUDLayer_h
#define AniHUDLayer_h

#include "cocos2d.h"


class AniHUDLayer : public cocos2d::Layer
{
public:
    static constexpr int HUDZOrder {1000};
    static AniHUDLayer* create();
    virtual bool init() override;
};

#endif /* AniMapLayer_h */