From fdd8c085968f2e29f20697690e554f4e6b833943 Mon Sep 17 00:00:00 2001 From: kimura Date: Mon, 26 Sep 2022 11:14:58 +0900 Subject: [PATCH] rename --- popcorn/Assets/MyGame/Resources/{CityIcon.meta => CityIcons.meta} | 0 .../MyGame/Resources/{CityIcon => CityIcons}/beijing.prefab | 0 .../MyGame/Resources/{CityIcon => CityIcons}/beijing.prefab.meta | 0 .../Assets/MyGame/Resources/{CityIcon => CityIcons}/egg.prefab | 0 .../MyGame/Resources/{CityIcon => CityIcons}/egg.prefab.meta | 0 .../MyGame/Resources/{CityIcon => CityIcons}/san_francisco.prefab | 0 .../Resources/{CityIcon => CityIcons}/san_francisco.prefab.meta | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename popcorn/Assets/MyGame/Resources/{CityIcon.meta => CityIcons.meta} (100%) rename popcorn/Assets/MyGame/Resources/{CityIcon => CityIcons}/beijing.prefab (100%) rename popcorn/Assets/MyGame/Resources/{CityIcon => CityIcons}/beijing.prefab.meta (100%) rename popcorn/Assets/MyGame/Resources/{CityIcon => CityIcons}/egg.prefab (100%) rename popcorn/Assets/MyGame/Resources/{CityIcon => CityIcons}/egg.prefab.meta (100%) rename popcorn/Assets/MyGame/Resources/{CityIcon => CityIcons}/san_francisco.prefab (100%) rename popcorn/Assets/MyGame/Resources/{CityIcon => CityIcons}/san_francisco.prefab.meta (100%) diff --git a/popcorn/Assets/MyGame/Resources/CityIcon.meta b/popcorn/Assets/MyGame/Resources/CityIcons.meta similarity index 100% rename from popcorn/Assets/MyGame/Resources/CityIcon.meta rename to popcorn/Assets/MyGame/Resources/CityIcons.meta diff --git a/popcorn/Assets/MyGame/Resources/CityIcon/beijing.prefab b/popcorn/Assets/MyGame/Resources/CityIcons/beijing.prefab similarity index 100% rename from popcorn/Assets/MyGame/Resources/CityIcon/beijing.prefab rename to popcorn/Assets/MyGame/Resources/CityIcons/beijing.prefab diff --git a/popcorn/Assets/MyGame/Resources/CityIcon/beijing.prefab.meta b/popcorn/Assets/MyGame/Resources/CityIcons/beijing.prefab.meta similarity index 100% rename from popcorn/Assets/MyGame/Resources/CityIcon/beijing.prefab.meta rename to popcorn/Assets/MyGame/Resources/CityIcons/beijing.prefab.meta diff --git a/popcorn/Assets/MyGame/Resources/CityIcon/egg.prefab b/popcorn/Assets/MyGame/Resources/CityIcons/egg.prefab similarity index 100% rename from popcorn/Assets/MyGame/Resources/CityIcon/egg.prefab rename to popcorn/Assets/MyGame/Resources/CityIcons/egg.prefab diff --git a/popcorn/Assets/MyGame/Resources/CityIcon/egg.prefab.meta b/popcorn/Assets/MyGame/Resources/CityIcons/egg.prefab.meta similarity index 100% rename from popcorn/Assets/MyGame/Resources/CityIcon/egg.prefab.meta rename to popcorn/Assets/MyGame/Resources/CityIcons/egg.prefab.meta diff --git a/popcorn/Assets/MyGame/Resources/CityIcon/san_francisco.prefab b/popcorn/Assets/MyGame/Resources/CityIcons/san_francisco.prefab similarity index 100% rename from popcorn/Assets/MyGame/Resources/CityIcon/san_francisco.prefab rename to popcorn/Assets/MyGame/Resources/CityIcons/san_francisco.prefab diff --git a/popcorn/Assets/MyGame/Resources/CityIcon/san_francisco.prefab.meta b/popcorn/Assets/MyGame/Resources/CityIcons/san_francisco.prefab.meta similarity index 100% rename from popcorn/Assets/MyGame/Resources/CityIcon/san_francisco.prefab.meta rename to popcorn/Assets/MyGame/Resources/CityIcons/san_francisco.prefab.meta