Skip to content

Commit

Permalink
Factored out player logic into sk_player module
Browse files Browse the repository at this point in the history
Also replaced testing player model from distributed format (`.gltf`)
to single binary one (`.glb`).
  • Loading branch information
iWas-Coder committed Mar 27, 2024
1 parent 5f2c7da commit 2fff16e
Show file tree
Hide file tree
Showing 20 changed files with 222 additions and 4,797 deletions.
12 changes: 7 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ define RAYLIB_CFLAGS
$(RELEASE_OPTS)
endef
define CFLAGS
-std=c17 \
-Wall \
-Wextra \
-pedantic \
$(DEBUG_SYM_OPTS) \
-std=c17 \
-Wall \
-Wextra \
-pedantic \
-Werror=unused-parameter \
-Werror=implicit-function-declaration \
$(DEBUG_SYM_OPTS) \
$(RELEASE_OPTS)
endef
define LDFLAGS
Expand Down
5 changes: 2 additions & 3 deletions assets/models/COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Stylized Pistol Low Poly Rigged" (https://skfb.ly/oG6LY) by Klasy
licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)

jett/
"Jett" (https://sketchfab.com/3d-models/jett-f6cc2de8bb9e4881a8af4d481044074d)
by ILilMitch (https://sketchfab.com/ILilMitch)
jett.glb
"Jett" (https://skfb.ly/oQynH) by ILilMitch
licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
Binary file added assets/models/jett.glb
Binary file not shown.
Binary file removed assets/models/jett/scene.bin
Binary file not shown.
Loading

0 comments on commit 2fff16e

Please sign in to comment.