ios-打地鼠 小游戏.zip

时间:2022-07-31 12:22:20
【文件属性】:

文件名称:ios-打地鼠 小游戏.zip

文件大小:2.11MB

文件格式:ZIP

更新时间:2022-07-31 12:22:20

游戏源码

外挂: 将代码 /*设置定时器*/ _timer = [NSTimer timerWithTimeInterval:2 target:self selector:@selector(play) userInfo:nil repeats:YES]; [[NSRunLoop currentRunLoop]addTimer:_timer forMode:NSDefaultRunLoopMode]; 改为: /*每秒刷新60次的定时器*/ _time = [CADisplayLink displayLinkWithTarget:self selector:@selector(play)]; /*将定时器添加到应用循环中*/ [_time addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];


【文件预览】:
打地鼠
----定时器的使用()
--------main.m(342B)
--------location.plist(1KB)
--------1.jpg(29KB)
--------3.jpg(27KB)
--------AppDelegate.h(285B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------myApp.h(377B)
--------背景音乐.wav(1.34MB)
--------myApp.m(439B)
--------开始.mp3(60KB)
--------ViewController.h(223B)
--------Images.xcassets()
--------2.png(560KB)
--------Info.plist(1KB)
--------ViewController.m(6KB)
--------打击.mp3(38KB)
----定时器的使用.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)
--------xcuserdata()
----项目说明.txt(560B)
----.DS_Store(6KB)
----定时器的使用Tests()
--------______Tests.m(864B)
--------Info.plist(748B)

网友评论