1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 11:57:40 +00:00

ads-game:: ds-texture

This commit is contained in:
Zeno Rogue
2022-09-28 19:18:04 +02:00
parent 22a5729d35
commit ade4f9c030
4 changed files with 182 additions and 0 deletions

View File

@@ -103,4 +103,10 @@ int draw_per_frame = 1000;
ld ds_split_speed = 0.1;
int XSCALE = 64;
int YSCALE = 64;
int talpha = 32;
void init_textures();
void pick_textures();
void draw_textures();
}}