add beepbox music!
This commit is contained in:
@@ -247,7 +247,9 @@ int main(int argc, char** argv)
|
||||
{
|
||||
cat_init();
|
||||
cat_create_window(1920, 1080);
|
||||
cat_play_wav("etc/example.wav");
|
||||
//cat_play_wav("etc/example.wav");
|
||||
//cat_play_wav("etc/cat_quick.wav");
|
||||
cat_play_wav("etc/cat_beep_box.wav");
|
||||
/* layer, visibility, x, y, width, height, r, g, b */
|
||||
cat_fill(0, 1, 0, 0, screen_width - 1, screen_height - 1, 132, 155, 132);
|
||||
/* create the player */ add_entity(1, 0, 0, 0, 50, 50, 100, 50, 0, 0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user