summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-09 14:42:49 +0100
committerkdx <kikoodx@paranoici.org>2023-03-09 14:42:49 +0100
commit5f70e7a1d32afddc5505433cd25124a53833d144 (patch)
treee6aa06c488e551542e88f3447e3eaf7c9126cb6e
parent8cf641bb3b6335cb91f3c5e93fd438ddbf1ed8e0 (diff)
download005-main.tar.gz
mv res005->res/005HEADmain
-rw-r--r--.gitignore4
-rw-r--r--Cursor.cpp4
-rw-r--r--main.cpp4
-rw-r--r--res/005/cursor_down.bmp (renamed from res005/cursor_down.bmp)bin117898 -> 117898 bytes
-rw-r--r--res/005/cursor_up.bmp (renamed from res005/cursor_up.bmp)bin137354 -> 137354 bytes
-rw-r--r--res/005/sample_0.wav (renamed from res005/sample_0.wav)bin11048 -> 11048 bytes
-rw-r--r--res/005/sample_1.wav (renamed from res005/sample_1.wav)bin47472 -> 47472 bytes
-rw-r--r--res/005/sample_2.wav (renamed from res005/sample_2.wav)bin32812 -> 32812 bytes
-rw-r--r--res/005/suk.wav (renamed from res005/suk.wav)bin79916 -> 79916 bytes
9 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index a3bb58b..1d3d0bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-005
-005.*
+/005
+/005.*
*.o
*.d
tags
diff --git a/Cursor.cpp b/Cursor.cpp
index b74eda4..93549ca 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("res005/cursor_down.bmp")
- : LZR_IMAGE("res005/cursor_up.bmp"),
+ LZR_DrawImageEx((down || erase) ? LZR_IMAGE("res/005/cursor_down.bmp")
+ : LZR_IMAGE("res/005/cursor_up.bmp"),
x, y, stg);
}
diff --git a/main.cpp b/main.cpp
index 7ac5553..1206d87 100644
--- a/main.cpp
+++ b/main.cpp
@@ -16,7 +16,7 @@ int main(int argc, char **argv)
return 1;
}
LZR_ToggleFullscreen();
- char snd_path[] = "res005/sample_x.wav";
+ char snd_path[] = "res/005/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("res005/suk.wav", 0.5f) < 0) {
+ if (LZR_SoundLoad("res/005/suk.wav", 0.5f) < 0) {
LZR_Quit();
return 1;
}
diff --git a/res005/cursor_down.bmp b/res/005/cursor_down.bmp
index c2f8a50..c2f8a50 100644
--- a/res005/cursor_down.bmp
+++ b/res/005/cursor_down.bmp
Binary files differ
diff --git a/res005/cursor_up.bmp b/res/005/cursor_up.bmp
index 4df3ead..4df3ead 100644
--- a/res005/cursor_up.bmp
+++ b/res/005/cursor_up.bmp
Binary files differ
diff --git a/res005/sample_0.wav b/res/005/sample_0.wav
index 2bd96da..2bd96da 100644
--- a/res005/sample_0.wav
+++ b/res/005/sample_0.wav
Binary files differ
diff --git a/res005/sample_1.wav b/res/005/sample_1.wav
index 4734c19..4734c19 100644
--- a/res005/sample_1.wav
+++ b/res/005/sample_1.wav
Binary files differ
diff --git a/res005/sample_2.wav b/res/005/sample_2.wav
index 9b4a766..9b4a766 100644
--- a/res005/sample_2.wav
+++ b/res/005/sample_2.wav
Binary files differ
diff --git a/res005/suk.wav b/res/005/suk.wav
index eb7d2be..eb7d2be 100644
--- a/res005/suk.wav
+++ b/res/005/suk.wav
Binary files differ