Sun.Oct 20, 2024

article thumbnail

Developing "Marines vs God" - 4vs1 hybrid

Indie DB

My friend and I have been working on epic assymetial game (4 vs 1) and we've ready to show you the first trailer ! Demo is very soon ! ! !

Demo 68
article thumbnail

Common Mistakes Call of Duty Mobile Players Should Avoid Making

Game Wisdom

Common Mistakes Call of Duty Mobile Players Should Avoid Making Josh Bycer josh@game-wisdom.com Call of Duty Mobile (CODM) still remains one of the best mobile shooting games on the market. Being a player of this game for many years, I’ve also tried playing PUBG Mobile and Rules of Survival (ROS), but for me, … The post Common Mistakes Call of Duty Mobile Players Should Avoid Making appeared first on Game Wisdom.

Mobile 52
article thumbnail

Why is it that when I setScale node when I rotate the screen, my node scales to the correct ratio but is not displayed correctly on the screen?

Cocos

view.setOrientation(macro.ORIENTATION_PORTRAIT); const frameSize = screen.windowSize; screen.windowSize = new Size(frameSize.height, frameSize.width); const ratio = screen.windowSize.height / this.node.getComponent(UITransform).height; view.setDesignResolutionSize(screen.windowSize.width, screen.windowSize.height, ResolutionPolicy.FIXED_HEIGHT); this.node.setScale(ratio, ratio, 1); This is a node I added to the Scene @Tom_k please help me!

40