GameEngine/source/player.c
Emilia(SleepeeSoftware) 83d93f7803 i am so tired
2026-02-09 15:41:12 +01:00

25 lines
400 B
C

#include <engine.h>
/*
inventory is a grid that have an item focused,
the item focused have a description and stats windows on the left,
the focused item is either the one under the mouse
or can be choosen using arrow keys (easier controller support)
*/
void PlayerController2D() {
}
void PlayerController3D() {
}
void PlayerInventory() {
}
void PlayerUpdate() {
}