Sat.Nov 11, 2023

article thumbnail

Isonzo - The Free White War expansion

Indie DB

The new Marmolada map is now out and available for everyone! The snowy mountain top and beautiful glacial trenches will surely make this a one of a kind experience in Isonzo! Included as well are 3 new weapons and cosmetic (paid) DLC!

91
article thumbnail

HingeJoint2D dynamic creation problem

Cocos

Hello! I faced with problem while trying to connect nodes with HingeJoind2D dynamically from code. Using CC 3.8.1. Simplest example. Created 4 nodes in CC editor, put RigidBody2D and BoxCollider2D components on every node. Then connect 2 of them with HingeJoin2D with adding component in editor. This nodes are connected properly after run. Other two nodes I am trying to connect from code: start() { PhysicsSystem2D.instance.debugDrawFlags = EPhysics2DDrawFlags.CenterOfMass | EPhysics2DDr.

Code 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

Anima Flux - Demo update

Indie DB

We carefully evaluated and considered all the feedback we received during the Steam Next Fest and today we’d like to share with you a list of improvements which we’ve implemented recently.

Demo 76
article thumbnail

[Gamepad] How to get DpadCenter value?

Cocos

I’m working on a game and I need the Android Key DPadCenter. I already do something like. The button south works, but I don’t understand how to deal with missing keys. initListener (): void { input.on(Input.EventType.KEY_DOWN, this.OnKeyDown, this); input.on(Input.EventType.TOUCH_START, this.touchStart, this); input.on(Input.EventType.GAMEPAD_INPUT, this.GamePadOnKeyDown, this); } private GamePadOnKeyDown (event: EventGamepad): void { if (event.gamepad.buttonSouth.getValue() == 1 ) { this.FlapBi

Join the IGDA Community
article thumbnail

Essential Features Of Food Delivery Applications In 2023

Artoon

The way we get our food has a major upgrade, all thanks […] The post Essential Features Of Food Delivery Applications In 2023 appeared first on Artoon Solutions.

Feature 40