From 3d3c113d02936f990e314c53be20d1af76c43a7c Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 09 Feb 2009 11:54:18 +0000 Subject: Merge screen_resolution_independent branch - total refactoring of code; - support various screen resolutions; - use jobjects for characters, backgrounds and sounds; - add collaboration code --- (limited to 'icons') diff --git a/icons/filmstrip.png b/icons/filmstrip.png index 37e3ca6..fa78873 100644 --- a/icons/filmstrip.png +++ b/icons/filmstrip.png Binary files differ diff --git a/icons/pink_arrow.png b/icons/pink_arrow.png index bb0ac73..d26e106 100644 --- a/icons/pink_arrow.png +++ b/icons/pink_arrow.png Binary files differ diff --git a/icons/sl-reset.svg b/icons/sl-reset.svg new file mode 100644 index 0000000..833e85b --- /dev/null +++ b/icons/sl-reset.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/icons/sound_icon.png b/icons/sound_icon.png deleted file mode 100644 index e953394..0000000 --- a/icons/sound_icon.png +++ /dev/null Binary files differ diff --git a/icons/tempo1.svg b/icons/tempo1.svg new file mode 100644 index 0000000..bb9aeec --- /dev/null +++ b/icons/tempo1.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/icons/tempo2.svg b/icons/tempo2.svg new file mode 100644 index 0000000..4a98310 --- /dev/null +++ b/icons/tempo2.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/icons/tempo3.svg b/icons/tempo3.svg new file mode 100644 index 0000000..bd893bd --- /dev/null +++ b/icons/tempo3.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/icons/tempo4.svg b/icons/tempo4.svg new file mode 100644 index 0000000..6fa5afa --- /dev/null +++ b/icons/tempo4.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/icons/tempo5.svg b/icons/tempo5.svg new file mode 100644 index 0000000..9500e7e --- /dev/null +++ b/icons/tempo5.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/icons/tempo6.svg b/icons/tempo6.svg new file mode 100644 index 0000000..9844fd6 --- /dev/null +++ b/icons/tempo6.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/icons/tempo7.svg b/icons/tempo7.svg new file mode 100644 index 0000000..54bed80 --- /dev/null +++ b/icons/tempo7.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/icons/tempo8.svg b/icons/tempo8.svg new file mode 100644 index 0000000..2c0154f --- /dev/null +++ b/icons/tempo8.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/icons/yellow_arrow.png b/icons/yellow_arrow.png index f3a35f2..600ca8c 100644 --- a/icons/yellow_arrow.png +++ b/icons/yellow_arrow.png Binary files differ -- cgit v0.9.1