feat: Refactor luna to its own file

This commit is contained in:
Maël Villerbu 2024-03-27 22:54:37 +01:00
parent 4f07333eda
commit 27b9a08bcb
4 changed files with 164 additions and 164 deletions

View file

@ -0,0 +1,8 @@
#pragma once
extern bool is_sneaking;
extern bool is_barking;
extern bool is_jumping;
extern bool showed_jump;
void render_luna(int LUNA_X, int LUNA_Y);