summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-08 21:27:49 +0100
committerkdx <kikoodx@paranoici.org>2023-03-08 21:27:49 +0100
commit8cf641bb3b6335cb91f3c5e93fd438ddbf1ed8e0 (patch)
tree4339cbb6edd6878103dfb656d8bcad9a5432ed70
parent286d298cff9e901f74b7ae03d72bbeab72fb88c7 (diff)
download005-8cf641bb3b6335cb91f3c5e93fd438ddbf1ed8e0.tar.gz
mv res->res005
-rw-r--r--Cursor.cpp4
-rw-r--r--main.cpp4
-rw-r--r--res005/cursor_down.bmp (renamed from res/cursor_down.bmp)bin117898 -> 117898 bytes
-rw-r--r--res005/cursor_up.bmp (renamed from res/cursor_up.bmp)bin137354 -> 137354 bytes
-rw-r--r--res005/sample_0.wav (renamed from res/sample_0.wav)bin11048 -> 11048 bytes
-rw-r--r--res005/sample_1.wav (renamed from res/sample_1.wav)bin47472 -> 47472 bytes
-rw-r--r--res005/sample_2.wav (renamed from res/sample_2.wav)bin32812 -> 32812 bytes
-rw-r--r--res005/suk.wav (renamed from res/suk.wav)bin79916 -> 79916 bytes
8 files changed, 4 insertions, 4 deletions
diff --git a/Cursor.cpp b/Cursor.cpp
index 95ccd4e..b74eda4 100644
--- a/Cursor.cpp
+++ b/Cursor.cpp
@@ -50,8 +50,8 @@ void Cursor::draw()
stg.scale_x = _xscale;
stg.scale_y = _yscale;
set_color();
- LZR_DrawImageEx((down || erase) ? LZR_IMAGE("res/cursor_down.bmp")
- : LZR_IMAGE("res/cursor_up.bmp"),
+ LZR_DrawImageEx((down || erase) ? LZR_IMAGE("res005/cursor_down.bmp")
+ : LZR_IMAGE("res005/cursor_up.bmp"),
x, y, stg);
}
diff --git a/main.cpp b/main.cpp
index 52db89d..7ac5553 100644
--- a/main.cpp
+++ b/main.cpp
@@ -16,7 +16,7 @@ int main(int argc, char **argv)
return 1;
}
LZR_ToggleFullscreen();
- char snd_path[] = "res/sample_x.wav";
+ char snd_path[] = "res005/sample_x.wav";
char *snd_x = strchr(snd_path, 'x');
for (int i = 0; i < 3; i++) {
*snd_x = '0' + i;
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
return 1;
}
}
- if (LZR_SoundLoad("res/suk.wav", 0.5f) < 0) {
+ if (LZR_SoundLoad("res005/suk.wav", 0.5f) < 0) {
LZR_Quit();
return 1;
}
diff --git a/res/cursor_down.bmp b/res005/cursor_down.bmp
index c2f8a50..c2f8a50 100644
--- a/res/cursor_down.bmp
+++ b/res005/cursor_down.bmp
Binary files differ
diff --git a/res/cursor_up.bmp b/res005/cursor_up.bmp
index 4df3ead..4df3ead 100644
--- a/res/cursor_up.bmp
+++ b/res005/cursor_up.bmp
Binary files differ
diff --git a/res/sample_0.wav b/res005/sample_0.wav
index 2bd96da..2bd96da 100644
--- a/res/sample_0.wav
+++ b/res005/sample_0.wav
Binary files differ
diff --git a/res/sample_1.wav b/res005/sample_1.wav
index 4734c19..4734c19 100644
--- a/res/sample_1.wav
+++ b/res005/sample_1.wav
Binary files differ
diff --git a/res/sample_2.wav b/res005/sample_2.wav
index 9b4a766..9b4a766 100644
--- a/res/sample_2.wav
+++ b/res005/sample_2.wav
Binary files differ
diff --git a/res/suk.wav b/res005/suk.wav
index eb7d2be..eb7d2be 100644
--- a/res/suk.wav
+++ b/res005/suk.wav
Binary files differ