Sat.Jul 20, 2024

article thumbnail

Elixir - Update v0.7 Soul & Blood

Indie DB

v1.0 release on 7/29/2024 All 8 crystals now available in Early Access!

91
article thumbnail

[IOS Game Overheating Issue]

Cocos

Is it the 3D version or 2D version of Cocos? I’m getting ready to launch a box2D game with the 2D engine (a few features culled) and not noticing any heat up in extended play tests.

Culling 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Understanding Social Games: Two Modern Alternatives

Game Wisdom

Understanding Social Games: Two Modern Alternatives Josh Bycer josh@game-wisdom.com Players have enjoyed interactive games for years, from typical online board games to modern video titles. The increase in mobile and online gaming has significantly impacted the social game space, with even more alternatives being developed. We’ve explored the concept … The post Understanding Social Games: Two Modern Alternatives appeared first on Game Wisdom.

article thumbnail

Webview on mobile

Cocos

I’m not familiar with version 2. Are there any errors in the console in the web browser? I don’t know if this is helpful but I assume there’s no I-frame specific settings you can toggle in the exporter?

Mobile 40
article thumbnail

Detect Mouse In Scene

Cocos

this.offsetX = view.getVisibleSize().width / 2; this.offsetY = view.getVisibleSize().height / 2; private onMouseHover(touch: EventTouch): void { const touchLocation = touch.getLocation(); let v3Touch: Vec3 = new Vec3(touchLocation.x, touchLocation.y, 0); let v2Touch = v3Touch.clone().subtract(new Vec3(this.offsetX, this.offsetY)); if (!this.isAttackTarget) { const diff = v2Touch.clone().subtract(this.gun.getPosition()); const angle = (Math.atan2(diff.x, diff.y) * 180) / Math.PI; this.gu.

40
article thumbnail

Cocos Creator 2.x Login Telegram

Cocos

I want to login Telegram account on Cocos Creator. How to do that ? Thank you very much.

40