GameEngine/source/player.c
2026-01-31 18:35:26 +01:00

9 lines
263 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)
*/