在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → iOS飞行射击游戏源码

iOS飞行射击游戏源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:90.76M
  • 下载次数:4
  • 浏览次数:121
  • 发布时间:2020-07-25
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
swift代码。xcode编译源码。一款飞行射击游戏,图片资源请不要盗用,仅用于学习。怪物会不断变强,多个人物可供选择。人物技能可升级。金币系统已加入。
【实例截图】
【核心代码】
Legend-Wings-master
├── Legend-Wings-master
│   ├── Angelica Fighti
│   │   ├── AppDelegate.swift
│   │   ├── Assets.xcassets
│   │   │   ├── AppIcon.appiconset
│   │   │   │   └── Contents.json
│   │   │   ├── Contents.json
│   │   │   └── SoundEffects
│   │   │   ├── Contents.json
│   │   │   ├── getcoin.m4a.dataset
│   │   │   │   ├── Contents.json
│   │   │   │   └── getcoin.m4a
│   │   │   └── puff.m4a.dataset
│   │   │   ├── Contents.json
│   │   │   └── puff.m4a
│   │   ├── Base.lproj
│   │   │   └── LaunchScreen.storyboard
│   │   ├── CharacterMenuScene.swift
│   │   ├── Classes
│   │   │   ├── AccountInfo.swift
│   │   │   ├── BulletMaker.swift
│   │   │   ├── Enemy
│   │   │   │   ├── Boss
│   │   │   │   │   ├── Bomber.swift
│   │   │   │   │   └── Pinky.swift
│   │   │   │   ├── Enemy.swift
│   │   │   │   ├── EnemyModel.swift
│   │   │   │   ├── Fireball.swift
│   │   │   │   └── RegularEnemy.swift
│   │   │   ├── GameInfo.swift
│   │   │   ├── Global.swift
│   │   │   ├── Infobar.swift
│   │   │   ├── Map.swift
│   │   │   └── Toon.swift
│   │   ├── EndGame.swift
│   │   ├── Extensions.swift
│   │   ├── Gif
│   │   │   ├── Intro.gif
│   │   │   ├── midgame.gif
│   │   │   ├── selection.gif
│   │   │   ├── startgame.gif
│   │   │   ├── v3_5_1-1.gif
│   │   │   ├── v3_5_1-2.gif
│   │   │   ├── v3_5_1-3.gif
│   │   │   └── v3_5_1-4.gif
│   │   ├── Info.plist
│   │   ├── MainScene.swift
│   │   ├── Resources
│   │   │   ├── BGM
│   │   │   │   └── begin.m4a
│   │   │   ├── Fonts
│   │   │   │   ├── Quebab-Shadow-ffp.ttf
│   │   │   │   ├── Sansani Fonts - Cartwheel.otf
│   │   │   │   ├── famifont.ttf
│   │   │   │   └── gradientMonoTone.fsh
│   │   │   ├── Images
│   │   │   │   ├── Atlas
│   │   │   │   │   ├── CharacterScene.atlas
│   │   │   │   │   │   ├── character_menu_1.png
│   │   │   │   │   │   ├── character_menu_10.png
│   │   │   │   │   │   ├── character_menu_11.png
│   │   │   │   │   │   ├── character_menu_12.png
│   │   │   │   │   │   ├── character_menu_13.png
│   │   │   │   │   │   ├── character_menu_14.png
│   │   │   │   │   │   ├── character_menu_15.png
│   │   │   │   │   │   ├── character_menu_16.png
│   │   │   │   │   │   ├── character_menu_17.png
│   │   │   │   │   │   ├── character_menu_18.png
│   │   │   │   │   │   ├── character_menu_19.png
│   │   │   │   │   │   ├── character_menu_2.png
│   │   │   │   │   │   ├── character_menu_20.png
│   │   │   │   │   │   ├── character_menu_21.png
│   │   │   │   │   │   ├── character_menu_22.png
│   │   │   │   │   │   ├── character_menu_3.png
│   │   │   │   │   │   ├── character_menu_4.png
│   │   │   │   │   │   ├── character_menu_5.png
│   │   │   │   │   │   ├── character_menu_6.png
│   │   │   │   │   │   ├── character_menu_7.png
│   │   │   │   │   │   ├── character_menu_8.png
│   │   │   │   │   │   ├── character_menu_9.png
│   │   │   │   │   │   └── index.docx
│   │   │   │   │   ├── Enemy.atlas
│   │   │   │   │   │   ├── Boss_Sprite.atlas
│   │   │   │   │   │   │   ├── Boss_1
│   │   │   │   │   │   │   │   ├── attack.atlas
│   │   │   │   │   │   │   │   │   └── enemy_attack_ball.png
│   │   │   │   │   │   │   │   ├── boss-1-main.png
│   │   │   │   │   │   │   │   ├── die.atlas
│   │   │   │   │   │   │   │   │   ├── boss_1_die1.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die10.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die11.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die12.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die13.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die14.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die15.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die16.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die17.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die18.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die2.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die3.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die4.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die5.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die6.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die7.png
│   │   │   │   │   │   │   │   │   ├── boss_1_die8.png
│   │   │   │   │   │   │   │   │   └── boss_1_die9.png
│   │   │   │   │   │   │   │   └── movement.atlas
│   │   │   │   │   │   │   │   ├── boss_1_movement1.png
│   │   │   │   │   │   │   │   ├── boss_1_movement2.png
│   │   │   │   │   │   │   │   ├── boss_1_movement3.png
│   │   │   │   │   │   │   │   └── boss_1_movement4.png
│   │   │   │   │   │   │   └── Boss_2_Pinky
│   │   │   │   │   │   │   ├── Pinky-Index-word.docx
│   │   │   │   │   │   │   ├── boss_2_sprite1.png
│   │   │   │   │   │   │   ├── boss_2_sprite10.png
│   │   │   │   │   │   │   ├── boss_2_sprite11.png
│   │   │   │   │   │   │   ├── boss_2_sprite12.png
│   │   │   │   │   │   │   ├── boss_2_sprite13.png
│   │   │   │   │   │   │   ├── boss_2_sprite14.png
│   │   │   │   │   │   │   ├── boss_2_sprite15.png
│   │   │   │   │   │   │   ├── boss_2_sprite16.png
│   │   │   │   │   │   │   ├── boss_2_sprite17.png
│   │   │   │   │   │   │   ├── boss_2_sprite2.png
│   │   │   │   │   │   │   ├── boss_2_sprite3.png
│   │   │   │   │   │   │   ├── boss_2_sprite4.png
│   │   │   │   │   │   │   ├── boss_2_sprite5.png
│   │   │   │   │   │   │   ├── boss_2_sprite6.png
│   │   │   │   │   │   │   ├── boss_2_sprite7.png
│   │   │   │   │   │   │   ├── boss_2_sprite8.png
│   │   │   │   │   │   │   └── boss_2_sprite9.png
│   │   │   │   │   │   ├── Fireball.atlas
│   │   │   │   │   │   │   ├── enemy_fireball_aura_1.png
│   │   │   │   │   │   │   ├── enemy_fireball_aura_2.png
│   │   │   │   │   │   │   ├── enemy_fireball_aura_3.png
│   │   │   │   │   │   │   ├── enemy_fireball_aura_4.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_1.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_2.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_3.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_4.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_5.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_6.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_7.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_8.png
│   │   │   │   │   │   │   ├── enemy_fireball_face_9.png
│   │   │   │   │   │   │   ├── enemy_fireball_smoke_1.png
│   │   │   │   │   │   │   ├── enemy_fireball_smoke_2.png
│   │   │   │   │   │   │   ├── enemy_fireball_smoke_3.png
│   │   │   │   │   │   │   ├── enemy_fireball_smoke_4.png
│   │   │   │   │   │   │   ├── enemy_fireball_smoke_5.png
│   │   │   │   │   │   │   ├── enemy_fireball_smoke_6.png
│   │   │   │   │   │   │   └── enemy_fireball_tracker_1.png
│   │   │   │   │   │   └── Regular_Monsters.atlas
│   │   │   │   │   │   ├── Bluer.atlas
│   │   │   │   │   │   │   ├── enemy_blue_1.png
│   │   │   │   │   │   │   ├── enemy_blue_2.png
│   │   │   │   │   │   │   ├── enemy_blue_3.png
│   │   │   │   │   │   │   ├── enemy_blue_4.png
│   │   │   │   │   │   │   ├── enemy_blue_5.png
│   │   │   │   │   │   │   ├── enemy_blue_6.png
│   │   │   │   │   │   │   ├── enemy_blue_7.png
│   │   │   │   │   │   │   └── enemy_blue_8.png
│   │   │   │   │   │   ├── Grenner.atlas
│   │   │   │   │   │   │   ├── enemy_green_1.png
│   │   │   │   │   │   │   ├── enemy_green_2.png
│   │   │   │   │   │   │   ├── enemy_green_3.png
│   │   │   │   │   │   │   ├── enemy_green_4.png
│   │   │   │   │   │   │   ├── enemy_green_5.png
│   │   │   │   │   │   │   └── enemy_green_6.png
│   │   │   │   │   │   ├── Purpler.atlas
│   │   │   │   │   │   │   ├── enemy_purple_1.png
│   │   │   │   │   │   │   ├── enemy_purple_2.png
│   │   │   │   │   │   │   ├── enemy_purple_3.png
│   │   │   │   │   │   │   ├── enemy_purple_4.png
│   │   │   │   │   │   │   ├── enemy_purple_5.png
│   │   │   │   │   │   │   ├── enemy_purple_6.png
│   │   │   │   │   │   │   └── enemy_purple_7.png
│   │   │   │   │   │   ├── Redder.atlas
│   │   │   │   │   │   │   ├── enemy_red_1.png
│   │   │   │   │   │   │   ├── enemy_red_2.png
│   │   │   │   │   │   │   ├── enemy_red_3.png
│   │   │   │   │   │   │   ├── enemy_red_4.png
│   │   │   │   │   │   │   ├── enemy_red_5.png
│   │   │   │   │   │   │   ├── enemy_red_6.png
│   │   │   │   │   │   │   └── enemy_red_7.png
│   │   │   │   │   │   ├── default_regular_dead.atlas
│   │   │   │   │   │   │   ├── puff_regular1.png
│   │   │   │   │   │   │   ├── puff_regular10.png
│   │   │   │   │   │   │   ├── puff_regular11.png
│   │   │   │   │   │   │   ├── puff_regular12.png
│   │   │   │   │   │   │   ├── puff_regular13.png
│   │   │   │   │   │   │   ├── puff_regular14.png
│   │   │   │   │   │   │   ├── puff_regular15.png
│   │   │   │   │   │   │   ├── puff_regular16.png
│   │   │   │   │   │   │   ├── puff_regular17.png
│   │   │   │   │   │   │   ├── puff_regular18.png
│   │   │   │   │   │   │   ├── puff_regular2.png
│   │   │   │   │   │   │   ├── puff_regular3.png
│   │   │   │   │   │   │   ├── puff_regular4.png
│   │   │   │   │   │   │   ├── puff_regular5.png
│   │   │   │   │   │   │   ├── puff_regular6.png
│   │   │   │   │   │   │   ├── puff_regular7.png
│   │   │   │   │   │   │   ├── puff_regular8.png
│   │   │   │   │   │   │   └── puff_regular9.png
│   │   │   │   │   │   ├── enemy_1_main.png
│   │   │   │   │   │   ├── enemy_2_main.png
│   │   │   │   │   │   ├── enemy_3_main.png
│   │   │   │   │   │   ├── enemy_4_main.png
│   │   │   │   │   │   ├── enemy_5_main.png
│   │   │   │   │   │   ├── enemy_6_main.png
│   │   │   │   │   │   └── enemy_7_main.png
│   │   │   │   │   ├── GUI.atlas
│   │   │   │   │   │   ├── PlayButton.png
│   │   │   │   │   │   └── StoreButton.png
│   │   │   │   │   ├── HUD.atlas
│   │   │   │   │   │   └── hud_gold.atlas
│   │   │   │   │   │   ├── hud_gold_0.png
│   │   │   │   │   │   ├── hud_gold_1.png
│   │   │   │   │   │   ├── hud_gold_10.png
│   │   │   │   │   │   ├── hud_gold_2.png
│   │   │   │   │   │   ├── hud_gold_3.png
│   │   │   │   │   │   ├── hud_gold_4.png
│   │   │   │   │   │   ├── hud_gold_5.png
│   │   │   │   │   │   ├── hud_gold_6.png
│   │   │   │   │   │   ├── hud_gold_7.png
│   │   │   │   │   │   ├── hud_gold_8.png
│   │   │   │   │   │   └── hud_gold_9.png
│   │   │   │   │   ├── Items.atlas
│   │   │   │   │   │   ├── Gold.atlas
│   │   │   │   │   │   │   ├── gold_action1.png
│   │   │   │   │   │   │   ├── gold_action2.png
│   │   │   │   │   │   │   ├── gold_action3.png
│   │   │   │   │   │   │   ├── gold_action4.png
│   │   │   │   │   │   │   ├── gold_action5.png
│   │   │   │   │   │   │   ├── gold_action6.png
│   │   │   │   │   │   │   ├── gold_main.png
│   │   │   │   │   │   │   └── old
│   │   │   │   │   │   │   ├── action1.png
│   │   │   │   │   │   │   ├── action2.png
│   │   │   │   │   │   │   ├── action3.png
│   │   │   │   │   │   │   ├── action4.png
│   │   │   │   │   │   │   ├── action5.png
│   │   │   │   │   │   │   ├── action6.png
│   │   │   │   │   │   │   └── main.png
│   │   │   │   │   │   ├── Projectiles.atlas
│   │   │   │   │   │   │   └── bulletLater.png
│   │   │   │   │   │   └── toon_1_classic_1.png
│   │   │   │   │   ├── Map.atlas
│   │   │   │   │   │   └── map1.atlas
│   │   │   │   │   │   ├── map1_1.png
│   │   │   │   │   │   ├── map1_2.png
│   │   │   │   │   │   ├── map1_3.png
│   │   │   │   │   │   ├── map1_4.png
│   │   │   │   │   │   ├── map1_5.png
│   │   │   │   │   │   └── map1_6.png
│   │   │   │   │   ├── Player.atlas
│   │   │   │   │   │   ├── Alpha.atlas
│   │   │   │   │   │   │   ├── toon_1_bullet_level_1.png
│   │   │   │   │   │   │   ├── toon_1_main.png
│   │   │   │   │   │   │   ├── toon_1_projectile_type_1.png
│   │   │   │   │   │   │   ├── toon_1_projectile_type_2.png
│   │   │   │   │   │   │   ├── toon_1_projectile_type_3.png
│   │   │   │   │   │   │   ├── toon_1_projectile_type_4.png
│   │   │   │   │   │   │   ├── toon_1_projectile_type_5.png
│   │   │   │   │   │   │   └── toon_1_wing.png
│   │   │   │   │   │   ├── Beta.atlas
│   │   │   │   │   │   │   ├── toon_2_main.png
│   │   │   │   │   │   │   ├── toon_2_projectile_type_1.png
│   │   │   │   │   │   │   ├── toon_2_projectile_type_2.png
│   │   │   │   │   │   │   ├── toon_2_projectile_type_3.png
│   │   │   │   │   │   │   ├── toon_2_projectile_type_4.png
│   │   │   │   │   │   │   ├── toon_2_projectile_type_5.png
│   │   │   │   │   │   │   └── toon_2_wing.png
│   │   │   │   │   │   ├── Celta.atlas
│   │   │   │   │   │   │   ├── toon_3_main.png
│   │   │   │   │   │   │   ├── toon_3_projectile_type_1.png
│   │   │   │   │   │   │   ├── toon_3_projectile_type_2.png
│   │   │   │   │   │   │   ├── toon_3_projectile_type_3.png
│   │   │   │   │   │   │   ├── toon_3_projectile_type_4.png
│   │   │   │   │   │   │   ├── toon_3_projectile_type_5.png
│   │   │   │   │   │   │   └── toon_3_wing.png
│   │   │   │   │   │   ├── Delta.atlas
│   │   │   │   │   │   │   ├── toon_4_main.png
│   │   │   │   │   │   │   ├── toon_4_projectile_type_1.png
│   │   │   │   │   │   │   ├── toon_4_projectile_type_2.png
│   │   │   │   │   │   │   ├── toon_4_projectile_type_3.png
│   │   │   │   │   │   │   ├── toon_4_projectile_type_4.png
│   │   │   │   │   │   │   ├── toon_4_projectile_type_5.png
│   │   │   │   │   │   │   └── toon_4_wing.png
│   │   │   │   │   │   └── old.atlas
│   │   │   │   │   │   ├── old_action1.png
│   │   │   │   │   │   ├── old_action2.png
│   │   │   │   │   │   ├── old_action3.png
│   │   │   │   │   │   ├── old_action4.png
│   │   │   │   │   │   └── old_main.png
│   │   │   │   │   └── mainmenu.atlas
│   │   │   │   │   ├── PurpleButton.png
│   │   │   │   │   ├── Smokes.atlas
│   │   │   │   │   │   ├── main_menu_smoke_1.png
│   │   │   │   │   │   ├── main_menu_smoke_10.png
│   │   │   │   │   │   ├── main_menu_smoke_11.png
│   │   │   │   │   │   ├── main_menu_smoke_12.png
│   │   │   │   │   │   ├── main_menu_smoke_13.png
│   │   │   │   │   │   ├── main_menu_smoke_14.png
│   │   │   │   │   │   ├── main_menu_smoke_15.png
│   │   │   │   │   │   ├── main_menu_smoke_16.png
│   │   │   │   │   │   ├── main_menu_smoke_17.png
│   │   │   │   │   │   ├── main_menu_smoke_18.png
│   │   │   │   │   │   ├── main_menu_smoke_19.png
│   │   │   │   │   │   ├── main_menu_smoke_2.png
│   │   │   │   │   │   ├── main_menu_smoke_20.png
│   │   │   │   │   │   ├── main_menu_smoke_21.png
│   │   │   │   │   │   ├── main_menu_smoke_22.png
│   │   │   │   │   │   ├── main_menu_smoke_23.png
│   │   │   │   │   │   ├── main_menu_smoke_24.png
│   │   │   │   │   │   ├── main_menu_smoke_25.png
│   │   │   │   │   │   ├── main_menu_smoke_26.png
│   │   │   │   │   │   ├── main_menu_smoke_3.png
│   │   │   │   │   │   ├── main_menu_smoke_4.png
│   │   │   │   │   │   ├── main_menu_smoke_5.png
│   │   │   │   │   │   ├── main_menu_smoke_6.png
│   │   │   │   │   │   ├── main_menu_smoke_7.png
│   │   │   │   │   │   ├── main_menu_smoke_8.png
│   │   │   │   │   │   └── main_menu_smoke_9.png
│   │   │   │   │   ├── Top-Bar.atlas
│   │   │   │   │   │   ├── Menu-Currency.atlas
│   │   │   │   │   │   │   ├── main_menu_currency_1.png
│   │   │   │   │   │   │   ├── main_menu_currency_2.png
│   │   │   │   │   │   │   └── main_menu_currency_3.png
│   │   │   │   │   │   ├── Menu-Level.atlas
│   │   │   │   │   │   │   ├── main_menu_level_1.png
│   │   │   │   │   │   │   ├── main_menu_level_2.png
│   │   │   │   │   │   │   └── main_menu_level_3.png
│   │   │   │   │   │   └── Menu-Text.atlas
│   │   │   │   │   │   ├── main_menu_text_1.png
│   │   │   │   │   │   └── main_menu_text_2.png
│   │   │   │   │   ├── Waterfall.atlas
│   │   │   │   │   │   ├── main_menu_waterfall_1.png
│   │   │   │   │   │   ├── main_menu_waterfall_2.png
│   │   │   │   │   │   ├── main_menu_waterfall_3.png
│   │   │   │   │   │   ├── main_menu_waterfall_4.png
│   │   │   │   │   │   ├── main_menu_waterfall_5.png
│   │   │   │   │   │   ├── main_menu_waterfall_6.png
│   │   │   │   │   │   ├── main_menu_waterfall_7.png
│   │   │   │   │   │   └── main_menu_waterfall_8.png
│   │   │   │   │   ├── clouds.atlas
│   │   │   │   │   │   ├── start_cloud_1.png
│   │   │   │   │   │   └── start_cloud_2.png
│   │   │   │   │   ├── main_menu_background_1.png
│   │   │   │   │   ├── main_menu_background_2.png
│   │   │   │   │   ├── main_menu_background_3.png
│   │   │   │   │   ├── main_menu_building_1.png
│   │   │   │   │   ├── main_menu_building_2.png
│   │   │   │   │   ├── main_menu_building_3.png
│   │   │   │   │   └── main_menu_building_4.png
│   │   │   │   ├── FX
│   │   │   │   │   ├── fx_1.png
│   │   │   │   │   ├── fx_2.png
│   │   │   │   │   ├── fx_3.png
│   │   │   │   │   ├── fx_4.png
│   │   │   │   │   └── fx_5_smoke.png
│   │   │   │   └── Load
│   │   │   │   ├── Logo.png
│   │   │   │   ├── initial_bg.png
│   │   │   │   └── initial_main_bg.png
│   │   │   ├── SKS
│   │   │   │   ├── bulling.sks
│   │   │   │   ├── selectedChar-One.sks
│   │   │   │   ├── selectedChar-Three.sks
│   │   │   │   ├── selectedChar-Two.sks
│   │   │   │   └── trail.sks
│   │   │   └── SoundEffects
│   │   │   ├── getcoin.m4a
│   │   │   └── puff.m4a
│   │   ├── Structs
│   │   │   ├── AVAudio.swift
│   │   │   ├── Currency.swift
│   │   │   ├── HUD.swift
│   │   │   ├── PhysicsCategory.swift
│   │   │   └── Projectile.swift
│   │   └── ViewController.swift
│   ├── Angelica Fighti.xcodeproj
│   │   ├── project.pbxproj
│   │   ├── project.xcworkspace
│   │   │   ├── contents.xcworkspacedata
│   │   │   └── xcuserdata
│   │   │   ├── IDDepartment.xcuserdatad
│   │   │   │   └── UserInterfaceState.xcuserstate
│   │   │   ├── diego.xcuserdatad
│   │   │   │   └── UserInterfaceState.xcuserstate
│   │   │   └── guanwong.xcuserdatad
│   │   │   ├── UserInterfaceState.xcuserstate
│   │   │   └── WorkspaceSettings.xcsettings
│   │   └── xcuserdata
│   │   ├── IDDepartment.xcuserdatad
│   │   │   └── xcschemes
│   │   │   ├── Angelica Fighti.xcscheme
│   │   │   └── xcschememanagement.plist
│   │   ├── diego.xcuserdatad
│   │   │   ├── xcdebugger
│   │   │   │   └── Breakpoints_v2.xcbkptlist
│   │   │   └── xcschemes
│   │   │   ├── Angelica Fighti.xcscheme
│   │   │   └── xcschememanagement.plist
│   │   └── guanwong.xcuserdatad
│   │   ├── xcdebugger
│   │   │   └── Breakpoints_v2.xcbkptlist
│   │   └── xcschemes
│   │   ├── Angelica Fighti.xcscheme
│   │   └── xcschememanagement.plist
│   ├── README.md
│   ├── Wanna Help
│   │   ├── Bluer
│   │   │   ├── README.md
│   │   │   ├── all-sprites.png
│   │   │   └── current.png
│   │   ├── Grenner Enemy
│   │   │   ├── README.md
│   │   │   ├── all-sprites.png
│   │   │   └── current.png
│   │   ├── Pupler Enemy
│   │   │   └── all-sprites.png
│   │   ├── README.md
│   │   └── Redder Enemy
│   │   ├── Current.png
│   │   ├── README.md
│   │   └── Redder-All-Sprites.png
│   └── userinfo.plist
└── __MACOSX
└── Legend-Wings-master
├── Angelica Fighti
│   ├── Assets.xcassets
│   │   ├── AppIcon.appiconset
│   │   └── SoundEffects
│   │   ├── getcoin.m4a.dataset
│   │   └── puff.m4a.dataset
│   ├── Base.lproj
│   ├── Classes
│   │   └── Enemy
│   │   └── Boss
│   ├── Gif
│   ├── Resources
│   │   ├── BGM
│   │   ├── Fonts
│   │   ├── Images
│   │   │   ├── Atlas
│   │   │   │   ├── CharacterScene.atlas
│   │   │   │   ├── Enemy.atlas
│   │   │   │   │   ├── Boss_Sprite.atlas
│   │   │   │   │   │   ├── Boss_1
│   │   │   │   │   │   │   ├── attack.atlas
│   │   │   │   │   │   │   ├── die.atlas
│   │   │   │   │   │   │   └── movement.atlas
│   │   │   │   │   │   └── Boss_2_Pinky
│   │   │   │   │   ├── Fireball.atlas
│   │   │   │   │   └── Regular_Monsters.atlas
│   │   │   │   │   ├── Bluer.atlas
│   │   │   │   │   ├── Grenner.atlas
│   │   │   │   │   ├── Purpler.atlas
│   │   │   │   │   ├── Redder.atlas
│   │   │   │   │   └── default_regular_dead.atlas
│   │   │   │   ├── GUI.atlas
│   │   │   │   ├── HUD.atlas
│   │   │   │   │   └── hud_gold.atlas
│   │   │   │   ├── Items.atlas
│   │   │   │   │   ├── Gold.atlas
│   │   │   │   │   │   └── old
│   │   │   │   │   └── Projectiles.atlas
│   │   │   │   ├── Map.atlas
│   │   │   │   │   └── map1.atlas
│   │   │   │   ├── Player.atlas
│   │   │   │   │   ├── Alpha.atlas
│   │   │   │   │   ├── Beta.atlas
│   │   │   │   │   ├── Celta.atlas
│   │   │   │   │   ├── Delta.atlas
│   │   │   │   │   └── old.atlas
│   │   │   │   └── mainmenu.atlas
│   │   │   │   ├── Smokes.atlas
│   │   │   │   ├── Top-Bar.atlas
│   │   │   │   │   ├── Menu-Currency.atlas
│   │   │   │   │   ├── Menu-Level.atlas
│   │   │   │   │   └── Menu-Text.atlas
│   │   │   │   ├── Waterfall.atlas
│   │   │   │   └── clouds.atlas
│   │   │   ├── FX
│   │   │   └── Load
│   │   ├── SKS
│   │   └── SoundEffects
│   └── Structs
├── Angelica Fighti.xcodeproj
│   ├── project.xcworkspace
│   │   └── xcuserdata
│   │   ├── diego.xcuserdatad
│   │   └── guanwong.xcuserdatad
│   └── xcuserdata
│   ├── diego.xcuserdatad
│   │   ├── xcdebugger
│   │   └── xcschemes
│   └── guanwong.xcuserdatad
│   ├── xcdebugger
│   └── xcschemes
└── Wanna Help
├── Bluer
├── Grenner Enemy
├── Pupler Enemy
└── Redder Enemy

158 directories, 347 files

标签:

实例下载地址

iOS飞行射击游戏源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警