Skip to content

Commit

Permalink
Sheep body #712
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Sep 13, 2024
1 parent 5e4ceff commit 2023f7e
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/.wolf3d/N3Ddata.cdogscpn/character_classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Sprites": "chars/heads/jones"
},
"Sounds": "man",
"BloodColor": "0066ff"
"BloodColor": "00ccff"
},
{
"Name": "Naamah",
Expand All @@ -17,7 +17,7 @@
"Sprites": "chars/heads/lady"
},
"Sounds": "woman",
"BloodColor": "0066ff"
"BloodColor": "00ccff"
},
{
"Name": "Sheep",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/chars/bodies/base/legs_idle_24x24.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 modified graphics/chars/bodies/base/legs_run_24x24.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 modified graphics/chars/bodies/base/src.blend
Binary file not shown.
Binary file modified graphics/chars/bodies/base/upper_idle_24x24.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 modified graphics/chars/bodies/base/upper_idle_dualgun_24x24.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 modified graphics/chars/bodies/base/upper_idle_handgun_24x24.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 modified graphics/chars/bodies/base/upper_idle_rifle_24x24.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 modified graphics/chars/bodies/base/upper_idle_riflefire_24x24.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 modified graphics/chars/bodies/base/upper_run_24x24.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 modified graphics/chars/bodies/base/upper_run_dualgun_24x24.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 modified graphics/chars/bodies/base/upper_run_handgun_24x24.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 modified graphics/chars/bodies/base/upper_run_rifle_24x24.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 modified graphics/chars/bodies/base/upper_run_riflefire_24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion graphics/chars/bodies/make_spritesheet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Create character spritesheet and join all the rendered images
#
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
if [ "$#" -ne 1 ]; then
echo "Usage: make_spritesheet.sh body"
exit 1
Expand Down Expand Up @@ -37,6 +38,7 @@ do
fi
for action in $actions
do
rm -rf out
if [[ $action == *"run"* ]]
then
frames=$run_frames
Expand All @@ -48,7 +50,7 @@ do
then
collections=$collections,hand_right
fi
"$BLENDER" -noaudio -b "$INFILE" -P render.py -- "$collections" "$action" "$frames" "$part"
"$BLENDER" -noaudio -b "$INFILE" -P ${SCRIPT_DIR}/render.py -- "$collections" "$action" "$frames" "$part"

DIMENSIONS=`identify -format "%wx%h" "out/${part}_${action}_0_00.png"`
OUTFILE=$1/${part}_${action}_${DIMENSIONS}.png
Expand Down

0 comments on commit 2023f7e

Please sign in to comment.