diff options
-rw-r--r-- | SonLVL INI Files/Common/EggPrison.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/Common/Invisible lava marker.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/Common/Monitor.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/Common/PointBonus.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/Common/Spikes.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/Common/Spring.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/GHZ/BreakableWall.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/GHZ/Newtron.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/GHZ/Platform.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/GHZ/WallBarrier.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/MZ/Brick.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/MZ/MovingPlatform.xml | 2 | ||||
-rw-r--r-- | SonLVL INI Files/SYZ/Platform.xml | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/SonLVL INI Files/Common/EggPrison.xml b/SonLVL INI Files/Common/EggPrison.xml index 866efd6..95a3e00 100644 --- a/SonLVL INI Files/Common/EggPrison.xml +++ b/SonLVL INI Files/Common/EggPrison.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.Common" TypeName="EggPrison" Language="cs" Name="Egg Prison" Image="capsule" RememberState="false" Debug="false">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Egg Prison" Image="capsule" RememberState="false" Debug="false">
<Images>
<ImageFromMappings id="capsule">
<ArtFile filename="../artnem/Prison Capsule.bin" />
diff --git a/SonLVL INI Files/Common/Invisible lava marker.xml b/SonLVL INI Files/Common/Invisible lava marker.xml index 2a14cb0..9248896 100644 --- a/SonLVL INI Files/Common/Invisible lava marker.xml +++ b/SonLVL INI Files/Common/Invisible lava marker.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.Common" TypeName="LavaMarker" Language="cs" Name="Invisible lava marker" Image="img1" RememberState="false"> +<ObjDef xmlns="http://www.sonicretro.org" Name="Invisible lava marker" Image="img1" RememberState="false"> <Images> <ImageFromMappings id="img1"> <ArtFile filename=".../artnem/Monitors.bin" /> diff --git a/SonLVL INI Files/Common/Monitor.xml b/SonLVL INI Files/Common/Monitor.xml index 1d96454..a9227df 100644 --- a/SonLVL INI Files/Common/Monitor.xml +++ b/SonLVL INI Files/Common/Monitor.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.Common" TypeName="Monitor" Language="cs" Name="Monitor" Image="img" Debug="false">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Monitor" Image="img" Debug="false">
<Images>
<ImageFromMappings id="img">
<ArtFile filename="../artnem/Monitors.bin" />
diff --git a/SonLVL INI Files/Common/PointBonus.xml b/SonLVL INI Files/Common/PointBonus.xml index 5af8af8..6bed4cf 100644 --- a/SonLVL INI Files/Common/PointBonus.xml +++ b/SonLVL INI Files/Common/PointBonus.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.Common" TypeName="PointBonus" Language="cs" Name="Hidden Point Bonus" Image="img100" RememberState="false" DefaultSubtype="03" Debug="false">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Hidden Point Bonus" Image="img100" RememberState="false" DefaultSubtype="03" Debug="false">
<Images>
<ImageFromMappings id="img10000">
<ArtFile filename="../artnem/Hidden Bonuses.bin" />
diff --git a/SonLVL INI Files/Common/Spikes.xml b/SonLVL INI Files/Common/Spikes.xml index e5ae857..ab64301 100644 --- a/SonLVL INI Files/Common/Spikes.xml +++ b/SonLVL INI Files/Common/Spikes.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.Common" TypeName="Spikes" Language="cs" Name="Spikes" Image="img1" RememberState="false" Debug="false">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Spikes" Image="img1" RememberState="false" Debug="false">
<Images>
<ImageFromMappings id="img1">
<ArtFile filename="../artnem/Spikes.bin" />
diff --git a/SonLVL INI Files/Common/Spring.xml b/SonLVL INI Files/Common/Spring.xml index 5d0f18c..65a45e8 100644 --- a/SonLVL INI Files/Common/Spring.xml +++ b/SonLVL INI Files/Common/Spring.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.Common" TypeName="Spring" Language="cs" Name="Spring" Image="redvert" RememberState="false" Debug="false">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Spring" Image="redvert" RememberState="false" Debug="false">
<Images>
<ImageFromMappings id="redvert">
<ArtFile filename="../artnem/Spring Horizontal.bin" />
diff --git a/SonLVL INI Files/GHZ/BreakableWall.xml b/SonLVL INI Files/GHZ/BreakableWall.xml index c3371c8..186eb4a 100644 --- a/SonLVL INI Files/GHZ/BreakableWall.xml +++ b/SonLVL INI Files/GHZ/BreakableWall.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.GHZ" TypeName="BreakableWall" Language="cs" Name="Breakable Wall" RememberState="true" Image="img1">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Breakable Wall" RememberState="true" Image="img1">
<Images>
<ImageFromMappings id="img1">
<ArtFile filename="../artnem/GHZ Breakable Wall.bin"/>
diff --git a/SonLVL INI Files/GHZ/Newtron.xml b/SonLVL INI Files/GHZ/Newtron.xml index 02fbc7e..bf4e88d 100644 --- a/SonLVL INI Files/GHZ/Newtron.xml +++ b/SonLVL INI Files/GHZ/Newtron.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.GHZ" TypeName="Newtron" Language="cs" Name="Newtron" RememberState="true" Image="img1">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Newtron" RememberState="true" Image="img1">
<Images>
<ImageFromMappings id="img1">
<ArtFile filename="../artnem/Enemy Newtron.bin"/>
diff --git a/SonLVL INI Files/GHZ/Platform.xml b/SonLVL INI Files/GHZ/Platform.xml index 9048ba1..bc11356 100644 --- a/SonLVL INI Files/GHZ/Platform.xml +++ b/SonLVL INI Files/GHZ/Platform.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.GHZ" TypeName="Platform" Language="cs" Name="Platform" Image="img1">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Platform" Image="img1">
<Images>
<ImageFromMappings id="img1">
<ArtFile filename="LevelArt"/>
diff --git a/SonLVL INI Files/GHZ/WallBarrier.xml b/SonLVL INI Files/GHZ/WallBarrier.xml index 91eec43..2791fdb 100644 --- a/SonLVL INI Files/GHZ/WallBarrier.xml +++ b/SonLVL INI Files/GHZ/WallBarrier.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.GHZ" TypeName="WallBarrier" Language="cs" Name="Wall Barrier" RememberState="true" Image="img1">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Wall Barrier" RememberState="true" Image="img1">
<Images>
<ImageFromMappings id="img1">
<ArtFile filename="../artnem/GHZ Edge Wall.bin"/>
diff --git a/SonLVL INI Files/MZ/Brick.xml b/SonLVL INI Files/MZ/Brick.xml index ab45334..5ce589c 100644 --- a/SonLVL INI Files/MZ/Brick.xml +++ b/SonLVL INI Files/MZ/Brick.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.MZ" TypeName="Brick" Language="cs" Name="Brick" Image="img1"> +<ObjDef xmlns="http://www.sonicretro.org" Name="Brick" Image="img1"> <Images> <ImageFromMappings id="img1"> <ArtFile filename="LevelArt"/> diff --git a/SonLVL INI Files/MZ/MovingPlatform.xml b/SonLVL INI Files/MZ/MovingPlatform.xml index dc1e5af..9a0095d 100644 --- a/SonLVL INI Files/MZ/MovingPlatform.xml +++ b/SonLVL INI Files/MZ/MovingPlatform.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.MZ" TypeName="MovingPlatform" Language="cs" Name="Grass Platform" Image="img1">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Grass Platform" Image="img1">
<Images>
<ImageFromMappings id="img1">
<ArtFile filename="LevelArt"/>
diff --git a/SonLVL INI Files/SYZ/Platform.xml b/SonLVL INI Files/SYZ/Platform.xml index 454de6e..d33b8ca 100644 --- a/SonLVL INI Files/SYZ/Platform.xml +++ b/SonLVL INI Files/SYZ/Platform.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?>
-<ObjDef xmlns="http://www.sonicretro.org" Namespace="S1ObjectDefinitions.SYZ" TypeName="Platform" Language="cs" Name="Platform" Image="img1">
+<ObjDef xmlns="http://www.sonicretro.org" Name="Platform" Image="img1">
<Images>
<ImageFromMappings id="img1">
<ArtFile filename="LevelArt"/>
|