- [WIP] Comence amb el propertygrid
- [NEW] Módul aux - [WIP] Módul tilemap ja mostra el mapa - [FIX] japi/draw: les textures han de vores en NEAREST
This commit is contained in:
14
source/tilemap.h
Normal file
14
source/tilemap.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
namespace tilemap
|
||||
{
|
||||
void init();
|
||||
|
||||
void start();
|
||||
void draw();
|
||||
void end();
|
||||
|
||||
void set(uint16_t *tiles);
|
||||
void setBackground(int color);
|
||||
}
|
||||
Reference in New Issue
Block a user