BIG MOVES

This commit is contained in:
Priec
2025-11-14 19:59:04 +01:00
parent 4ed4452fae
commit fa7e18e4d5
11 changed files with 75 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
// src/render/player.h
#pragma once
#include "player_mask.h"
#include "../assets/character_frames.h"
// Draw the player object starting at given (x, y)
void draw_character(int x, int y, CharacterFrame frame);