misc/theme_editor.html
changeset 13507 7e188a28f078
parent 10017 de822cd3df3a
child 13606 ba6648614cd7
--- a/misc/theme_editor.html	Wed Jul 18 01:35:59 2018 +0200
+++ b/misc/theme_editor.html	Wed Jul 18 02:05:05 2018 +0200
@@ -33,27 +33,27 @@
 
                     sky = new Image();
                     sky.onload = tryToDraw;
-                    sky.src = 'http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Themes/Nature/Sky.png';
+                    sky.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Themes/Nature/Sky.png';
 
                     clouds = new Image();
                     clouds.onload = tryToDraw;
-                    clouds.src = 'http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Graphics/Clouds.png';
+                    clouds.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Graphics/Clouds.png';
 
                     horizont = new Image();
                     horizont.onload = tryToDraw;
-                    horizont.src = 'http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Themes/Nature/horizont.png';
+                    horizont.src = 'https://hg.hedgewars.org/hedgewars/raw-file/share/hedgewars/Data/Themes/Nature/horizont.png';
 
                     land = new Image();
                     land.onload = tryToDraw;
-                    land.src = 'http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Themes/Nature/LandTex.png';
+                    land.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Themes/Nature/LandTex.png';
 
                     border = new Image();
                     border.onload = tryToDraw;
-                    border.src = 'http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Themes/Nature/Border.png';
+                    border.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Themes/Nature/Border.png';
 
                     water = new Image();
                     water.onload = tryToDraw;
-                    water.src = 'http://hedgewars.googlecode.com/hg/share/hedgewars/Data/Graphics/BlueWater.png';
+                    water.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Graphics/BlueWater.png';
 
                     landArray = new Array(512);
                     for (var x = 0; x < landArray.length; x++)