]> localhost Git - miss-le-hell.git/commit
Finish Miss(le) Hell, the abomination
authortf2spi <[email protected]>
Mon, 13 Oct 2025 19:39:31 +0000 (15:39 -0400)
committerMisomosi <[email protected]>
Mon, 13 Oct 2025 22:24:10 +0000 (18:24 -0400)
commitc41b74142b078440454cc7c26fe74182bde1b9bb
tree80afd216f80c4ce690a3ecca4b6a0c9b227cc843
parent6f68499bf94309899bb13d591898cc0e1871bb51
Finish Miss(le) Hell, the abomination
57 files changed:
.gitignore
README.md
assets/binary/LiberationSerif-Regular.ttf [new file with mode: 0644]
assets/binary/atlas.png [new file with mode: 0644]
assets/binary/explosion.wav [new file with mode: 0644]
assets/binary/missle_shot.wav [new file with mode: 0644]
assets/text/font.frag [new file with mode: 0644]
assets/text/texture.frag [new file with mode: 0644]
assets/text/texture.vert [new file with mode: 0644]
core/afx.c [new file with mode: 0644]
core/core_callbacks.c [new file with mode: 0644]
core/gfx.c [new file with mode: 0644]
core/input.c [new file with mode: 0644]
core/os.c [new file with mode: 0644]
game/game_callbacks.c [new file with mode: 0644]
game/sprite.c [new file with mode: 0644]
game/sprite.h [new file with mode: 0644]
include/afx.h [new file with mode: 0644]
include/compiler.h [new file with mode: 0644]
include/core_callbacks.h [new file with mode: 0644]
include/game_callbacks.h [new file with mode: 0644]
include/gfx.h [new file with mode: 0644]
include/input.h [new file with mode: 0644]
include/linalg.h [new file with mode: 0644]
include/os.h [new file with mode: 0644]
include/platform.h [new file with mode: 0644]
include/types.h [new file with mode: 0644]
logo/hdpi/explosion.png [new file with mode: 0644]
logo/ldpi/explosion.png [new file with mode: 0644]
logo/mdpi/explosion.png [new file with mode: 0644]
platform/README.md [new file with mode: 0644]
platform/android.c [new file with mode: 0644]
platform/miniaudio.h [new file with mode: 0644]
platform/posix_impl.c [new file with mode: 0644]
platform/sdl3.c [new file with mode: 0644]
platform/sokol_gfx.h [new file with mode: 0644]
platform/sokol_impl.c [new file with mode: 0644]
platform/stb_image.h [new file with mode: 0644]
platform/stb_impl.c [new file with mode: 0644]
platform/stb_impl.h [new file with mode: 0644]
platform/stb_rect_pack.h [new file with mode: 0644]
platform/stb_truetype.h [new file with mode: 0644]
platform/stb_vorbis.c [new file with mode: 0644]
platform/stdio_impl.c [new file with mode: 0644]
platform/windows_impl.c [new file with mode: 0644]
scripts/android/build-arch.sh [new file with mode: 0755]
scripts/android/build.sh [new file with mode: 0755]
scripts/android/debug.sh [new file with mode: 0755]
scripts/android/install.sh [new file with mode: 0755]
scripts/android/log.sh [new file with mode: 0755]
scripts/android/package.sh [new file with mode: 0755]
scripts/android/sysroot.sh [new file with mode: 0755]
scripts/android/toolchain.sh [new file with mode: 0755]
scripts/linux/build.sh [new file with mode: 0755]
scripts/linux/toolchain.sh [new file with mode: 0755]
scripts/windows/build.sh [new file with mode: 0644]
scripts/windows/toolchain.sh [new file with mode: 0644]