diff --git a/.gitignore b/.gitignore index e4b4ee8..ff6808d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ oscope-of/bin/data/* !oscope-of/bin/data/settings.json !oscope-of/bin/data/greetings.txt !oscope-of/bin/data/models/ +!oscope-of/bin/data/sprites/ oscope-of/obj/ oscope-of/.vscode/ oscope-of/Project.xcconfig diff --git a/oscope-of/bin/data/sprites/amiga_wb.png b/oscope-of/bin/data/sprites/amiga_wb.png new file mode 100644 index 0000000..e56f3db Binary files /dev/null and b/oscope-of/bin/data/sprites/amiga_wb.png differ diff --git a/oscope-of/bin/data/sprites/apple_bitten.svg b/oscope-of/bin/data/sprites/apple_bitten.svg new file mode 100644 index 0000000..c651f2a --- /dev/null +++ b/oscope-of/bin/data/sprites/apple_bitten.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/oscope-of/bin/data/sprites/apple_rainbow.png b/oscope-of/bin/data/sprites/apple_rainbow.png new file mode 100644 index 0000000..e4a2d3a Binary files /dev/null and b/oscope-of/bin/data/sprites/apple_rainbow.png differ diff --git a/oscope-of/bin/data/sprites/atari_fuji.png b/oscope-of/bin/data/sprites/atari_fuji.png new file mode 100644 index 0000000..4450fcf Binary files /dev/null and b/oscope-of/bin/data/sprites/atari_fuji.png differ diff --git a/oscope-of/bin/data/sprites/atari_fuji.svg b/oscope-of/bin/data/sprites/atari_fuji.svg new file mode 100644 index 0000000..8ccabf1 --- /dev/null +++ b/oscope-of/bin/data/sprites/atari_fuji.svg @@ -0,0 +1,5 @@ + + + + ATARI + diff --git a/oscope-of/bin/data/sprites/beos.png b/oscope-of/bin/data/sprites/beos.png new file mode 100644 index 0000000..45743a3 Binary files /dev/null and b/oscope-of/bin/data/sprites/beos.png differ diff --git a/oscope-of/bin/data/sprites/c64_basic.png b/oscope-of/bin/data/sprites/c64_basic.png new file mode 100644 index 0000000..46f8e5a Binary files /dev/null and b/oscope-of/bin/data/sprites/c64_basic.png differ diff --git a/oscope-of/bin/data/sprites/happy_mac.svg b/oscope-of/bin/data/sprites/happy_mac.svg new file mode 100644 index 0000000..e240e69 --- /dev/null +++ b/oscope-of/bin/data/sprites/happy_mac.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/oscope-of/bin/data/sprites/irix.png b/oscope-of/bin/data/sprites/irix.png new file mode 100644 index 0000000..d3a5990 Binary files /dev/null and b/oscope-of/bin/data/sprites/irix.png differ diff --git a/oscope-of/bin/data/sprites/lotus_123.png b/oscope-of/bin/data/sprites/lotus_123.png new file mode 100644 index 0000000..b610dc3 Binary files /dev/null and b/oscope-of/bin/data/sprites/lotus_123.png differ diff --git a/oscope-of/bin/data/sprites/msdos.png b/oscope-of/bin/data/sprites/msdos.png new file mode 100644 index 0000000..382a95a Binary files /dev/null and b/oscope-of/bin/data/sprites/msdos.png differ diff --git a/oscope-of/bin/data/sprites/nextstep.png b/oscope-of/bin/data/sprites/nextstep.png new file mode 100644 index 0000000..6cb4948 Binary files /dev/null and b/oscope-of/bin/data/sprites/nextstep.png differ diff --git a/oscope-of/bin/data/sprites/ocean_diamond.svg b/oscope-of/bin/data/sprites/ocean_diamond.svg new file mode 100644 index 0000000..ef8c383 --- /dev/null +++ b/oscope-of/bin/data/sprites/ocean_diamond.svg @@ -0,0 +1,5 @@ + + + + OCEAN + diff --git a/oscope-of/bin/data/sprites/os2_warp.png b/oscope-of/bin/data/sprites/os2_warp.png new file mode 100644 index 0000000..5f427fd Binary files /dev/null and b/oscope-of/bin/data/sprites/os2_warp.png differ diff --git a/oscope-of/bin/data/sprites/windows_1_0.png b/oscope-of/bin/data/sprites/windows_1_0.png new file mode 100644 index 0000000..3d131f4 Binary files /dev/null and b/oscope-of/bin/data/sprites/windows_1_0.png differ diff --git a/oscope-of/bin/data/sprites/windows_311.png b/oscope-of/bin/data/sprites/windows_311.png new file mode 100644 index 0000000..e63ef6c Binary files /dev/null and b/oscope-of/bin/data/sprites/windows_311.png differ diff --git a/oscope-of/bin/data/sprites/windows_95.png b/oscope-of/bin/data/sprites/windows_95.png new file mode 100644 index 0000000..702f878 Binary files /dev/null and b/oscope-of/bin/data/sprites/windows_95.png differ diff --git a/oscope-of/bin/data/sprites/workbench_icon.svg b/oscope-of/bin/data/sprites/workbench_icon.svg new file mode 100644 index 0000000..9f944af --- /dev/null +++ b/oscope-of/bin/data/sprites/workbench_icon.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/oscope-of/bin/data/sprites/zx_spectrum.png b/oscope-of/bin/data/sprites/zx_spectrum.png new file mode 100644 index 0000000..a92ecae Binary files /dev/null and b/oscope-of/bin/data/sprites/zx_spectrum.png differ