From 4aef89affed1a43ec7e61a103a3e9c671db3810a Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Wed, 21 Apr 2021 00:55:50 +0200 Subject: [PATCH] renamed frames to follow a system --- src/FrameChooser.js | 18 +++++++++--------- .../{ProfileFrame Purple.png => 0xSOM.png} | Bin ...rame B_G Bars.png => 2xSOM-Blue-Green.png} | Bin ...rame R_Y Bars.png => 2xSOM-Red-Yellow.png} | Bin ...rs.png => 4xSOM-Blue-Red-Yellow-Green.png} | Bin ...fileFrame Blue Bars.png => 5xSOM-Blue.png} | Bin ...leFrame Green Bars.png => 5xSOM-Green.png} | Bin ...rofileFrame Red Bars.png => 5xSOM-Red.png} | Bin ...leFrame White Bars.png => 5xSOM-White.png} | Bin ...Frame Yellow Bars.png => 5xSOM-Yellow.png} | Bin 10 files changed, 9 insertions(+), 9 deletions(-) rename src/frames/{ProfileFrame Purple.png => 0xSOM.png} (100%) rename src/frames/{ProfileFrame B_G Bars.png => 2xSOM-Blue-Green.png} (100%) rename src/frames/{ProfileFrame R_Y Bars.png => 2xSOM-Red-Yellow.png} (100%) rename src/frames/{ProfileFrame Mixed Bars.png => 4xSOM-Blue-Red-Yellow-Green.png} (100%) rename src/frames/{ProfileFrame Blue Bars.png => 5xSOM-Blue.png} (100%) rename src/frames/{ProfileFrame Green Bars.png => 5xSOM-Green.png} (100%) rename src/frames/{ProfileFrame Red Bars.png => 5xSOM-Red.png} (100%) rename src/frames/{ProfileFrame White Bars.png => 5xSOM-White.png} (100%) rename src/frames/{ProfileFrame Yellow Bars.png => 5xSOM-Yellow.png} (100%) diff --git a/src/FrameChooser.js b/src/FrameChooser.js index 7be90cb..a080848 100644 --- a/src/FrameChooser.js +++ b/src/FrameChooser.js @@ -10,15 +10,15 @@ function FrameChooser({onChange}) { async function loadFrames(){ Promise.all( [ - 'ProfileFrame Purple', - 'ProfileFrame Mixed Bars', - 'ProfileFrame Yellow Bars', - 'ProfileFrame Red Bars', - 'ProfileFrame Blue Bars', - 'ProfileFrame Green Bars', - // 'ProfileFrame White Bars', - // 'ProfileFrame B_G Bars', - // 'ProfileFrame R_Y Bars', + '0xSOM', // SOM = Stripes of Movement + '4xSOM-Blue-Red-Yellow-Green', + '5xSOM-Blue', + '5xSOM-Green', + '5xSOM-Red', + '5xSOM-Yellow', + // '5xSOM-White', + // '2xSOM-Blue-Green', + // '2xSOM-Red-Yellow', ] .map(async frame_filename => { return { diff --git a/src/frames/ProfileFrame Purple.png b/src/frames/0xSOM.png similarity index 100% rename from src/frames/ProfileFrame Purple.png rename to src/frames/0xSOM.png diff --git a/src/frames/ProfileFrame B_G Bars.png b/src/frames/2xSOM-Blue-Green.png similarity index 100% rename from src/frames/ProfileFrame B_G Bars.png rename to src/frames/2xSOM-Blue-Green.png diff --git a/src/frames/ProfileFrame R_Y Bars.png b/src/frames/2xSOM-Red-Yellow.png similarity index 100% rename from src/frames/ProfileFrame R_Y Bars.png rename to src/frames/2xSOM-Red-Yellow.png diff --git a/src/frames/ProfileFrame Mixed Bars.png b/src/frames/4xSOM-Blue-Red-Yellow-Green.png similarity index 100% rename from src/frames/ProfileFrame Mixed Bars.png rename to src/frames/4xSOM-Blue-Red-Yellow-Green.png diff --git a/src/frames/ProfileFrame Blue Bars.png b/src/frames/5xSOM-Blue.png similarity index 100% rename from src/frames/ProfileFrame Blue Bars.png rename to src/frames/5xSOM-Blue.png diff --git a/src/frames/ProfileFrame Green Bars.png b/src/frames/5xSOM-Green.png similarity index 100% rename from src/frames/ProfileFrame Green Bars.png rename to src/frames/5xSOM-Green.png diff --git a/src/frames/ProfileFrame Red Bars.png b/src/frames/5xSOM-Red.png similarity index 100% rename from src/frames/ProfileFrame Red Bars.png rename to src/frames/5xSOM-Red.png diff --git a/src/frames/ProfileFrame White Bars.png b/src/frames/5xSOM-White.png similarity index 100% rename from src/frames/ProfileFrame White Bars.png rename to src/frames/5xSOM-White.png diff --git a/src/frames/ProfileFrame Yellow Bars.png b/src/frames/5xSOM-Yellow.png similarity index 100% rename from src/frames/ProfileFrame Yellow Bars.png rename to src/frames/5xSOM-Yellow.png