From e10abe594f838f61fe9dbe511e193503547831af Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 26 Feb 2010 08:25:48 +0100 Subject: [PATCH] Removed several levels of directory structure. Trying to get to a format as described in [[CreatingMods]]. --- {share/games/supertux2/levels => levels}/octo/SML0101.stl | 0 {share/games/supertux2/levels => levels}/octo/SML0102.stl | 0 {share/games/supertux2/levels => levels}/octo/SML0103.stl | 0 {share/games/supertux2/levels => levels}/octo/SML0202.stl | 0 {share/games/supertux2/levels => levels}/octo/SML0303.stl | 0 {share/games/supertux2/levels => levels}/octo/broken_escalator.stl | 0 {share/games/supertux2/levels => levels}/octo/chocolate2.stl | 0 {share/games/supertux2/levels => levels}/octo/donut2.stl | 0 {share/games/supertux2/levels => levels}/octo/drawbridge.stl | 0 {share/games/supertux2/levels => levels}/octo/entrance.stl | 0 {share/games/supertux2/levels => levels}/octo/info | 2 +- {share/games/supertux2/levels => levels}/octo/throne_room.stl | 0 {share/games/supertux2/levels => levels}/octo/torture_chamber.stl | 0 {share/games/supertux2/levels => levels}/octo/tower.stl | 0 {share/games/supertux2/levels => levels}/octo/worldmap.stwm | 0 {share/games/supertux2/levels => levels}/octo/yoshi2.stl | 0 16 files changed, 1 insertion(+), 1 deletion(-) rename {share/games/supertux2/levels => levels}/octo/SML0101.stl (100%) rename {share/games/supertux2/levels => levels}/octo/SML0102.stl (100%) rename {share/games/supertux2/levels => levels}/octo/SML0103.stl (100%) rename {share/games/supertux2/levels => levels}/octo/SML0202.stl (100%) rename {share/games/supertux2/levels => levels}/octo/SML0303.stl (100%) rename {share/games/supertux2/levels => levels}/octo/broken_escalator.stl (100%) rename {share/games/supertux2/levels => levels}/octo/chocolate2.stl (100%) rename {share/games/supertux2/levels => levels}/octo/donut2.stl (100%) rename {share/games/supertux2/levels => levels}/octo/drawbridge.stl (100%) rename {share/games/supertux2/levels => levels}/octo/entrance.stl (100%) rename {share/games/supertux2/levels => levels}/octo/info (77%) rename {share/games/supertux2/levels => levels}/octo/throne_room.stl (100%) rename {share/games/supertux2/levels => levels}/octo/torture_chamber.stl (100%) rename {share/games/supertux2/levels => levels}/octo/tower.stl (100%) rename {share/games/supertux2/levels => levels}/octo/worldmap.stwm (100%) rename {share/games/supertux2/levels => levels}/octo/yoshi2.stl (100%) diff --git a/share/games/supertux2/levels/octo/SML0101.stl b/levels/octo/SML0101.stl similarity index 100% rename from share/games/supertux2/levels/octo/SML0101.stl rename to levels/octo/SML0101.stl diff --git a/share/games/supertux2/levels/octo/SML0102.stl b/levels/octo/SML0102.stl similarity index 100% rename from share/games/supertux2/levels/octo/SML0102.stl rename to levels/octo/SML0102.stl diff --git a/share/games/supertux2/levels/octo/SML0103.stl b/levels/octo/SML0103.stl similarity index 100% rename from share/games/supertux2/levels/octo/SML0103.stl rename to levels/octo/SML0103.stl diff --git a/share/games/supertux2/levels/octo/SML0202.stl b/levels/octo/SML0202.stl similarity index 100% rename from share/games/supertux2/levels/octo/SML0202.stl rename to levels/octo/SML0202.stl diff --git a/share/games/supertux2/levels/octo/SML0303.stl b/levels/octo/SML0303.stl similarity index 100% rename from share/games/supertux2/levels/octo/SML0303.stl rename to levels/octo/SML0303.stl diff --git a/share/games/supertux2/levels/octo/broken_escalator.stl b/levels/octo/broken_escalator.stl similarity index 100% rename from share/games/supertux2/levels/octo/broken_escalator.stl rename to levels/octo/broken_escalator.stl diff --git a/share/games/supertux2/levels/octo/chocolate2.stl b/levels/octo/chocolate2.stl similarity index 100% rename from share/games/supertux2/levels/octo/chocolate2.stl rename to levels/octo/chocolate2.stl diff --git a/share/games/supertux2/levels/octo/donut2.stl b/levels/octo/donut2.stl similarity index 100% rename from share/games/supertux2/levels/octo/donut2.stl rename to levels/octo/donut2.stl diff --git a/share/games/supertux2/levels/octo/drawbridge.stl b/levels/octo/drawbridge.stl similarity index 100% rename from share/games/supertux2/levels/octo/drawbridge.stl rename to levels/octo/drawbridge.stl diff --git a/share/games/supertux2/levels/octo/entrance.stl b/levels/octo/entrance.stl similarity index 100% rename from share/games/supertux2/levels/octo/entrance.stl rename to levels/octo/entrance.stl diff --git a/share/games/supertux2/levels/octo/info b/levels/octo/info similarity index 77% rename from share/games/supertux2/levels/octo/info rename to levels/octo/info index f516ac9..c13b799 100644 --- a/share/games/supertux2/levels/octo/info +++ b/levels/octo/info @@ -1,5 +1,5 @@ (supertux-world - (title (_ "octo's Castle")) + (title (_ "octo's Levels")) (description "Levels contributed by octo") (hide-from-contribs #f) (levelset #f) diff --git a/share/games/supertux2/levels/octo/throne_room.stl b/levels/octo/throne_room.stl similarity index 100% rename from share/games/supertux2/levels/octo/throne_room.stl rename to levels/octo/throne_room.stl diff --git a/share/games/supertux2/levels/octo/torture_chamber.stl b/levels/octo/torture_chamber.stl similarity index 100% rename from share/games/supertux2/levels/octo/torture_chamber.stl rename to levels/octo/torture_chamber.stl diff --git a/share/games/supertux2/levels/octo/tower.stl b/levels/octo/tower.stl similarity index 100% rename from share/games/supertux2/levels/octo/tower.stl rename to levels/octo/tower.stl diff --git a/share/games/supertux2/levels/octo/worldmap.stwm b/levels/octo/worldmap.stwm similarity index 100% rename from share/games/supertux2/levels/octo/worldmap.stwm rename to levels/octo/worldmap.stwm diff --git a/share/games/supertux2/levels/octo/yoshi2.stl b/levels/octo/yoshi2.stl similarity index 100% rename from share/games/supertux2/levels/octo/yoshi2.stl rename to levels/octo/yoshi2.stl -- 2.11.0