|
@@ -12,6 +12,13 @@ This is a BETA release - like, I'm surprised it works!
|
|
|

|
|

|
|
|

|
|

|
|
|
|
|
|
|
|
|
|
+## Features
|
|
|
|
|
+* Realistic physics and collisions
|
|
|
|
|
+* User-defined tables via JSON files
|
|
|
|
|
+* Portals!
|
|
|
|
|
+* Bumpers, flat surfaces, curved surfaces
|
|
|
|
|
+* Fancy animations (-ish)
|
|
|
|
|
+
|
|
|
## Controls
|
|
## Controls
|
|
|
* **Ok** to release the ball
|
|
* **Ok** to release the ball
|
|
|
* **Left** and **Right** to activate the left and right flippers
|
|
* **Left** and **Right** to activate the left and right flippers
|
|
@@ -82,4 +89,4 @@ Defines two portals, **a** and **b**. They are bi-drectional. Like rails, their
|
|
|
The number of starting lives/balls.
|
|
The number of starting lives/balls.
|
|
|
|
|
|
|
|
#### lives_position : list of int
|
|
#### lives_position : list of int
|
|
|
-* `"lives_position": [ X, Y ]` : where to draw the number of remaining lives
|
|
|
|
|
|
|
+* `"lives_position": [ X, Y ]` : where to draw the number of remaining lives
|