From 572ae2b14906462a81a233a0e06180c1dc815786 Mon Sep 17 00:00:00 2001 From: zlago Date: Tue, 11 Feb 2025 23:42:33 +0100 Subject: tweaks --- src/incbin.h | 2 +- src/player.c | 1 + src/res/enemy.ase | Bin 914 -> 724 bytes src/res/flier.ase | Bin 964 -> 691 bytes src/res/icon.png | Bin 239 -> 211 bytes src/res/pacer.ase | Bin 504 -> 504 bytes src/res/padding.ase | Bin 401 -> 350 bytes 7 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/incbin.h b/src/incbin.h index d768006..5dbd575 100644 --- a/src/incbin.h +++ b/src/incbin.h @@ -1,6 +1,6 @@ #pragma once -#if defined(__APPLE__) +#if defined(__APPLE__) || (defined(__MINGW32__) && !defined(__MINGW64__)) extern char const game_icon[], game_icon_end[]; #else extern char const _game_icon[], _game_icon_end[]; diff --git a/src/player.c b/src/player.c index 40c5f6f..83720e6 100644 --- a/src/player.c +++ b/src/player.c @@ -332,6 +332,7 @@ static int player_update(struct entity *self) { self->timer = 60; } if (self->timer-- == 0) { + anim(self, PLAYER_A_IDLE); self->state = PLAYER_IDLE; } break; diff --git a/src/res/enemy.ase b/src/res/enemy.ase index aa73c16..ce1bad6 100644 Binary files a/src/res/enemy.ase and b/src/res/enemy.ase differ diff --git a/src/res/flier.ase b/src/res/flier.ase index 741409a..0577788 100644 Binary files a/src/res/flier.ase and b/src/res/flier.ase differ diff --git a/src/res/icon.png b/src/res/icon.png index 04d5199..1298225 100644 Binary files a/src/res/icon.png and b/src/res/icon.png differ diff --git a/src/res/pacer.ase b/src/res/pacer.ase index 6e05528..a9ff0ea 100644 Binary files a/src/res/pacer.ase and b/src/res/pacer.ase differ diff --git a/src/res/padding.ase b/src/res/padding.ase index 3bdd076..39f4cfc 100644 Binary files a/src/res/padding.ase and b/src/res/padding.ase differ -- cgit 1.4.1-2-gfad0