grid and mouse snapping
This commit is contained in:
parent
736829a119
commit
61986f41fa
7 changed files with 72 additions and 19 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#define KUBO_WINDOW_H
|
||||
|
||||
#include <raylib.h>
|
||||
#include <rlgl.h>
|
||||
|
||||
#include "kubo_bar.h"
|
||||
#include "kubo_camera.h"
|
||||
|
|
@ -31,6 +32,8 @@
|
|||
|
||||
#define KUBO_TARGET_FPS 165
|
||||
|
||||
#define KUBO_GRID_SIZE 50
|
||||
|
||||
void kubo_window_init();
|
||||
void kubo_window_cleanup();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue