mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
[ios] Fix UIKit example.
This commit is contained in:
parent
1b6ace271f
commit
f9fb7a3b0c
@ -27,7 +27,7 @@
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
SpineUIView *spineView = [[SpineUIView alloc] initWithAtlasFileName:@"spineboy.atlas"
|
||||
SpineUIView *spineView = [[SpineUIView alloc] initWithAtlasFileName:@"spineboy-pma.atlas"
|
||||
skeletonFileName:@"spineboy-pro.skel"
|
||||
bundle:[NSBundle mainBundle]
|
||||
controller:self.spineController
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user