Download Cute Survival: Wizard & Robot on the App Store
🎬 Cute Survival: Magic Ball - Trailer
let crowBossKnockUpNode = SKSpriteNode(imageNamed: "locxoayhattung")
crowBossKnockUpNode.size = CGSize(width: 100, height: 100)
// Bắt đầu với alpha = 0 để có hiệu ứng fade in
crowBossKnockUpNode.alpha = 0.0
// Đặt vị trí phía dưới player
crowBossKnockUpNode.position = CGPoint(x: player.node.position.x,
y: GameViewController.ChieuCaoDieuKhien + 50)
// Thêm vào cùng parent với player
player.node.parent?.addChild(crowBossKnockUpNode)
// Action: fade in (0.1s), wait (0.0s), fade out (0.4s), remove
let fadeIn = SKAction.fadeIn(withDuration: 0.1)
//let wait = SKAction.wait(forDuration: 0.1) // Thôi bỏ, cuộc sống là không chờ đợi :)
let moveUp = SKAction.moveBy(x: 0, y: 300, duration: 0.4)
let fadeOut = SKAction.fadeOut(withDuration: 0.2)
let flyAndFade = SKAction.group([moveUp, fadeOut])
let remove = SKAction.removeFromParent()
let sequence = SKAction.sequence([fadeIn, flyAndFade, remove])
crowBossKnockUpNode.run(sequence)- ▷ Simple one-touch controls.
- ▷ Cute survival and colorful graphics.
- ▷ Challenging boss - Crow King fights.
- ▷ Skill upgrades and fun rewards.
- ▷ Game Center leaderboard.
- ▷ Offline play - no wifi game – no internet needed!
Using my fire-ball, I'll defeat the evil Crow King's minions!
Now faster and strikes with high-speed attacks, combining powerful knock-ups and knockbacks!
The wizard Craft gains the ability to summon an ancient Robot battle, greatly boosting combat power.
Defeat the Crow King with the Power of a Robot and Fire Magic!
Download 'Cute Survival: Magic Ball' and start the battle!
