Skip to content

Commit

Permalink
Merge pull request #858 from Cebion/freegish
Browse files Browse the repository at this point in the history
Free Gish
  • Loading branch information
Cebion authored Oct 30, 2024
2 parents 14ee025 + 42363c4 commit c1ab903
Show file tree
Hide file tree
Showing 931 changed files with 764 additions and 129 deletions.
17 changes: 14 additions & 3 deletions ports/yarsrevenge/Yar's Revenge.sh → ports/freegish/Free Gish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,31 @@ source $controlfolder/control.txt

get_controls

GAMEDIR=/$directory/ports/yarsrevenge
GAMEDIR=/$directory/ports/freegish
CONFDIR="$GAMEDIR/conf"
BINARY=yar
BINARY=freegish

> "$GAMEDIR/log.txt" && exec > >(tee "$GAMEDIR/log.txt") 2>&1

mkdir -p "$GAMEDIR/conf"

export LD_LIBRARY_PATH="$GAMEDIR/libs.${DEVICE_ARCH}:$LD_LIBRARY_PATH"
export SDL_GAMECONTROLLERCONFIG="$sdl_controllerconfig"
export TEXTINPUTINTERACTIVE="Y"

bind_directories ~/.freegish $GAMEDIR/conf/.freegish

cd $GAMEDIR

$GPTOKEYB2 "$BINARY" -c ./$BINARY.gptk &
if [ -f "${controlfolder}/libgl_${CFW_NAME}.txt" ]; then
source "${controlfolder}/libgl_${CFW_NAME}.txt"
else
source "${controlfolder}/libgl_default.txt"
fi

sed -i "s/screenwidth=[0-9]*/screenwidth=${DISPLAY_WIDTH}/;s/screenheight=[0-9]*/screenheight=${DISPLAY_HEIGHT}/" conf/.freegish/config.txt

$GPTOKEYB "$BINARY" -c ./$BINARY.gptk &
pm_platform_helper "$GAMEDIR/$BINARY"
./$BINARY
pm_finish
26 changes: 26 additions & 0 deletions ports/freegish/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Notes
Thanks to [the Gish Team](https://github.com/freegish/freegish) for making this game and releasing it for free.

## Controls

| Button | Action |
|--|--|
|DPAD| Steer|
|A | Stick|
|B | Jump|
|X | Heavy|
|Y | Slide|
|L1/R1 | Y/N|
|L2 | C (Continue)|
|R2 | P (Practice)|


## Compile

```shell
git clone https://github.com/freegish/freegish.git
cd freegish
mkdir build && cd build
cmake ..
make
```
Binary file added ports/freegish/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -279,7 +280,7 @@ POSSIBILITY OF SUCH DAMAGES.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs
Appendix: How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
Expand All @@ -291,7 +292,7 @@ convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
Copyright (C) 19yy <name of author>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -305,15 +306,14 @@ the "copyright" line and a pointer to where the full notice is found.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

Gnomovision version 69, Copyright (C) year name of author
Gnomovision version 69, Copyright (C) 19yy name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
20 changes: 20 additions & 0 deletions ports/freegish/freegish/LICENSE_gl4es.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2016-2018 Sebastien Chevalier
Copyright (c) 2013-2016 Ryan Hileman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
11 changes: 11 additions & 0 deletions ports/freegish/freegish/License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FreeGish uses a few mixed licenses.

UNLESS OTHERWISE NOTED (see text files in directories!) content is licensed under the Creative Commons attribution-shareAlike license:
http://creativecommons.org/licenses/by-sa/3.0/





The sourcecodes are licenced under the GPL (see COPYING.txt)

Binary file added ports/freegish/freegish/animation/aibatk01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibatk09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibdie09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibmain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibsta01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibsta02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibsta03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibsta04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibsta05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ports/freegish/freegish/animation/aibsta06.png
Binary file added ports/freegish/freegish/animation/aibwlk01.png
Binary file added ports/freegish/freegish/animation/aibwlk02.png
Binary file added ports/freegish/freegish/animation/aibwlk03.png
Binary file added ports/freegish/freegish/animation/aibwlk04.png
Binary file added ports/freegish/freegish/animation/aibwlk05.png
Binary file added ports/freegish/freegish/animation/aibwlk06.png
Binary file added ports/freegish/freegish/animation/aibwlk07.png
Binary file added ports/freegish/freegish/animation/aibwlk08.png
Binary file added ports/freegish/freegish/animation/aibwlk09.png
Binary file added ports/freegish/freegish/animation/altatk01.png
Binary file added ports/freegish/freegish/animation/altatk02.png
Binary file added ports/freegish/freegish/animation/altatk03.png
Binary file added ports/freegish/freegish/animation/altatk04.png
Binary file added ports/freegish/freegish/animation/altatk05.png
Binary file added ports/freegish/freegish/animation/altatk06.png
Binary file added ports/freegish/freegish/animation/altatk07.png
Binary file added ports/freegish/freegish/animation/altatk08.png
Binary file added ports/freegish/freegish/animation/altatk09.png
Binary file added ports/freegish/freegish/animation/altdie01.png
Binary file added ports/freegish/freegish/animation/altdie02.png
Binary file added ports/freegish/freegish/animation/altdie03.png
Binary file added ports/freegish/freegish/animation/altdie04.png
Binary file added ports/freegish/freegish/animation/altdie05.png
Binary file added ports/freegish/freegish/animation/altdie06.png
Binary file added ports/freegish/freegish/animation/altdie07.png
Binary file added ports/freegish/freegish/animation/altdie08.png
Binary file added ports/freegish/freegish/animation/altdie09.png
Binary file added ports/freegish/freegish/animation/altmain.png
Binary file added ports/freegish/freegish/animation/altsta01.png
Binary file added ports/freegish/freegish/animation/altsta02.png
Binary file added ports/freegish/freegish/animation/altsta03.png
Binary file added ports/freegish/freegish/animation/altsta04.png
Binary file added ports/freegish/freegish/animation/altsta05.png
Binary file added ports/freegish/freegish/animation/altsta06.png
Binary file added ports/freegish/freegish/animation/altwlk01.png
Binary file added ports/freegish/freegish/animation/altwlk02.png
Binary file added ports/freegish/freegish/animation/altwlk03.png
Binary file added ports/freegish/freegish/animation/altwlk04.png
Binary file added ports/freegish/freegish/animation/altwlk05.png
Binary file added ports/freegish/freegish/animation/altwlk06.png
Binary file added ports/freegish/freegish/animation/altwlk07.png
Binary file added ports/freegish/freegish/animation/altwlk08.png
Binary file added ports/freegish/freegish/animation/altwlk09.png
Binary file added ports/freegish/freegish/animation/basatk01.png
Binary file added ports/freegish/freegish/animation/basatk02.png
Binary file added ports/freegish/freegish/animation/basatk03.png
Binary file added ports/freegish/freegish/animation/basatk04.png
Binary file added ports/freegish/freegish/animation/basatk05.png
Binary file added ports/freegish/freegish/animation/basatk06.png
Binary file added ports/freegish/freegish/animation/basatk07.png
Binary file added ports/freegish/freegish/animation/basatk08.png
Binary file added ports/freegish/freegish/animation/basatk09.png
Binary file added ports/freegish/freegish/animation/basdie01.png
Binary file added ports/freegish/freegish/animation/basdie02.png
Binary file added ports/freegish/freegish/animation/basdie03.png
Binary file added ports/freegish/freegish/animation/basdie04.png
Binary file added ports/freegish/freegish/animation/basdie05.png
Binary file added ports/freegish/freegish/animation/basdie06.png
Binary file added ports/freegish/freegish/animation/basdie07.png
Binary file added ports/freegish/freegish/animation/basdie08.png
Binary file added ports/freegish/freegish/animation/basdie09.png
Binary file added ports/freegish/freegish/animation/basmain.png
Binary file added ports/freegish/freegish/animation/bassta01.png
Binary file added ports/freegish/freegish/animation/bassta02.png
Binary file added ports/freegish/freegish/animation/bassta03.png
Binary file added ports/freegish/freegish/animation/bassta04.png
Binary file added ports/freegish/freegish/animation/bassta05.png
Binary file added ports/freegish/freegish/animation/bassta06.png
Binary file added ports/freegish/freegish/animation/baswlk01.png
Binary file added ports/freegish/freegish/animation/baswlk02.png
Binary file added ports/freegish/freegish/animation/baswlk03.png
Binary file added ports/freegish/freegish/animation/baswlk04.png
Binary file added ports/freegish/freegish/animation/baswlk05.png
Binary file added ports/freegish/freegish/animation/baswlk06.png
Binary file added ports/freegish/freegish/animation/baswlk07.png
Binary file added ports/freegish/freegish/animation/baswlk08.png
Binary file added ports/freegish/freegish/animation/baswlk09.png
Binary file added ports/freegish/freegish/animation/bibatk01.png
Binary file added ports/freegish/freegish/animation/bibatk02.png
Binary file added ports/freegish/freegish/animation/bibatk03.png
Binary file added ports/freegish/freegish/animation/bibatk04.png
Binary file added ports/freegish/freegish/animation/bibatk05.png
Binary file added ports/freegish/freegish/animation/bibatk06.png
Binary file added ports/freegish/freegish/animation/bibatk07.png
Binary file added ports/freegish/freegish/animation/bibatk08.png
Binary file added ports/freegish/freegish/animation/bibatk09.png
Binary file added ports/freegish/freegish/animation/bibmain.png
Binary file added ports/freegish/freegish/animation/bibsta01.png
Binary file added ports/freegish/freegish/animation/bibsta02.png
Binary file added ports/freegish/freegish/animation/bibsta03.png
Binary file added ports/freegish/freegish/animation/bibsta04.png
Binary file added ports/freegish/freegish/animation/bibsta05.png
Binary file added ports/freegish/freegish/animation/bibsta06.png
Binary file added ports/freegish/freegish/animation/bibwlk01.png
Binary file added ports/freegish/freegish/animation/bibwlk02.png
Binary file added ports/freegish/freegish/animation/bibwlk03.png
Binary file added ports/freegish/freegish/animation/bibwlk04.png
Binary file added ports/freegish/freegish/animation/bibwlk05.png
Binary file added ports/freegish/freegish/animation/bibwlk06.png
Binary file added ports/freegish/freegish/animation/bibwlk07.png
Binary file added ports/freegish/freegish/animation/bibwlk08.png
Binary file added ports/freegish/freegish/animation/bibwlk09.png
Binary file added ports/freegish/freegish/animation/die_main.png
Binary file added ports/freegish/freegish/animation/enemy_main.png
Binary file added ports/freegish/freegish/animation/frkatk01.png
Binary file added ports/freegish/freegish/animation/frkatk02.png
Binary file added ports/freegish/freegish/animation/frkatk03.png
Binary file added ports/freegish/freegish/animation/frkatk04.png
Binary file added ports/freegish/freegish/animation/frkatk05.png
Binary file added ports/freegish/freegish/animation/frkatk06.png
Binary file added ports/freegish/freegish/animation/frkatk07.png
Binary file added ports/freegish/freegish/animation/frkatk08.png
Binary file added ports/freegish/freegish/animation/frkatk09.png
Binary file added ports/freegish/freegish/animation/frkdie01.png
Binary file added ports/freegish/freegish/animation/frkdie02.png
Binary file added ports/freegish/freegish/animation/frkdie03.png
Binary file added ports/freegish/freegish/animation/frkdie04.png
Binary file added ports/freegish/freegish/animation/frkdie05.png
Binary file added ports/freegish/freegish/animation/frkdie06.png
Binary file added ports/freegish/freegish/animation/frkdie07.png
Binary file added ports/freegish/freegish/animation/frkdie08.png
Binary file added ports/freegish/freegish/animation/frkdie09.png
Binary file added ports/freegish/freegish/animation/frkhed01.png
Binary file added ports/freegish/freegish/animation/frkhed02.png
Binary file added ports/freegish/freegish/animation/frkhed03.png
Binary file added ports/freegish/freegish/animation/frkhed04.png
Binary file added ports/freegish/freegish/animation/frkhed05.png
Binary file added ports/freegish/freegish/animation/frkhed06.png
Binary file added ports/freegish/freegish/animation/frkhedmain.png
Binary file added ports/freegish/freegish/animation/frkmain.png
Binary file added ports/freegish/freegish/animation/frksta01.png
Binary file added ports/freegish/freegish/animation/frksta02.png
Binary file added ports/freegish/freegish/animation/frksta03.png
Binary file added ports/freegish/freegish/animation/frksta04.png
Binary file added ports/freegish/freegish/animation/frksta05.png
Binary file added ports/freegish/freegish/animation/frksta06.png
Binary file added ports/freegish/freegish/animation/frkwlk01.png
Binary file added ports/freegish/freegish/animation/frkwlk02.png
Binary file added ports/freegish/freegish/animation/frkwlk03.png
Binary file added ports/freegish/freegish/animation/frkwlk04.png
Binary file added ports/freegish/freegish/animation/frkwlk05.png
Binary file added ports/freegish/freegish/animation/frkwlk06.png
Binary file added ports/freegish/freegish/animation/frkwlk07.png
Binary file added ports/freegish/freegish/animation/frkwlk08.png
Binary file added ports/freegish/freegish/animation/frkwlk09.png
Binary file added ports/freegish/freegish/animation/frkwlk10.png
Binary file added ports/freegish/freegish/animation/ghoatk01.png
Binary file added ports/freegish/freegish/animation/ghoatk02.png
Binary file added ports/freegish/freegish/animation/ghoatk03.png
Binary file added ports/freegish/freegish/animation/ghoatk04.png
Binary file added ports/freegish/freegish/animation/ghoatk05.png
Binary file added ports/freegish/freegish/animation/ghoatk06.png
Binary file added ports/freegish/freegish/animation/ghoatk07.png
Binary file added ports/freegish/freegish/animation/ghoatk08.png
Binary file added ports/freegish/freegish/animation/ghodie01.png
Binary file added ports/freegish/freegish/animation/ghodie02.png
Binary file added ports/freegish/freegish/animation/ghodie03.png
Binary file added ports/freegish/freegish/animation/ghodie04.png
Binary file added ports/freegish/freegish/animation/ghodie05.png
Binary file added ports/freegish/freegish/animation/ghodie06.png
Binary file added ports/freegish/freegish/animation/ghodie07.png
Binary file added ports/freegish/freegish/animation/ghodie08.png
Binary file added ports/freegish/freegish/animation/ghodie09.png
Binary file added ports/freegish/freegish/animation/ghosta01.png
Binary file added ports/freegish/freegish/animation/ghosta02.png
Binary file added ports/freegish/freegish/animation/ghosta03.png
Binary file added ports/freegish/freegish/animation/ghosta04.png
Binary file added ports/freegish/freegish/animation/ghosta05.png
Binary file added ports/freegish/freegish/animation/ghowlk01.png
Binary file added ports/freegish/freegish/animation/ghowlk02.png
Binary file added ports/freegish/freegish/animation/ghowlk03.png
Binary file added ports/freegish/freegish/animation/ghowlk04.png
Binary file added ports/freegish/freegish/animation/ghowlk05.png
Binary file added ports/freegish/freegish/animation/gimatk01.png
Binary file added ports/freegish/freegish/animation/gimatk02.png
Binary file added ports/freegish/freegish/animation/gimatk03.png
Binary file added ports/freegish/freegish/animation/gimatk04.png
Binary file added ports/freegish/freegish/animation/gimatk05.png
Binary file added ports/freegish/freegish/animation/gimatk06.png
Binary file added ports/freegish/freegish/animation/gimatk07.png
Binary file added ports/freegish/freegish/animation/gimatk08.png
Binary file added ports/freegish/freegish/animation/gimatk09.png
Binary file added ports/freegish/freegish/animation/gimdie01.png
Binary file added ports/freegish/freegish/animation/gimdie02.png
Binary file added ports/freegish/freegish/animation/gimdie03.png
Binary file added ports/freegish/freegish/animation/gimdie04.png
Binary file added ports/freegish/freegish/animation/gimdie05.png
Binary file added ports/freegish/freegish/animation/gimdie06.png
Binary file added ports/freegish/freegish/animation/gimdie07.png
Binary file added ports/freegish/freegish/animation/gimdie08.png
Binary file added ports/freegish/freegish/animation/gimdie09.png
Binary file added ports/freegish/freegish/animation/gimhed01.png
Binary file added ports/freegish/freegish/animation/gimhed02.png
Binary file added ports/freegish/freegish/animation/gimhed03.png
Binary file added ports/freegish/freegish/animation/gimhed04.png
Binary file added ports/freegish/freegish/animation/gimhed05.png
Binary file added ports/freegish/freegish/animation/gimhed06.png
Binary file added ports/freegish/freegish/animation/gimsta01.png
Binary file added ports/freegish/freegish/animation/gimsta02.png
Binary file added ports/freegish/freegish/animation/gimsta03.png
Binary file added ports/freegish/freegish/animation/gimsta04.png
Binary file added ports/freegish/freegish/animation/gimsta05.png
Binary file added ports/freegish/freegish/animation/gimsta06.png
Binary file added ports/freegish/freegish/animation/gimwlk01.png
Binary file added ports/freegish/freegish/animation/gimwlk02.png
Binary file added ports/freegish/freegish/animation/gimwlk03.png
Binary file added ports/freegish/freegish/animation/gimwlk04.png
Binary file added ports/freegish/freegish/animation/gimwlk05.png
Binary file added ports/freegish/freegish/animation/gimwlk06.png
Binary file added ports/freegish/freegish/animation/gimwlk07.png
Binary file added ports/freegish/freegish/animation/gimwlk08.png
Binary file added ports/freegish/freegish/animation/gimwlk09.png
Binary file added ports/freegish/freegish/animation/mumatk01.png
Binary file added ports/freegish/freegish/animation/mumatk02.png
Binary file added ports/freegish/freegish/animation/mumatk03.png
Binary file added ports/freegish/freegish/animation/mumatk04.png
Binary file added ports/freegish/freegish/animation/mumatk05.png
Binary file added ports/freegish/freegish/animation/mumatk06.png
Binary file added ports/freegish/freegish/animation/mumatk07.png
Binary file added ports/freegish/freegish/animation/mumatk08.png
Binary file added ports/freegish/freegish/animation/mumatk09.png
Binary file added ports/freegish/freegish/animation/mumdie01.png
Binary file added ports/freegish/freegish/animation/mumdie02.png
Binary file added ports/freegish/freegish/animation/mumdie03.png
Binary file added ports/freegish/freegish/animation/mumdie04.png
Binary file added ports/freegish/freegish/animation/mumdie05.png
Binary file added ports/freegish/freegish/animation/mumdie06.png
Binary file added ports/freegish/freegish/animation/mumdie07.png
Binary file added ports/freegish/freegish/animation/mumdie08.png
Binary file added ports/freegish/freegish/animation/mumdie09.png
Binary file added ports/freegish/freegish/animation/mumhed01.png
Binary file added ports/freegish/freegish/animation/mumhed02.png
Binary file added ports/freegish/freegish/animation/mumhed03.png
Binary file added ports/freegish/freegish/animation/mumhed04.png
Binary file added ports/freegish/freegish/animation/mumhed05.png
Binary file added ports/freegish/freegish/animation/mumhed06.png
Binary file added ports/freegish/freegish/animation/mumsta01.png
Binary file added ports/freegish/freegish/animation/mumsta02.png
Binary file added ports/freegish/freegish/animation/mumsta03.png
Binary file added ports/freegish/freegish/animation/mumsta04.png
Binary file added ports/freegish/freegish/animation/mumsta05.png
Binary file added ports/freegish/freegish/animation/mumsta06.png
Binary file added ports/freegish/freegish/animation/mumwlk01.png
Binary file added ports/freegish/freegish/animation/mumwlk02.png
Binary file added ports/freegish/freegish/animation/mumwlk03.png
Binary file added ports/freegish/freegish/animation/mumwlk04.png
Binary file added ports/freegish/freegish/animation/mumwlk05.png
Binary file added ports/freegish/freegish/animation/mumwlk06.png
Binary file added ports/freegish/freegish/animation/mumwlk07.png
Binary file added ports/freegish/freegish/animation/mumwlk08.png
Binary file added ports/freegish/freegish/animation/mumwlk09.png
Binary file added ports/freegish/freegish/animation/nibatk01.png
Binary file added ports/freegish/freegish/animation/nibatk02.png
Binary file added ports/freegish/freegish/animation/nibatk03.png
Binary file added ports/freegish/freegish/animation/nibatk04.png
Binary file added ports/freegish/freegish/animation/nibatk05.png
Binary file added ports/freegish/freegish/animation/nibatk06.png
Binary file added ports/freegish/freegish/animation/nibatk07.png
Binary file added ports/freegish/freegish/animation/nibatk08.png
Binary file added ports/freegish/freegish/animation/nibatk09.png
Binary file added ports/freegish/freegish/animation/nibdie01.png
Binary file added ports/freegish/freegish/animation/nibdie02.png
Binary file added ports/freegish/freegish/animation/nibdie03.png
Binary file added ports/freegish/freegish/animation/nibdie04.png
Binary file added ports/freegish/freegish/animation/nibdie05.png
Binary file added ports/freegish/freegish/animation/nibdie06.png
Binary file added ports/freegish/freegish/animation/nibdie07.png
Binary file added ports/freegish/freegish/animation/nibdie08.png
Binary file added ports/freegish/freegish/animation/nibdie09.png
Loading

0 comments on commit c1ab903

Please sign in to comment.