Skip to content

Commit 27b4514

Browse files
committed
Merge branch 'master' of https://github.com/sfaci/libgdx
2 parents f2227a5 + c997492 commit 27b4514

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

box2d_forces/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
box2d_forces
2+
============
3+
Ejemplo de cómo aplicar fuerzas a cuerpos con el motor de físicas `box2d` en `libgdx`

box2d_hola/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
box2d_hola
2+
==========
3+
Ejemplo de cómo crear un mundo con el motor de físicas `box2d` en `libgdx`

box2d_joints/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
box2d_joints
2+
============
3+
Ejemplo de cómo utilizar `joints` con el motor de físicas `box2d` en `libgdx`
4+
5+
Se muestra

jumper2dx/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
jumper2dx
22
=========
3+
Ejemplo de cómo desarrollar un videojuego de plataformas sobre `TiledMaps` con libgdx

0 commit comments

Comments
 (0)