diff options
| author | iamcheeseman <[email protected]> | 2026-03-06 18:55:27 -0500 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-06 18:55:27 -0500 |
| commit | 4c0c7682433a6da363ed8d608766fe8b52b70669 (patch) | |
| tree | 988538c2e765abe93cfcc5d82885c9814ed37c2d /src/callbacks.odin | |
| parent | 3c7c93a2d844448ac9e8234418a786206a851596 (diff) | |
yayyy hugbug
Diffstat (limited to 'src/callbacks.odin')
| -rw-r--r-- | src/callbacks.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callbacks.odin b/src/callbacks.odin index 75237eb..b36993e 100644 --- a/src/callbacks.odin +++ b/src/callbacks.odin @@ -20,6 +20,7 @@ draw_callbacks := []Draw_Callback{ draw_wiggle_props, draw_player, // PLAYER HERE draw_enemies, + // draw_enemy_bodies, draw_ropes, draw_bullets, draw_upgrade, |
