0

- EFX is now in LWJake2.

- The underwater effect is placeholder, but it does what it does.
- Added flibitEFX.jar to the libraries.
	- This is a library derived from the flibit2D engine. It stores EFX
preset effects, which can be accessed with the getIndex() method.
This commit is contained in:
Ethan Lee
2012-02-02 01:02:51 -05:00
parent a8b51547a9
commit 94dabe3de5
5 changed files with 41 additions and 74 deletions

15
doc/license.flibitEFX Normal file
View File

@@ -0,0 +1,15 @@
/*
* Copyright (C) 2011 Ethan "flibitijibibo" Lee
*
* flibitEFX is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* flibitEFX is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
* You should have received a copy of the GNU Lesser General Public License
* along with flibitEFX. If not, see <http://www.gnu.org/licenses/>.
*/