box2d

  1. coldteam

    Share My Creation Dark Rage RPG

    Hello! My new game: Dark Rage GOOGLE PLAY: https://play.google.com/store/apps/details?id=com.coldteam.darkrage This game: + gamepad support + open world effect Update: Since the release, I made a lot of changes. Finished the character and made a changeable look, depending on the armor or...
  2. coldteam

    Android Question Box2D world scale

    Hi, i try to start use Box2D and need some help: 1. set camera like this: Dim Scale As Int = 100 Sub LG_Resize(Width As Int, Height As Int) Camera.Initialize2( Scale * 4, Scale * 4 * Height / Width) Camera.Position.set(0, Scale, 0) End Sub 2. set world: Dim vGravity As lgMathVector2...
Top