table and ellement addition
Hello. I took vector pinball as an assignment for my semester and I hope I made some work that may be included to the final source code. I made two extra elements HoleElement and MagnetElement and two new tables with their delegates that have the elements included. Hope you like it.
That's fantastic, thank you! I've been wanting to add some new tables for a while, and was also thinking of a magnet element that would attract the ball. I'll look at the code in detail in the next few days.
On Sun, Jul 7, 2013 at 10:59 AM, psychoson [email protected] wrote:
Hello. I took vector pinball as an assignment for my semester and I hope I made some work that may be included to the final source code. I made two extra elements HoleElement and MagnetElement and two new tables with their
delegates that have the elements included. Hope you like it.
You can merge this Pull Request by running
git pull https://github.com/psychoson/Vector-Pinball master
Or view, comment on, or merge it at:
https://github.com/dozingcat/Vector-Pinball/pull/5 Commit Summary
- Create table3.json
- Create table4.json
- Create Field3Delegate.java
- Create Field4Delegate.java
- Create HoleElement.java
- Create MagnetElement.java
- number of ball remaining shown and multiplier
File Changes
- A assets/tables/table3.jsonhttps://github.com/dozingcat/Vector-Pinball/pull/5/files#diff-0(236)
- A assets/tables/table4.jsonhttps://github.com/dozingcat/Vector-Pinball/pull/5/files#diff-1(266)
- M src/com/dozingcatsoftware/bouncy/ScoreView.javahttps://github.com/dozingcat/Vector-Pinball/pull/5/files#diff-2(6)
- A src/com/dozingcatsoftware/bouncy/elements/HoleElement.javahttps://github.com/dozingcat/Vector-Pinball/pull/5/files#diff-3(95)
- A src/com/dozingcatsoftware/bouncy/elements/MagnetElement.javahttps://github.com/dozingcat/Vector-Pinball/pull/5/files#diff-4(61)
- A src/com/dozingcatsoftware/bouncy/fields/Field3Delegate.javahttps://github.com/dozingcat/Vector-Pinball/pull/5/files#diff-5(100)
- A src/com/dozingcatsoftware/bouncy/fields/Field4Delegate.javahttps://github.com/dozingcat/Vector-Pinball/pull/5/files#diff-6(91)
Patch Links:
- https://github.com/dozingcat/Vector-Pinball/pull/5.patch
- https://github.com/dozingcat/Vector-Pinball/pull/5.diff