mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
add .xcf for normal.png
This commit is contained in:
parent
feaa20c586
commit
0a0f9faa7f
Binary file not shown.
Before Width: | Height: | Size: 129 KiB |
BIN
data/normal.png
Normal file
BIN
data/normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
BIN
data/normal.xcf
Normal file
BIN
data/normal.xcf
Normal file
Binary file not shown.
@ -79,7 +79,7 @@ rotate_visual(struct notcurses* nc, struct ncplane* n, int dy, int dx){
|
||||
ncplane_erase(n);
|
||||
struct ncvisual* nncv = NULL;
|
||||
if(notcurses_canopen_images(nc)){
|
||||
char* path = find_data("fractalheight.png");
|
||||
char* path = find_data("normal.png");
|
||||
if(path){
|
||||
nc_err_e err;
|
||||
nncv = ncvisual_from_file(path, &err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user