From e38736670c019ed8cc7ac3d6d123b9a90b3aa745 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Mon, 23 Feb 2015 23:29:39 +0100 Subject: [PATCH] Move TS music, notifications and voices yamls to audio subfolder. Move TileSets and tile/cell settings for consistency with other mods. --- mods/ts/{ => audio}/music.yaml | 0 mods/ts/{ => audio}/notifications.yaml | 0 mods/ts/{ => audio}/voices.yaml | 0 mods/ts/mod.yaml | 24 ++++++++++++------------ 4 files changed, 12 insertions(+), 12 deletions(-) rename mods/ts/{ => audio}/music.yaml (100%) rename mods/ts/{ => audio}/notifications.yaml (100%) rename mods/ts/{ => audio}/voices.yaml (100%) diff --git a/mods/ts/music.yaml b/mods/ts/audio/music.yaml similarity index 100% rename from mods/ts/music.yaml rename to mods/ts/audio/music.yaml diff --git a/mods/ts/notifications.yaml b/mods/ts/audio/notifications.yaml similarity index 100% rename from mods/ts/notifications.yaml rename to mods/ts/audio/notifications.yaml diff --git a/mods/ts/voices.yaml b/mods/ts/audio/voices.yaml similarity index 100% rename from mods/ts/voices.yaml rename to mods/ts/audio/voices.yaml diff --git a/mods/ts/mod.yaml b/mods/ts/mod.yaml index 441fd3d07d..af95019733 100644 --- a/mods/ts/mod.yaml +++ b/mods/ts/mod.yaml @@ -87,6 +87,15 @@ Sequences: VoxelSequences: ./mods/ts/sequences/voxels.yaml +TileSets: + ./mods/ts/tilesets/temperat.yaml + +TileSize: 48,24 +TileShape: Diamond +SubCells: + Offsets: 0,0,0, -256,128,0, 0,-128,0, 256,128,0 + DefaultIndex: 2 + Cursors: ./mods/ts/cursors.yaml @@ -142,22 +151,13 @@ Weapons: ./mods/ts/weapons.yaml Voices: - ./mods/ts/voices.yaml + ./mods/ts/audio/voices.yaml Notifications: - ./mods/ts/notifications.yaml - -TileSets: - ./mods/ts/tilesets/temperat.yaml - -TileSize: 48,24 -TileShape: Diamond -SubCells: - Offsets: 0,0,0, -256,128,0, 0,-128,0, 256,128,0 - DefaultIndex: 2 + ./mods/ts/audio/notifications.yaml Music: - ./mods/ts/music.yaml + ./mods/ts/audio/music.yaml Translations: ./mods/ts/languages/english.yaml