Skip to content

Commit

Permalink
Updated char template
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Dec 2, 2024
1 parent 336a613 commit c65684d
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
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.
2 changes: 1 addition & 1 deletion graphics/chars/bodies/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
platform.rotation_euler[axis] = 0
for i in range(0, 8):
# rotate
platform.rotation_euler[axis] = radians(angle) * i
platform.rotation_euler[axis] = radians(angle) * (i + 1)
# set filename so that up is first
render.filepath = path.format(name, (i + 6) % 8)
# render animation
Expand Down

0 comments on commit c65684d

Please sign in to comment.