author | nemo |
Fri, 03 Aug 2018 15:34:23 -0400 | |
changeset 13606 | ba6648614cd7 |
parent 13605 | 422d6062620a |
child 13607 | 212036414957 |
--- a/misc/theme_editor.html Thu Aug 02 20:27:20 2018 -0400 +++ b/misc/theme_editor.html Fri Aug 03 15:34:23 2018 -0400 @@ -41,7 +41,7 @@ horizont = new Image(); horizont.onload = tryToDraw; - horizont.src = 'https://hg.hedgewars.org/hedgewars/raw-file/share/hedgewars/Data/Themes/Nature/horizont.png'; + horizont.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Themes/Nature/horizont.png'; land = new Image(); land.onload = tryToDraw;