diff --git a/te2ris/.gitignore b/.gitignore similarity index 87% rename from te2ris/.gitignore rename to .gitignore index 756fe61c..58cbc825 100644 --- a/te2ris/.gitignore +++ b/.gitignore @@ -1,28 +1,27 @@ - # This .gitignore file should be placed at the root of your Unity project directory # # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ -[Bb]uild/ -[Bb]uilds/ -[Ll]ogs/ -[Uu]ser[Ss]ettings/ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ +/[Uu]ser[Ss]ettings/ # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data -[Mm]emoryCaptures/ +/[Mm]emoryCaptures/ # Recordings can get excessive in size -[Rr]ecordings/ +/[Rr]ecordings/ # Uncomment this line if you wish to ignore the asset store tools plugin # /[Aa]ssets/AssetStoreTools* # Autogenerated Jetbrains Rider plugin -[Aa]ssets/Plugins/Editor/JetBrains* +/[Aa]ssets/Plugins/Editor/JetBrains* # Visual Studio cache directory .vs/ diff --git a/te2ris/.vscode/settings.json b/.vscode/settings.json similarity index 100% rename from te2ris/.vscode/settings.json rename to .vscode/settings.json diff --git a/te2ris/.vsconfig b/.vsconfig similarity index 100% rename from te2ris/.vsconfig rename to .vsconfig diff --git a/te2ris/Assets/Animation.meta b/Assets/Animation.meta similarity index 100% rename from te2ris/Assets/Animation.meta rename to Assets/Animation.meta diff --git a/te2ris/Assets/Animation/block (1).controller b/Assets/Animation/block (1).controller similarity index 100% rename from te2ris/Assets/Animation/block (1).controller rename to Assets/Animation/block (1).controller diff --git a/te2ris/Assets/Animation/block (1).controller.meta b/Assets/Animation/block (1).controller.meta similarity index 100% rename from te2ris/Assets/Animation/block (1).controller.meta rename to Assets/Animation/block (1).controller.meta diff --git a/te2ris/Assets/Animation/block (3).controller b/Assets/Animation/block (3).controller similarity index 100% rename from te2ris/Assets/Animation/block (3).controller rename to Assets/Animation/block (3).controller diff --git a/te2ris/Assets/Animation/block (3).controller.meta b/Assets/Animation/block (3).controller.meta similarity index 100% rename from te2ris/Assets/Animation/block (3).controller.meta rename to Assets/Animation/block (3).controller.meta diff --git a/te2ris/Assets/Animation/dropwater.anim b/Assets/Animation/dropwater.anim similarity index 100% rename from te2ris/Assets/Animation/dropwater.anim rename to Assets/Animation/dropwater.anim diff --git a/te2ris/Assets/Animation/dropwater.anim.meta b/Assets/Animation/dropwater.anim.meta similarity index 100% rename from te2ris/Assets/Animation/dropwater.anim.meta rename to Assets/Animation/dropwater.anim.meta diff --git a/te2ris/Assets/Animation/dropwater_2.anim b/Assets/Animation/dropwater_2.anim similarity index 100% rename from te2ris/Assets/Animation/dropwater_2.anim rename to Assets/Animation/dropwater_2.anim diff --git a/te2ris/Assets/Animation/dropwater_2.anim.meta b/Assets/Animation/dropwater_2.anim.meta similarity index 100% rename from te2ris/Assets/Animation/dropwater_2.anim.meta rename to Assets/Animation/dropwater_2.anim.meta diff --git a/te2ris/Assets/Animation/flag.controller b/Assets/Animation/flag.controller similarity index 100% rename from te2ris/Assets/Animation/flag.controller rename to Assets/Animation/flag.controller diff --git a/te2ris/Assets/Animation/flag.controller.meta b/Assets/Animation/flag.controller.meta similarity index 100% rename from te2ris/Assets/Animation/flag.controller.meta rename to Assets/Animation/flag.controller.meta diff --git a/te2ris/Assets/Animation/goal.anim b/Assets/Animation/goal.anim similarity index 100% rename from te2ris/Assets/Animation/goal.anim rename to Assets/Animation/goal.anim diff --git a/te2ris/Assets/Animation/goal.anim.meta b/Assets/Animation/goal.anim.meta similarity index 100% rename from te2ris/Assets/Animation/goal.anim.meta rename to Assets/Animation/goal.anim.meta diff --git a/te2ris/Assets/Animation/groundsprite (25).controller b/Assets/Animation/groundsprite (25).controller similarity index 100% rename from te2ris/Assets/Animation/groundsprite (25).controller rename to Assets/Animation/groundsprite (25).controller diff --git a/te2ris/Assets/Animation/groundsprite (25).controller.meta b/Assets/Animation/groundsprite (25).controller.meta similarity index 100% rename from te2ris/Assets/Animation/groundsprite (25).controller.meta rename to Assets/Animation/groundsprite (25).controller.meta diff --git a/te2ris/Assets/Animation/move.anim b/Assets/Animation/move.anim similarity index 100% rename from te2ris/Assets/Animation/move.anim rename to Assets/Animation/move.anim diff --git a/te2ris/Assets/Animation/move.anim.meta b/Assets/Animation/move.anim.meta similarity index 100% rename from te2ris/Assets/Animation/move.anim.meta rename to Assets/Animation/move.anim.meta diff --git a/te2ris/Assets/Animation/player.controller b/Assets/Animation/player.controller similarity index 100% rename from te2ris/Assets/Animation/player.controller rename to Assets/Animation/player.controller diff --git a/te2ris/Assets/Animation/player.controller.meta b/Assets/Animation/player.controller.meta similarity index 100% rename from te2ris/Assets/Animation/player.controller.meta rename to Assets/Animation/player.controller.meta diff --git a/te2ris/Assets/Animation/real_stay.anim b/Assets/Animation/real_stay.anim similarity index 100% rename from te2ris/Assets/Animation/real_stay.anim rename to Assets/Animation/real_stay.anim diff --git a/te2ris/Assets/Animation/real_stay.anim.meta b/Assets/Animation/real_stay.anim.meta similarity index 100% rename from te2ris/Assets/Animation/real_stay.anim.meta rename to Assets/Animation/real_stay.anim.meta diff --git a/te2ris/Assets/Animation/spring!.controller b/Assets/Animation/spring!.controller similarity index 100% rename from te2ris/Assets/Animation/spring!.controller rename to Assets/Animation/spring!.controller diff --git a/te2ris/Assets/Animation/spring!.controller.meta b/Assets/Animation/spring!.controller.meta similarity index 100% rename from te2ris/Assets/Animation/spring!.controller.meta rename to Assets/Animation/spring!.controller.meta diff --git a/te2ris/Assets/Animation/spring.anim b/Assets/Animation/spring.anim similarity index 100% rename from te2ris/Assets/Animation/spring.anim rename to Assets/Animation/spring.anim diff --git a/te2ris/Assets/Animation/spring.anim.meta b/Assets/Animation/spring.anim.meta similarity index 100% rename from te2ris/Assets/Animation/spring.anim.meta rename to Assets/Animation/spring.anim.meta diff --git a/te2ris/Assets/Animation/walking.anim b/Assets/Animation/walking.anim similarity index 100% rename from te2ris/Assets/Animation/walking.anim rename to Assets/Animation/walking.anim diff --git a/te2ris/Assets/Animation/walking.anim.meta b/Assets/Animation/walking.anim.meta similarity index 100% rename from te2ris/Assets/Animation/walking.anim.meta rename to Assets/Animation/walking.anim.meta diff --git a/te2ris/Assets/Animation/water.anim b/Assets/Animation/water.anim similarity index 100% rename from te2ris/Assets/Animation/water.anim rename to Assets/Animation/water.anim diff --git a/te2ris/Assets/Animation/water.anim.meta b/Assets/Animation/water.anim.meta similarity index 100% rename from te2ris/Assets/Animation/water.anim.meta rename to Assets/Animation/water.anim.meta diff --git a/te2ris/Assets/Material.meta b/Assets/Material.meta similarity index 100% rename from te2ris/Assets/Material.meta rename to Assets/Material.meta diff --git a/te2ris/Assets/Material/Ice.physicsMaterial2D b/Assets/Material/Ice.physicsMaterial2D similarity index 100% rename from te2ris/Assets/Material/Ice.physicsMaterial2D rename to Assets/Material/Ice.physicsMaterial2D diff --git a/te2ris/Assets/Material/Ice.physicsMaterial2D.meta b/Assets/Material/Ice.physicsMaterial2D.meta similarity index 100% rename from te2ris/Assets/Material/Ice.physicsMaterial2D.meta rename to Assets/Material/Ice.physicsMaterial2D.meta diff --git a/te2ris/Assets/Material/Player.physicsMaterial2D b/Assets/Material/Player.physicsMaterial2D similarity index 100% rename from te2ris/Assets/Material/Player.physicsMaterial2D rename to Assets/Material/Player.physicsMaterial2D diff --git a/te2ris/Assets/Material/Player.physicsMaterial2D.meta b/Assets/Material/Player.physicsMaterial2D.meta similarity index 100% rename from te2ris/Assets/Material/Player.physicsMaterial2D.meta rename to Assets/Material/Player.physicsMaterial2D.meta diff --git a/te2ris/Assets/Material/block2dPM.physicsMaterial2D b/Assets/Material/block2dPM.physicsMaterial2D similarity index 100% rename from te2ris/Assets/Material/block2dPM.physicsMaterial2D rename to Assets/Material/block2dPM.physicsMaterial2D diff --git a/te2ris/Assets/Material/block2dPM.physicsMaterial2D.meta b/Assets/Material/block2dPM.physicsMaterial2D.meta similarity index 100% rename from te2ris/Assets/Material/block2dPM.physicsMaterial2D.meta rename to Assets/Material/block2dPM.physicsMaterial2D.meta diff --git a/te2ris/Assets/Prefabs.meta b/Assets/Prefabs.meta similarity index 100% rename from te2ris/Assets/Prefabs.meta rename to Assets/Prefabs.meta diff --git "a/te2ris/Assets/Prefabs/I\353\270\224\353\241\235.prefab" "b/Assets/Prefabs/I\353\270\224\353\241\235.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/I\353\270\224\353\241\235.prefab" rename to "Assets/Prefabs/I\353\270\224\353\241\235.prefab" diff --git "a/te2ris/Assets/Prefabs/I\353\270\224\353\241\235.prefab.meta" "b/Assets/Prefabs/I\353\270\224\353\241\235.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/I\353\270\224\353\241\235.prefab.meta" rename to "Assets/Prefabs/I\353\270\224\353\241\235.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/J\353\270\224\353\241\235.prefab" "b/Assets/Prefabs/J\353\270\224\353\241\235.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/J\353\270\224\353\241\235.prefab" rename to "Assets/Prefabs/J\353\270\224\353\241\235.prefab" diff --git "a/te2ris/Assets/Prefabs/J\353\270\224\353\241\235.prefab.meta" "b/Assets/Prefabs/J\353\270\224\353\241\235.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/J\353\270\224\353\241\235.prefab.meta" rename to "Assets/Prefabs/J\353\270\224\353\241\235.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/L\353\270\224\353\241\235.prefab" "b/Assets/Prefabs/L\353\270\224\353\241\235.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/L\353\270\224\353\241\235.prefab" rename to "Assets/Prefabs/L\353\270\224\353\241\235.prefab" diff --git "a/te2ris/Assets/Prefabs/L\353\270\224\353\241\235.prefab.meta" "b/Assets/Prefabs/L\353\270\224\353\241\235.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/L\353\270\224\353\241\235.prefab.meta" rename to "Assets/Prefabs/L\353\270\224\353\241\235.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/O\353\270\224\353\241\235.prefab" "b/Assets/Prefabs/O\353\270\224\353\241\235.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/O\353\270\224\353\241\235.prefab" rename to "Assets/Prefabs/O\353\270\224\353\241\235.prefab" diff --git "a/te2ris/Assets/Prefabs/O\353\270\224\353\241\235.prefab.meta" "b/Assets/Prefabs/O\353\270\224\353\241\235.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/O\353\270\224\353\241\235.prefab.meta" rename to "Assets/Prefabs/O\353\270\224\353\241\235.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/S\353\270\224\353\241\235.prefab" "b/Assets/Prefabs/S\353\270\224\353\241\235.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/S\353\270\224\353\241\235.prefab" rename to "Assets/Prefabs/S\353\270\224\353\241\235.prefab" diff --git "a/te2ris/Assets/Prefabs/S\353\270\224\353\241\235.prefab.meta" "b/Assets/Prefabs/S\353\270\224\353\241\235.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/S\353\270\224\353\241\235.prefab.meta" rename to "Assets/Prefabs/S\353\270\224\353\241\235.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/T\353\270\224\353\241\235.prefab" "b/Assets/Prefabs/T\353\270\224\353\241\235.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/T\353\270\224\353\241\235.prefab" rename to "Assets/Prefabs/T\353\270\224\353\241\235.prefab" diff --git "a/te2ris/Assets/Prefabs/T\353\270\224\353\241\235.prefab.meta" "b/Assets/Prefabs/T\353\270\224\353\241\235.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/T\353\270\224\353\241\235.prefab.meta" rename to "Assets/Prefabs/T\353\270\224\353\241\235.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/Z\353\270\224\353\241\235.prefab" "b/Assets/Prefabs/Z\353\270\224\353\241\235.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/Z\353\270\224\353\241\235.prefab" rename to "Assets/Prefabs/Z\353\270\224\353\241\235.prefab" diff --git "a/te2ris/Assets/Prefabs/Z\353\270\224\353\241\235.prefab.meta" "b/Assets/Prefabs/Z\353\270\224\353\241\235.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/Z\353\270\224\353\241\235.prefab.meta" rename to "Assets/Prefabs/Z\353\270\224\353\241\235.prefab.meta" diff --git a/te2ris/Assets/Prefabs/big_star.prefab b/Assets/Prefabs/big_star.prefab similarity index 100% rename from te2ris/Assets/Prefabs/big_star.prefab rename to Assets/Prefabs/big_star.prefab diff --git a/te2ris/Assets/Prefabs/big_star.prefab.meta b/Assets/Prefabs/big_star.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/big_star.prefab.meta rename to Assets/Prefabs/big_star.prefab.meta diff --git a/te2ris/Assets/Prefabs/collider.prefab b/Assets/Prefabs/collider.prefab similarity index 100% rename from te2ris/Assets/Prefabs/collider.prefab rename to Assets/Prefabs/collider.prefab diff --git a/te2ris/Assets/Prefabs/collider.prefab.meta b/Assets/Prefabs/collider.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/collider.prefab.meta rename to Assets/Prefabs/collider.prefab.meta diff --git a/te2ris/Assets/Prefabs/deadline.prefab b/Assets/Prefabs/deadline.prefab similarity index 100% rename from te2ris/Assets/Prefabs/deadline.prefab rename to Assets/Prefabs/deadline.prefab diff --git a/te2ris/Assets/Prefabs/deadline.prefab.meta b/Assets/Prefabs/deadline.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/deadline.prefab.meta rename to Assets/Prefabs/deadline.prefab.meta diff --git a/te2ris/Assets/Prefabs/player.prefab b/Assets/Prefabs/player.prefab similarity index 100% rename from te2ris/Assets/Prefabs/player.prefab rename to Assets/Prefabs/player.prefab diff --git a/te2ris/Assets/Prefabs/player.prefab.meta b/Assets/Prefabs/player.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/player.prefab.meta rename to Assets/Prefabs/player.prefab.meta diff --git a/te2ris/Assets/Prefabs/spring!.prefab b/Assets/Prefabs/spring!.prefab similarity index 100% rename from te2ris/Assets/Prefabs/spring!.prefab rename to Assets/Prefabs/spring!.prefab diff --git a/te2ris/Assets/Prefabs/spring!.prefab.meta b/Assets/Prefabs/spring!.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/spring!.prefab.meta rename to Assets/Prefabs/spring!.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1.meta b/Assets/Prefabs/stage_1.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1.meta rename to Assets/Prefabs/stage_1.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_i Variant.prefab b/Assets/Prefabs/stage_1/stage1_i Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_i Variant.prefab rename to Assets/Prefabs/stage_1/stage1_i Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_i Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_i Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_i Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_i Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab b/Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab rename to Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_i(1) Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_j Variant.prefab b/Assets/Prefabs/stage_1/stage1_j Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_j Variant.prefab rename to Assets/Prefabs/stage_1/stage1_j Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_j Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_j Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_j Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_j Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab b/Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab rename to Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_j(1) Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_l Variant.prefab b/Assets/Prefabs/stage_1/stage1_l Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_l Variant.prefab rename to Assets/Prefabs/stage_1/stage1_l Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_l Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_l Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_l Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_l Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab b/Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab rename to Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_l(1)Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_o Variant.prefab b/Assets/Prefabs/stage_1/stage1_o Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_o Variant.prefab rename to Assets/Prefabs/stage_1/stage1_o Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_o Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_o Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_o Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_o Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab b/Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab rename to Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_o(1) Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_s Variant.prefab b/Assets/Prefabs/stage_1/stage1_s Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_s Variant.prefab rename to Assets/Prefabs/stage_1/stage1_s Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_s Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_s Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_s Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_s Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab b/Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab rename to Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_s(1) Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_t Variant.prefab b/Assets/Prefabs/stage_1/stage1_t Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_t Variant.prefab rename to Assets/Prefabs/stage_1/stage1_t Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_t Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_t Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_t Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_t Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab b/Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab rename to Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_t(1) Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_z Variant.prefab b/Assets/Prefabs/stage_1/stage1_z Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_z Variant.prefab rename to Assets/Prefabs/stage_1/stage1_z Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_z Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_z Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_z Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_z Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab b/Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab rename to Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab diff --git a/te2ris/Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab.meta b/Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab.meta rename to Assets/Prefabs/stage_1/stage1_z(1) Variant.prefab.meta diff --git a/te2ris/Assets/Prefabs/stage_2.meta b/Assets/Prefabs/stage_2.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_2.meta rename to Assets/Prefabs/stage_2.meta diff --git "a/te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_2/I\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_2/J\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_2/L\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_2/O\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_2/S\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_2/T\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_2/Z\353\270\224\353\241\235 Variant.prefab.meta" diff --git a/te2ris/Assets/Prefabs/stage_3.meta b/Assets/Prefabs/stage_3.meta similarity index 100% rename from te2ris/Assets/Prefabs/stage_3.meta rename to Assets/Prefabs/stage_3.meta diff --git "a/te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_3/I\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_3/J\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_3/L\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_3/O\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_3/S\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_3/T\353\270\224\353\241\235 Variant.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab" "b/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab" rename to "Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab.meta" "b/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab.meta" rename to "Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant 1.prefab.meta" diff --git "a/te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab" "b/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab" rename to "Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab" diff --git "a/te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab.meta" "b/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab.meta" similarity index 100% rename from "te2ris/Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab.meta" rename to "Assets/Prefabs/stage_3/Z\353\270\224\353\241\235 Variant.prefab.meta" diff --git a/te2ris/Assets/Prefabs/star.prefab b/Assets/Prefabs/star.prefab similarity index 100% rename from te2ris/Assets/Prefabs/star.prefab rename to Assets/Prefabs/star.prefab diff --git a/te2ris/Assets/Prefabs/star.prefab.meta b/Assets/Prefabs/star.prefab.meta similarity index 100% rename from te2ris/Assets/Prefabs/star.prefab.meta rename to Assets/Prefabs/star.prefab.meta diff --git a/te2ris/Assets/Resources.meta b/Assets/Resources.meta similarity index 100% rename from te2ris/Assets/Resources.meta rename to Assets/Resources.meta diff --git a/te2ris/Assets/Resources/BillingMode.json b/Assets/Resources/BillingMode.json similarity index 100% rename from te2ris/Assets/Resources/BillingMode.json rename to Assets/Resources/BillingMode.json diff --git a/te2ris/Assets/Resources/BillingMode.json.meta b/Assets/Resources/BillingMode.json.meta similarity index 100% rename from te2ris/Assets/Resources/BillingMode.json.meta rename to Assets/Resources/BillingMode.json.meta diff --git a/te2ris/Assets/Resources/Sound.meta b/Assets/Resources/Sound.meta similarity index 100% rename from te2ris/Assets/Resources/Sound.meta rename to Assets/Resources/Sound.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321.meta b/Assets/Resources/Sound/8Bit Music Album - 051321.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/1. Track 1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/10. Track 10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/2. Track 2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/3. Track 3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/4. Track 4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/5. Track 5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/6. Track 6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/7. Track 7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/8. Track 8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav b/Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav rename to Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/9. Track 9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt b/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt similarity index 94% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt rename to Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt index a1ae6089..8c07b80e 100644 --- a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt +++ b/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt @@ -1,16 +1,16 @@ - 8Bit Music Album - 051321 - Artist: GWriterStudio -1. Track 1 -2. Track 2 -3. Track 3 -4. Track 4 -5. Track 5 -6. Track 6 -7. Track 7 -8. Track 8 -9. Track 9 -10. Track 10 -Total Length : 20:02s - -Have Questions/Request change contact me via gmail: + 8Bit Music Album - 051321 + Artist: GWriterStudio +1. Track 1 +2. Track 2 +3. Track 3 +4. Track 4 +5. Track 5 +6. Track 6 +7. Track 7 +8. Track 8 +9. Track 9 +10. Track 10 +Total Length : 20:02s + +Have Questions/Request change contact me via gmail: gwriterstudio@gmail.com \ No newline at end of file diff --git a/te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt.meta b/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt.meta rename to Assets/Resources/Sound/8Bit Music Album - 051321/Notes.txt.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_24.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Blood_Squirt_53.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Bone_Break_21.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Blood Demo/Download the Blood SFX.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Afrikan_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Button_scale_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Chicken_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Download the Buttons Collection Pack.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/Lead_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/SCFI_button_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_14.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/beep_21.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/block_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/bonus_coin_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/button_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/comical_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/marimba_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/switch_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Buttons Colletions Demo/synthe_15.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Download the Engine Of The Future.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_13_on.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_17_on.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_1_on.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_31_On.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Engines of the Future Demo/Future_engine_7_on.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Abyss_monster_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Bug_rare_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Download the Fantasy Creatures Pack.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_fly_10_pass.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/Fairy_voice_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/bird_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/cavern_monster_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/dragon_growl_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/gnome_laught_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/goblin_rage_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/rats_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Fantasy Creatures Demo/troll_eating_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Download the Magic Sounds FX.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_11.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_19.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_1_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_27.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_55.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_67_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_69.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Magic Demo/Magic_6_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Double_bubble_hit_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Download the Match 3 Elements.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Ethereal_mallet_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Glockenspiel_hit_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Jewel_hit_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Marimba_levelUp_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Metal_hit_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/Shell_fall_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/bubble_hit_9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/marble_tic_wood_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/wood_block_hit_9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Match 3 Elements Demo/xilophone_rare_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Abyss_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Download the Nightmare Ambience.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_11_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/Nightmare_ambience_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Nightmare ambiences Demo/RareNoise_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Donwload the Power Laser Guns.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_111.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_24.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_37.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_46.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_68.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/LaserGun_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun06.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun27.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun41.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun56.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Power Laser Guns Demo/Plasm_gun65.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Download the Terror Noise SFX.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/Girl_saying_daddy_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_17.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_27.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Terror Noises Demo/TerrorNoise_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Ah_ah_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Awesome.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/ComeOn.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Cute.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/DoYouNeedHelp_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Download the Voices Expressions.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Fantastic.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Go.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/GreatJob.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Great_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Incredible_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Marvelous.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/Sweet_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/TryAgain_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouNeedMoreGems_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Voices Expressions Demo/YouWin.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Arrow_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Download the Weapons Collection.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/FireBall_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/Gun_Caliber22_14.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/assault_rifle_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_30.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_41.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/attack_sword_hit_44.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/cannon_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/explosion_21.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/revolver_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/rocket_launcher2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/scatter_gun_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/shotgun_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_hit_blood_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Weapons Demo/sword_move_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Child_zombie_hurt_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/Download the Zombie Voices Pack.pdf.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_attack_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/super_zombie_eating_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_Miscellaneous_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_attack_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_breath_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/OTHER SOUND PACK DEMO/Zombie Voices Demo/zombie_eating_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/beep/beep_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_11.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/coin/coin_9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_11.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_12.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_13.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_14.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_15.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_16.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_17.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_18.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_19.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_20.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_21.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/explosion/explosion_9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/hits/hit_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_11.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_12.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_13.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_14.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_15.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/jump/jump_9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wa.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_11.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_12.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/laser shot/laser_shot_9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_11.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_12.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_13.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_14.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_15.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_16.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_17.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_18.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_19.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_20.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_21.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_22.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_23.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_24.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_25.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_26.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_27.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_28.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_29.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_30.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_31.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_32.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_33.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_34.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_35.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_36.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_37.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_38.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_39.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_40.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_41.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_42.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_43.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_44.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_45.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/powerup/powerup_9.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/missil_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_1.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_10.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_11.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_12.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_13.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_14.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_15.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_16.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_17.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_2.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_3.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_4.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_5.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_6.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_7.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_8.wav.meta diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav diff --git a/te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav.meta b/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav.meta similarity index 100% rename from te2ris/Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav.meta rename to Assets/Resources/Sound/Game Sound Solutions - 8 bits Elements/ramdomize/randomize_9.wav.meta diff --git a/te2ris/Assets/Resources/Sprites.meta b/Assets/Resources/Sprites.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites.meta rename to Assets/Resources/Sprites.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/Example.unity.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/Example/ExampleSettings.lighting.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-cloud-03.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-mountain-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/beach-sky.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/sea.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/day-backgrounds/wave-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-cloud-03.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-mountain-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-beach-sky.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-sea.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/night-backgrounds/night-wave-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-cloud-03.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-mountain-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-beach-sky.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-sea.png.meta diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png diff --git a/te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png.meta b/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png.meta rename to Assets/Resources/Sprites/Free 2D Adventure Beach Pack/sunset-backgrounds/sunset-wave-01.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2.meta b/Assets/Resources/Sprites/UI button pack 2.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2.meta rename to Assets/Resources/Sprites/UI button pack 2.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Black.meta b/Assets/Resources/Sprites/UI button pack 2/Black.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Black.meta rename to Assets/Resources/Sprites/UI button pack 2/Black.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png b/Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png rename to Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png.meta b/Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Black/Black-emplty.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png b/Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png rename to Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png.meta b/Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Black/Lock-Black.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue.meta b/Assets/Resources/Sprites/UI button pack 2/Blue.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/Empty-heart-blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png b/Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/OK-BLUE.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png b/Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/Pause-b.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png b/Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/blur-blank.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/heart-blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/lock-blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/rety--blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/setting-blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/star-blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png b/Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png rename to Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png.meta b/Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Blue/unlock-blue.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue.meta b/Assets/Resources/Sprites/UI button pack 2/Light Blue.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue.meta rename to Assets/Resources/Sprites/UI button pack 2/Light Blue.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png b/Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png.meta b/Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png b/Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png.meta b/Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/LOCK-2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png b/Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png.meta b/Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/UNLOCK-2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png b/Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png.meta b/Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/empty-heart-2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png b/Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png.meta b/Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Light Blue/heart2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Lime.meta b/Assets/Resources/Sprites/UI button pack 2/Lime.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Lime.meta rename to Assets/Resources/Sprites/UI button pack 2/Lime.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/3.png b/Assets/Resources/Sprites/UI button pack 2/Lime/3.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/3.png rename to Assets/Resources/Sprites/UI button pack 2/Lime/3.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/3.png.meta b/Assets/Resources/Sprites/UI button pack 2/Lime/3.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/3.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Lime/3.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png b/Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png rename to Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png.meta b/Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Lime/LOCK 3.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png b/Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png rename to Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png.meta b/Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Lime/UNLOCK-3.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Marron.meta b/Assets/Resources/Sprites/UI button pack 2/Marron.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Marron.meta rename to Assets/Resources/Sprites/UI button pack 2/Marron.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png b/Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png rename to Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png.meta b/Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Marron/Lock-red.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png b/Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png rename to Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png.meta b/Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Marron/Red-emplty.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png b/Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png rename to Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png.meta b/Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Marron/Unlock-red.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green.meta b/Assets/Resources/Sprites/UI button pack 2/Olive green.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green.meta rename to Assets/Resources/Sprites/UI button pack 2/Olive green.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png b/Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png rename to Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png.meta b/Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Olive green/Green-empty.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png b/Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png rename to Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png.meta b/Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Olive green/Lock-Green.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png b/Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png rename to Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png.meta b/Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Olive green/unlock-green.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Orange.meta b/Assets/Resources/Sprites/UI button pack 2/Orange.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Orange.meta rename to Assets/Resources/Sprites/UI button pack 2/Orange.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png b/Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png rename to Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png.meta b/Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Orange/lock-orange.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png b/Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png rename to Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png.meta b/Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Orange/orange-blank.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png b/Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png rename to Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png.meta b/Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Orange/unlock-orange.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Pink.meta b/Assets/Resources/Sprites/UI button pack 2/Pink.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Pink.meta rename to Assets/Resources/Sprites/UI button pack 2/Pink.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/1.png b/Assets/Resources/Sprites/UI button pack 2/Pink/1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/1.png rename to Assets/Resources/Sprites/UI button pack 2/Pink/1.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/1.png.meta b/Assets/Resources/Sprites/UI button pack 2/Pink/1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/1.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Pink/1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png b/Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png rename to Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png.meta b/Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Pink/LOCK-1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png b/Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png rename to Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png.meta b/Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Pink/UNLOCK-1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Purple.meta b/Assets/Resources/Sprites/UI button pack 2/Purple.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Purple.meta rename to Assets/Resources/Sprites/UI button pack 2/Purple.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png b/Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png rename to Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png.meta b/Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Purple/lock pink.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png b/Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png rename to Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png.meta b/Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Purple/pink-blank.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png b/Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png rename to Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png.meta b/Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Purple/unlock-pink.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Red.meta b/Assets/Resources/Sprites/UI button pack 2/Red.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Red.meta rename to Assets/Resources/Sprites/UI button pack 2/Red.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png b/Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png rename to Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png.meta b/Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Red/lock-red.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Red/red.png b/Assets/Resources/Sprites/UI button pack 2/Red/red.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Red/red.png rename to Assets/Resources/Sprites/UI button pack 2/Red/red.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Red/red.png.meta b/Assets/Resources/Sprites/UI button pack 2/Red/red.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Red/red.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Red/red.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png b/Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png rename to Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png.meta b/Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Red/unlock-red.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Scene.meta b/Assets/Resources/Sprites/UI button pack 2/Scene.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Scene.meta rename to Assets/Resources/Sprites/UI button pack 2/Scene.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs b/Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs rename to Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs.meta b/Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs.meta rename to Assets/Resources/Sprites/UI button pack 2/Scene/CreateObj.cs.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity b/Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity rename to Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity.meta b/Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity.meta rename to Assets/Resources/Sprites/UI button pack 2/Scene/Ex.unity.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet.meta b/Assets/Resources/Sprites/UI button pack 2/Voilet.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet.meta rename to Assets/Resources/Sprites/UI button pack 2/Voilet.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png b/Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png rename to Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png.meta b/Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Voilet/lock-purle.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png b/Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png rename to Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png.meta b/Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Voilet/purple.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png b/Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png rename to Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png.meta b/Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png.meta rename to Assets/Resources/Sprites/UI button pack 2/Voilet/unlock-purple.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown.meta b/Assets/Resources/Sprites/UI button pack 2/brown.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown.meta rename to Assets/Resources/Sprites/UI button pack 2/brown.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/close-brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/emplty-heart-brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/lock-brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/remove-add-brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/retry-brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png b/Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png rename to Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/round-brown-.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png b/Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png rename to Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/skip-b.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/sound-brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png b/Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png rename to Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/sound-off-brown.png.meta diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png b/Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png rename to Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png diff --git a/te2ris/Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png.meta b/Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png.meta rename to Assets/Resources/Sprites/UI button pack 2/brown/unlock-brwon.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer.meta b/Assets/Resources/Sprites/kenney_pixelplatformer.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0000.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0001.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0002.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0003.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0004.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0005.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0006.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0007.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0008.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0009.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0010.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/background_0011.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Background/tilemap_packed.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character 1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_move.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Characters/character_stay_3.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p b/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p rename to Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Pixel Platformer.c3p.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt b/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt rename to Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Construct 3/Readme.txt.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/License.txt b/Assets/Resources/Sprites/kenney_pixelplatformer/License.txt similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/License.txt rename to Assets/Resources/Sprites/kenney_pixelplatformer/License.txt diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/License.txt.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/License.txt.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/License.txt.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/License.txt.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Preview.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png b/Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/SampleA.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png b/Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/SampleB.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/characters_packed.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tilemap/tiles_packed.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0000.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001 2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0001.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002 1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0002.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003 2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0003.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004(1).png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0004.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005(1).png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0005.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0006.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0007.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0008.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0009.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0010.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0011.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0012.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0013.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0014.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0015.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0016.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017 2.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0017.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0018.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019 1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0019.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0020.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0021.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0022.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0023.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024(1).png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0024.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025(1).png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0025.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0026.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0027.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0028.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0029.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0030.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0031.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0032.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0033.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0034.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0035.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0036.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0037.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0038.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0039.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0040.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0041.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0042.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0043.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0044.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0045.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0046.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0047.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0048.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0049.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0050.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0051.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0052.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0053.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0054.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0055.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0056.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057 1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0057.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0058.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059 1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0059.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0060.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0061.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0062.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0063.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0064.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0065.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0066.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0067.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0068.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0069.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0070.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0071.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0072.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0073.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0074.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0075.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0076.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0077.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0078.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0079.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0080.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0081.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0082.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0083.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0084.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0085.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0086.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0087.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0088.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0089.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0090.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0091.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0092.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0093.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0094.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0095.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0096.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0097.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0098.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0099.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0100.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0101.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0102.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0103.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0104.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0105.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0106.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0107.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0108.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0109.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0110.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0111.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0112.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0113.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0114.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0115.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0116.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0117.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0118.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0119.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0120.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0121.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0122.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0123.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0124.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0125.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0126.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0127.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0128.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0129.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0130.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0131.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0132.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0133.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0134.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0135.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0136.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0137.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0138.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0139.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0140.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0141.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0142.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0143.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0144.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0145.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0146.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0147.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0148.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0149.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0150.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0151.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0152.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0153.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0154.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0155.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0156.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0157.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0158.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0159.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0160.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0161.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0162.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0163.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0164.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0165.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0166.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0167.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0168.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0169.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0170.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0171.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0172.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0173.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0174.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0175.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0176.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0177.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0178.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_0179.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_ice.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Tiles/tile_wall_1.png.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url b/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url similarity index 97% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url rename to Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url index c220c41b..fbdde435 100644 --- a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url +++ b/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url @@ -1,2 +1,2 @@ -[InternetShortcut] +[InternetShortcut] URL=http://www.kenney.nl/ \ No newline at end of file diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Visit Kenney.url.meta diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url b/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url similarity index 98% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url rename to Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url index 67e9ea57..439ef262 100644 --- a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url +++ b/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url @@ -1,2 +1,2 @@ -[InternetShortcut] +[InternetShortcut] URL=https://www.patreon.com/kenney/ \ No newline at end of file diff --git a/te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url.meta b/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url.meta similarity index 100% rename from te2ris/Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url.meta rename to Assets/Resources/Sprites/kenney_pixelplatformer/Visit Patreon.url.meta diff --git a/te2ris/Assets/Resources/font.meta b/Assets/Resources/font.meta similarity index 100% rename from te2ris/Assets/Resources/font.meta rename to Assets/Resources/font.meta diff --git a/te2ris/Assets/Resources/font/BMJUA_ttf.ttf b/Assets/Resources/font/BMJUA_ttf.ttf similarity index 100% rename from te2ris/Assets/Resources/font/BMJUA_ttf.ttf rename to Assets/Resources/font/BMJUA_ttf.ttf diff --git a/te2ris/Assets/Resources/font/BMJUA_ttf.ttf.meta b/Assets/Resources/font/BMJUA_ttf.ttf.meta similarity index 100% rename from te2ris/Assets/Resources/font/BMJUA_ttf.ttf.meta rename to Assets/Resources/font/BMJUA_ttf.ttf.meta diff --git a/te2ris/Assets/Resources/font/Fulbo-Argenta.otf b/Assets/Resources/font/Fulbo-Argenta.otf similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Argenta.otf rename to Assets/Resources/font/Fulbo-Argenta.otf diff --git a/te2ris/Assets/Resources/font/Fulbo-Argenta.otf.meta b/Assets/Resources/font/Fulbo-Argenta.otf.meta similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Argenta.otf.meta rename to Assets/Resources/font/Fulbo-Argenta.otf.meta diff --git a/te2ris/Assets/Resources/font/Fulbo-Champagne.otf b/Assets/Resources/font/Fulbo-Champagne.otf similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Champagne.otf rename to Assets/Resources/font/Fulbo-Champagne.otf diff --git a/te2ris/Assets/Resources/font/Fulbo-Champagne.otf.meta b/Assets/Resources/font/Fulbo-Champagne.otf.meta similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Champagne.otf.meta rename to Assets/Resources/font/Fulbo-Champagne.otf.meta diff --git a/te2ris/Assets/Resources/font/Fulbo-Premier.otf b/Assets/Resources/font/Fulbo-Premier.otf similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Premier.otf rename to Assets/Resources/font/Fulbo-Premier.otf diff --git a/te2ris/Assets/Resources/font/Fulbo-Premier.otf.meta b/Assets/Resources/font/Fulbo-Premier.otf.meta similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Premier.otf.meta rename to Assets/Resources/font/Fulbo-Premier.otf.meta diff --git a/te2ris/Assets/Resources/font/Fulbo-Retro.otf b/Assets/Resources/font/Fulbo-Retro.otf similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Retro.otf rename to Assets/Resources/font/Fulbo-Retro.otf diff --git a/te2ris/Assets/Resources/font/Fulbo-Retro.otf.meta b/Assets/Resources/font/Fulbo-Retro.otf.meta similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Retro.otf.meta rename to Assets/Resources/font/Fulbo-Retro.otf.meta diff --git a/te2ris/Assets/Resources/font/Fulbo-Tano.otf b/Assets/Resources/font/Fulbo-Tano.otf similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Tano.otf rename to Assets/Resources/font/Fulbo-Tano.otf diff --git a/te2ris/Assets/Resources/font/Fulbo-Tano.otf.meta b/Assets/Resources/font/Fulbo-Tano.otf.meta similarity index 100% rename from te2ris/Assets/Resources/font/Fulbo-Tano.otf.meta rename to Assets/Resources/font/Fulbo-Tano.otf.meta diff --git a/te2ris/Assets/Resources/font/dalmoori.ttf b/Assets/Resources/font/dalmoori.ttf similarity index 100% rename from te2ris/Assets/Resources/font/dalmoori.ttf rename to Assets/Resources/font/dalmoori.ttf diff --git a/te2ris/Assets/Resources/font/dalmoori.ttf.meta b/Assets/Resources/font/dalmoori.ttf.meta similarity index 100% rename from te2ris/Assets/Resources/font/dalmoori.ttf.meta rename to Assets/Resources/font/dalmoori.ttf.meta diff --git a/te2ris/Assets/Scenes.meta b/Assets/Scenes.meta similarity index 100% rename from te2ris/Assets/Scenes.meta rename to Assets/Scenes.meta diff --git a/te2ris/Assets/Scenes/StageSelect.unity b/Assets/Scenes/StageSelect.unity similarity index 98% rename from te2ris/Assets/Scenes/StageSelect.unity rename to Assets/Scenes/StageSelect.unity index 7c659786..ab62a2c9 100644 --- a/te2ris/Assets/Scenes/StageSelect.unity +++ b/Assets/Scenes/StageSelect.unity @@ -381,9 +381,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 140, y: -140} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -260, y: 85} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &212430699 @@ -795,9 +795,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 140, y: -40} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: -260, y: -40} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &750166836 @@ -1003,9 +1003,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -140, y: 60} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 260, y: -165} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &948441341 @@ -1431,9 +1431,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 60} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -165} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1219489502 @@ -1692,9 +1692,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: -140} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} + m_AnchoredPosition: {x: 0, y: 85} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1276609530 @@ -1825,9 +1825,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -140, y: -140} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 260, y: 85} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1279101301 @@ -2037,9 +2037,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 140, y: 60} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -260, y: -165} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1698415683 @@ -2305,9 +2305,9 @@ RectTransform: m_Father: {fileID: 1246866309} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -140, y: -40} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: 260, y: -40} m_SizeDelta: {x: 60, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1981882043 diff --git a/te2ris/Assets/Scenes/StageSelect.unity.meta b/Assets/Scenes/StageSelect.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/StageSelect.unity.meta rename to Assets/Scenes/StageSelect.unity.meta diff --git a/te2ris/Assets/Scenes/Start.unity b/Assets/Scenes/Start.unity similarity index 99% rename from te2ris/Assets/Scenes/Start.unity rename to Assets/Scenes/Start.unity index f48d90a0..b463ca93 100644 --- a/te2ris/Assets/Scenes/Start.unity +++ b/Assets/Scenes/Start.unity @@ -295,9 +295,9 @@ RectTransform: m_Father: {fileID: 958822519} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -5.5, y: -83.656906} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} + m_AnchoredPosition: {x: -5.5, y: 141.34308} m_SizeDelta: {x: 200, y: 60} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &89075301 @@ -2127,7 +2127,7 @@ MonoBehaviour: - {fileID: 5348645840480194241, guid: 9df62e4c75e339e46876bc34d39726f0, type: 3} - {fileID: 5661822210180056940, guid: ba3e9008caceb5b40af10348196df0f9, type: 3} - {fileID: 5792466304139195335, guid: 3d120833d2a0b8643bbfb663e4560dd2, type: 3} - preview: {fileID: 1256802311} + preview: {fileID: 1256802312} cur_block: 0 pre_block: 0 --- !u!1 &901679503 diff --git a/te2ris/Assets/Scenes/Start.unity.meta b/Assets/Scenes/Start.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/Start.unity.meta rename to Assets/Scenes/Start.unity.meta diff --git a/te2ris/Assets/Scenes/TEST.unity b/Assets/Scenes/TEST.unity similarity index 100% rename from te2ris/Assets/Scenes/TEST.unity rename to Assets/Scenes/TEST.unity diff --git a/te2ris/Assets/Scenes/TEST.unity.meta b/Assets/Scenes/TEST.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/TEST.unity.meta rename to Assets/Scenes/TEST.unity.meta diff --git a/te2ris/Assets/Scenes/stage.meta b/Assets/Scenes/stage.meta similarity index 100% rename from te2ris/Assets/Scenes/stage.meta rename to Assets/Scenes/stage.meta diff --git a/te2ris/Assets/Scenes/stage/stage1_1.unity b/Assets/Scenes/stage/stage1_1.unity similarity index 99% rename from te2ris/Assets/Scenes/stage/stage1_1.unity rename to Assets/Scenes/stage/stage1_1.unity index 14669744..8f940f7b 100644 --- a/te2ris/Assets/Scenes/stage/stage1_1.unity +++ b/Assets/Scenes/stage/stage1_1.unity @@ -2925,6 +2925,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!1 &542052896 GameObject: m_ObjectHideFlags: 0 @@ -5840,6 +5841,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1080240353 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7227,7 +7229,7 @@ MonoBehaviour: - {fileID: 2122967635355308333, guid: 613e07abb7c738c47b680a0742db8483, type: 3} - {fileID: 1685193249855885423, guid: f6db19e4ea6f2ad4f893eaab66c02f54, type: 3} - {fileID: 7178972593681217237, guid: 66e863965bfed864ebee0f243aa4fa2e, type: 3} - preview: {fileID: 1549317925} + preview: {fileID: 1549317926} cur_block: 0 pre_block: 0 --- !u!4 &1311114378 @@ -9136,20 +9138,25 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!4 &1549317926 -Transform: +--- !u!224 &1549317926 +RectTransform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1549317925} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 216, y: 216, z: 216} m_Children: [] m_Father: {fileID: 1112297540} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156, y: 172.79999} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &1549317927 CanvasRenderer: m_ObjectHideFlags: 0 @@ -10190,6 +10197,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!1 &1732436566 GameObject: m_ObjectHideFlags: 0 @@ -10651,6 +10659,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!1 &1790763775 GameObject: m_ObjectHideFlags: 0 @@ -10929,9 +10938,9 @@ RectTransform: m_Father: {fileID: 1112297540} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 450} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -90} m_SizeDelta: {x: 1626.12, y: 342.38} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1838933752 @@ -10955,7 +10964,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: [] m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} m_FontSize: 100 m_FontStyle: 1 m_BestFit: 0 @@ -10964,7 +10973,7 @@ MonoBehaviour: m_Alignment: 4 m_AlignByGeometry: 0 m_RichText: 1 - m_HorizontalOverflow: 0 + m_HorizontalOverflow: 1 m_VerticalOverflow: 0 m_LineSpacing: 1 m_Text: "\uBE14\uB7ED\uC744 \uC313\uC544 \uBAA9\uD45C\uC9C0\uC810\uAE4C\uC9C0 \uB3C4\uB2EC\uD558\uC138\uC694!" @@ -12099,9 +12108,9 @@ RectTransform: m_Father: {fileID: 1112297540} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 475.99997} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 133, y: -64.00003} m_SizeDelta: {x: 600, y: 200} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1971966174 @@ -17984,19 +17993,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_AnchorMax.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_AnchorMax.y - value: 0.5 + value: 1 objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_AnchorMin.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_AnchorMin.y - value: 0.5 + value: 1 objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_SizeDelta.x @@ -18044,11 +18053,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_AnchoredPosition.x - value: -827 + value: 133 objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_AnchoredPosition.y - value: 415 + value: -125 objectReference: {fileID: 0} - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -18065,7 +18074,7 @@ PrefabInstance: - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_FontData.m_Font value: - objectReference: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} propertyPath: m_Name value: Timer diff --git a/te2ris/Assets/Scenes/stage/stage1_1.unity.meta b/Assets/Scenes/stage/stage1_1.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage1_1.unity.meta rename to Assets/Scenes/stage/stage1_1.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage1_2.unity b/Assets/Scenes/stage/stage1_2.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage1_2.unity rename to Assets/Scenes/stage/stage1_2.unity index 9d3a1df7..93070f0f 100644 --- a/te2ris/Assets/Scenes/stage/stage1_2.unity +++ b/Assets/Scenes/stage/stage1_2.unity @@ -205,6 +205,63 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &24226808 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2608993311256086945, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_Name + value: deadline + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.x + value: 0.83 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.y + value: -8.91 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.z + value: 67.39353 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2515fb524534f74ab1801170a9f4267, type: 3} --- !u!1 &24336182 GameObject: m_ObjectHideFlags: 0 @@ -2163,6 +2220,85 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &547399137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 547399138} + - component: {fileID: 547399140} + - component: {fileID: 547399139} + m_Layer: 6 + m_Name: TimerText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &547399138 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 547399137} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 1860004080} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &547399139 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 547399137} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &547399140 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 547399137} + m_CullTransparentMesh: 1 --- !u!1 &552256182 GameObject: m_ObjectHideFlags: 0 @@ -2439,7 +2575,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 1 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &562243203 GameObject: @@ -2863,7 +2999,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1920219548} + timerTxt: {fileID: 0} fail: {fileID: 1381385360} time: 100 --- !u!114 &627234639 @@ -3131,45 +3267,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &694945996 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 694945997} - - component: {fileID: 694945998} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &694945997 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 694945996} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 1860004080} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &694945998 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 694945996} - m_CullTransparentMesh: 1 --- !u!1 &707653485 GameObject: m_ObjectHideFlags: 0 @@ -3378,7 +3475,7 @@ MonoBehaviour: - {fileID: 2122967635355308333, guid: 613e07abb7c738c47b680a0742db8483, type: 3} - {fileID: 1685193249855885423, guid: f6db19e4ea6f2ad4f893eaab66c02f54, type: 3} - {fileID: 7178972593681217237, guid: 66e863965bfed864ebee0f243aa4fa2e, type: 3} - preview: {fileID: 694945996} + preview: {fileID: 1250623508} cur_block: 0 pre_block: 0 --- !u!4 &723753996 @@ -3393,7 +3490,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &726428122 GameObject: @@ -3659,63 +3756,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 0} ---- !u!1 &768257183 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 768257184} - - component: {fileID: 768257185} - m_Layer: 0 - m_Name: bottomGround - m_TagString: ground - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &768257184 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 768257183} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1422298212} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!61 &768257185 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 768257183} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: -0.24451351, y: -12.99} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - serializedVersion: 2 - m_Size: {x: 61.568863, y: 1.01} - m_EdgeRadius: 0 --- !u!1 &772313923 GameObject: m_ObjectHideFlags: 0 @@ -9578,7 +9618,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1920219548} + timerTxt: {fileID: 0} fail: {fileID: 1381385360} time: 100 --- !u!114 &986386067 @@ -10947,6 +10987,50 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1250623507 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1250623508} + - component: {fileID: 1250623509} + m_Layer: 0 + m_Name: preview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1250623508 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1250623507} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 1860004080} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1250623509 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1250623507} + m_CullTransparentMesh: 1 --- !u!1 &1250677649 GameObject: m_ObjectHideFlags: 0 @@ -11698,77 +11782,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1403815939} m_CullTransparentMesh: 1 ---- !u!1 &1422298209 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1422298212} - - component: {fileID: 1422298211} - - component: {fileID: 1422298210} - m_Layer: 0 - m_Name: bottomCollider - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1422298210 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1422298209} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8a97a8b005d62664f885d10c6a890f2f, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!61 &1422298211 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1422298209} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: 0.33581448, y: -15.1} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - serializedVersion: 2 - m_Size: {x: 48.784943, y: 12.5321045} - m_EdgeRadius: 0 ---- !u!4 &1422298212 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1422298209} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 768257184} - m_Father: {fileID: 0} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1431651675 GameObject: m_ObjectHideFlags: 0 @@ -11933,85 +11946,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1445593687 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1445593688} - - component: {fileID: 1445593690} - - component: {fileID: 1445593689} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1445593688 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1445593687} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2.0006104} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1860004080} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 476} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1445593689 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1445593687} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &1445593690 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1445593687} - m_CullTransparentMesh: 1 --- !u!1 &1446639693 GameObject: m_ObjectHideFlags: 0 @@ -12255,6 +12189,135 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &1493717085 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1860004080} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.z + value: 1.00008 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 132.99994 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &1493717086 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1493717085} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1493717087 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1493717085} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &1505801943 GameObject: m_ObjectHideFlags: 0 @@ -15098,9 +15161,9 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 1445593688} - - {fileID: 1920219547} - - {fileID: 694945997} + - {fileID: 547399138} + - {fileID: 1493717086} + - {fileID: 1250623508} - {fileID: 1800847739} m_Father: {fileID: 0} m_RootOrder: 6 @@ -15123,8 +15186,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1920219548} - fail: {fileID: 0} + timerTxt: {fileID: 1493717087} + fail: {fileID: 1381385360} time: 200 --- !u!114 &1860004082 MonoBehaviour: @@ -15386,85 +15449,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1920219546 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1920219547} - - component: {fileID: 1920219549} - - component: {fileID: 1920219548} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1920219547 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1920219546} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1860004080} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 415} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1920219548 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1920219546} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &1920219549 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1920219546} - m_CullTransparentMesh: 1 --- !u!1 &1967662379 GameObject: m_ObjectHideFlags: 0 diff --git a/te2ris/Assets/Scenes/stage/stage1_2.unity.meta b/Assets/Scenes/stage/stage1_2.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage1_2.unity.meta rename to Assets/Scenes/stage/stage1_2.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage1_3.unity b/Assets/Scenes/stage/stage1_3.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage1_3.unity rename to Assets/Scenes/stage/stage1_3.unity index 1699e502..e8b6623f 100644 --- a/te2ris/Assets/Scenes/stage/stage1_3.unity +++ b/Assets/Scenes/stage/stage1_3.unity @@ -577,6 +577,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &54509590 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1931,6 +1932,50 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &263528007 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 263528008} + - component: {fileID: 263528009} + m_Layer: 0 + m_Name: preview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &263528008 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 263528007} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 1821784942} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &263528009 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 263528007} + m_CullTransparentMesh: 1 --- !u!1 &280064690 GameObject: m_ObjectHideFlags: 0 @@ -4062,6 +4107,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &743749677 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5338,6 +5384,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &993898673 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5455,85 +5502,6 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &999685121 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 999685122} - - component: {fileID: 999685124} - - component: {fileID: 999685123} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &999685122 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 999685121} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1821784942} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 415} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &999685123 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 999685121} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &999685124 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 999685121} - m_CullTransparentMesh: 1 --- !u!1 &1033255649 GameObject: m_ObjectHideFlags: 0 @@ -6404,6 +6372,85 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1136853687 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1136853688} + - component: {fileID: 1136853690} + - component: {fileID: 1136853689} + m_Layer: 6 + m_Name: TimerText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1136853688 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1136853687} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 1821784942} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1136853689 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1136853687} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &1136853690 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1136853687} + m_CullTransparentMesh: 1 --- !u!1 &1137714612 GameObject: m_ObjectHideFlags: 0 @@ -6567,7 +6614,7 @@ MonoBehaviour: - {fileID: 2122967635355308333, guid: 613e07abb7c738c47b680a0742db8483, type: 3} - {fileID: 1685193249855885423, guid: f6db19e4ea6f2ad4f893eaab66c02f54, type: 3} - {fileID: 7178972593681217237, guid: 66e863965bfed864ebee0f243aa4fa2e, type: 3} - preview: {fileID: 1646984930} + preview: {fileID: 263528008} cur_block: 0 pre_block: 0 --- !u!4 &1171086334 @@ -6802,6 +6849,135 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &1216120176 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1821784942} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.z + value: 1.00008 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 132.99994 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &1216120177 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1216120176} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1216120178 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1216120176} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &1222514298 GameObject: m_ObjectHideFlags: 0 @@ -9203,85 +9379,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 0} ---- !u!1 &1602773507 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1602773508} - - component: {fileID: 1602773510} - - component: {fileID: 1602773509} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1602773508 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1602773507} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2.0006104} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1821784942} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 476} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1602773509 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1602773507} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &1602773510 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1602773507} - m_CullTransparentMesh: 1 --- !u!1 &1625033210 GameObject: m_ObjectHideFlags: 0 @@ -9364,45 +9461,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1646984930 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1646984931} - - component: {fileID: 1646984932} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1646984931 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1646984930} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 1821784942} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &1646984932 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1646984930} - m_CullTransparentMesh: 1 --- !u!1 &1651260596 GameObject: m_ObjectHideFlags: 0 @@ -14425,7 +14483,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 999685123} + timerTxt: {fileID: 0} fail: {fileID: 54509588} time: 100 --- !u!114 &1666167303 @@ -14553,7 +14611,7 @@ RectTransform: - {fileID: 1377264566} - {fileID: 1786407574} m_Father: {fileID: 1821784942} - m_RootOrder: 3 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -15143,6 +15201,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1789821602 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15425,10 +15484,10 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 1602773508} - - {fileID: 999685122} - - {fileID: 1646984931} - {fileID: 1678453997} + - {fileID: 1136853688} + - {fileID: 1216120177} + - {fileID: 263528008} m_Father: {fileID: 0} m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -15450,8 +15509,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 999685123} - fail: {fileID: 0} + timerTxt: {fileID: 1216120178} + fail: {fileID: 54509588} time: 200 --- !u!114 &1821784944 MonoBehaviour: @@ -16535,7 +16594,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 999685123} + timerTxt: {fileID: 0} fail: {fileID: 54509588} time: 100 --- !u!114 &2057545847 diff --git a/te2ris/Assets/Scenes/stage/stage1_3.unity.meta b/Assets/Scenes/stage/stage1_3.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage1_3.unity.meta rename to Assets/Scenes/stage/stage1_3.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage2_1.unity b/Assets/Scenes/stage/stage2_1.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage2_1.unity rename to Assets/Scenes/stage/stage2_1.unity index 5e3dc9f7..b1675842 100644 --- a/te2ris/Assets/Scenes/stage/stage2_1.unity +++ b/Assets/Scenes/stage/stage2_1.unity @@ -710,7 +710,7 @@ MonoBehaviour: - {fileID: 5757379630800441575, guid: 0d23fbf9a0f9cd742baac7708772881a, type: 3} - {fileID: 5941760293639524508, guid: fd6779fc4b1b2814a965f8e8a221dcef, type: 3} - {fileID: 394608549822966291, guid: b26361e5673fecf41a6f189da24965bd, type: 3} - preview: {fileID: 805401680} + preview: {fileID: 2104823459} cur_block: 0 pre_block: 0 --- !u!4 &136028928 @@ -725,7 +725,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &160612929 GameObject: @@ -1481,63 +1481,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &297925954 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 297925955} - - component: {fileID: 297925956} - m_Layer: 0 - m_Name: bottomGround - m_TagString: ground - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &297925955 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 297925954} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1459305372} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!61 &297925956 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 297925954} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: -0.24451351, y: -12.99} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - serializedVersion: 2 - m_Size: {x: 61.568863, y: 1.01} - m_EdgeRadius: 0 --- !u!1 &305606084 GameObject: m_ObjectHideFlags: 0 @@ -1620,6 +1563,131 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &332234071 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1789247069} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 133 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer (1) + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &332234072 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 332234071} + m_PrefabAsset: {fileID: 0} +--- !u!114 &332234073 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 332234071} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &333053558 GameObject: m_ObjectHideFlags: 0 @@ -2087,7 +2155,7 @@ RectTransform: - {fileID: 91838788} - {fileID: 1554271939} m_Father: {fileID: 1789247069} - m_RootOrder: 3 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -3609,85 +3677,6 @@ BoxCollider2D: serializedVersion: 2 m_Size: {x: 0.6232372, y: 1} m_EdgeRadius: 0 ---- !u!1 &678407864 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 678407865} - - component: {fileID: 678407867} - - component: {fileID: 678407866} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &678407865 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 678407864} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2.0006104} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1789247069} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 402} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &678407866 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 678407864} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &678407867 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 678407864} - m_CullTransparentMesh: 1 --- !u!1 &696102742 GameObject: m_ObjectHideFlags: 0 @@ -4368,7 +4357,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1100367955} + timerTxt: {fileID: 0} fail: {fileID: 1066099760} time: 100 --- !u!114 &777227833 @@ -4465,6 +4454,85 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 777227830} m_CullTransparentMesh: 1 +--- !u!1 &783362220 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 783362221} + - component: {fileID: 783362223} + - component: {fileID: 783362222} + m_Layer: 6 + m_Name: TimerText (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &783362221 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 783362220} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 1789247069} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &783362222 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 783362220} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &783362223 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 783362220} + m_CullTransparentMesh: 1 --- !u!1 &795443004 GameObject: m_ObjectHideFlags: 0 @@ -4629,45 +4697,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &805401680 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 805401681} - - component: {fileID: 805401682} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &805401681 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 805401680} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 1789247069} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &805401682 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 805401680} - m_CullTransparentMesh: 1 --- !u!1 &849817213 GameObject: m_ObjectHideFlags: 0 @@ -6319,7 +6348,7 @@ RectTransform: - {fileID: 237390801} - {fileID: 1452722082} m_Father: {fileID: 0} - m_RootOrder: 15 + m_RootOrder: 16 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -6510,85 +6539,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1100367953 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1100367954} - - component: {fileID: 1100367956} - - component: {fileID: 1100367955} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1100367954 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1100367953} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1789247069} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 341} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1100367955 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1100367953} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &1100367956 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1100367953} - m_CullTransparentMesh: 1 --- !u!1 &1118906013 GameObject: m_ObjectHideFlags: 0 @@ -8733,77 +8683,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1452722081} m_CullTransparentMesh: 1 ---- !u!1 &1459305369 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1459305372} - - component: {fileID: 1459305371} - - component: {fileID: 1459305370} - m_Layer: 0 - m_Name: bottomCollider - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1459305370 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1459305369} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8a97a8b005d62664f885d10c6a890f2f, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!61 &1459305371 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1459305369} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: 0.33581448, y: -15.1} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - serializedVersion: 2 - m_Size: {x: 48.784943, y: 12.5321045} - m_EdgeRadius: 0 ---- !u!4 &1459305372 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1459305369} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 297925955} - m_Father: {fileID: 0} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1467505187 GameObject: m_ObjectHideFlags: 0 @@ -9021,7 +8900,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1100367955} + timerTxt: {fileID: 0} fail: {fileID: 1066099760} time: 100 --- !u!114 &1493646144 @@ -9940,7 +9819,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1554271938} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -669.60004, y: 770.4, z: 0} + m_LocalPosition: {x: -669.60004, y: 823, z: 0} m_LocalScale: {x: 67.04964, y: 67.04964, z: 67.04964} m_Children: [] m_Father: {fileID: 441213512} @@ -15899,10 +15778,10 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 678407865} - - {fileID: 1100367954} - - {fileID: 805401681} - {fileID: 441213512} + - {fileID: 783362221} + - {fileID: 2104823459} + - {fileID: 332234072} m_Father: {fileID: 0} m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -15924,8 +15803,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1100367955} - fail: {fileID: 0} + timerTxt: {fileID: 332234073} + fail: {fileID: 1066099760} time: 200 --- !u!114 &1789247071 MonoBehaviour: @@ -16572,6 +16451,63 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &2047506378 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2608993311256086945, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_Name + value: deadline (1) + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.x + value: 0.91 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.y + value: -8.83 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.z + value: 67.39353 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2515fb524534f74ab1801170a9f4267, type: 3} --- !u!1 &2059626232 GameObject: m_ObjectHideFlags: 0 @@ -16867,6 +16803,50 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &2104823458 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2104823459} + - component: {fileID: 2104823460} + m_Layer: 0 + m_Name: preview (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2104823459 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2104823458} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 1789247069} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2104823460 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2104823458} + m_CullTransparentMesh: 1 --- !u!1 &2113720602 GameObject: m_ObjectHideFlags: 0 @@ -17064,7 +17044,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} propertyPath: m_RootOrder - value: 16 + value: 15 objectReference: {fileID: 0} - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} propertyPath: m_LocalPosition.x diff --git a/te2ris/Assets/Scenes/stage/stage2_1.unity.meta b/Assets/Scenes/stage/stage2_1.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage2_1.unity.meta rename to Assets/Scenes/stage/stage2_1.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage2_2.unity b/Assets/Scenes/stage/stage2_2.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage2_2.unity rename to Assets/Scenes/stage/stage2_2.unity index 7a530e94..34ec87df 100644 --- a/te2ris/Assets/Scenes/stage/stage2_2.unity +++ b/Assets/Scenes/stage/stage2_2.unity @@ -205,6 +205,135 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &26474656 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 117533584} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.z + value: 1.00008 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 132.99994 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &26474657 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 26474656} + m_PrefabAsset: {fileID: 0} +--- !u!114 &26474658 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 26474656} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &35736869 GameObject: m_ObjectHideFlags: 0 @@ -507,9 +636,9 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 708235026} - - {fileID: 1091292188} - - {fileID: 1907645148} + - {fileID: 135583237} + - {fileID: 26474657} + - {fileID: 2031619111} - {fileID: 1433721256} m_Father: {fileID: 0} m_RootOrder: 6 @@ -532,8 +661,8 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1091292189} - fail: {fileID: 0} + timerTxt: {fileID: 26474658} + fail: {fileID: 472452810} time: 200 --- !u!114 &117533586 MonoBehaviour: @@ -678,6 +807,85 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &135583236 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 135583237} + - component: {fileID: 135583239} + - component: {fileID: 135583238} + m_Layer: 6 + m_Name: TimerText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &135583237 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 135583236} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 117533584} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &135583238 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 135583236} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &135583239 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 135583236} + m_CullTransparentMesh: 1 --- !u!1 &137255149 GameObject: m_ObjectHideFlags: 0 @@ -2090,6 +2298,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &321324101 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2564,6 +2773,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &373611401 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3334,6 +3544,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &472452812 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3630,7 +3841,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1091292189} + timerTxt: {fileID: 0} fail: {fileID: 472452810} time: 100 --- !u!114 &541473327 @@ -4471,85 +4682,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &708235025 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 708235026} - - component: {fileID: 708235028} - - component: {fileID: 708235027} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &708235026 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 708235025} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2.0006104} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 117533584} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 476} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &708235027 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 708235025} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &708235028 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 708235025} - m_CullTransparentMesh: 1 --- !u!1 &715669555 GameObject: m_ObjectHideFlags: 0 @@ -11147,6 +11279,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &991047806 MonoBehaviour: m_ObjectHideFlags: 0 @@ -11551,85 +11684,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1088422095} m_CullTransparentMesh: 1 ---- !u!1 &1091292187 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1091292188} - - component: {fileID: 1091292190} - - component: {fileID: 1091292189} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1091292188 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1091292187} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 117533584} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 415} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1091292189 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1091292187} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &1091292190 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1091292187} - m_CullTransparentMesh: 1 --- !u!1 &1096287567 GameObject: m_ObjectHideFlags: 0 @@ -12694,7 +12748,7 @@ MonoBehaviour: - {fileID: 5757379630800441575, guid: 0d23fbf9a0f9cd742baac7708772881a, type: 3} - {fileID: 5941760293639524508, guid: fd6779fc4b1b2814a965f8e8a221dcef, type: 3} - {fileID: 394608549822966291, guid: b26361e5673fecf41a6f189da24965bd, type: 3} - preview: {fileID: 1907645147} + preview: {fileID: 2031619111} cur_block: 0 pre_block: 0 --- !u!4 &1252710698 @@ -14307,7 +14361,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1091292189} + timerTxt: {fileID: 0} fail: {fileID: 472452810} time: 100 --- !u!114 &1528292609 @@ -16244,45 +16298,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1907645147 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1907645148} - - component: {fileID: 1907645149} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1907645148 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1907645147} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 117533584} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &1907645149 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1907645147} - m_CullTransparentMesh: 1 --- !u!1 &1917081071 GameObject: m_ObjectHideFlags: 0 @@ -16720,6 +16735,50 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &2031619110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2031619111} + - component: {fileID: 2031619112} + m_Layer: 0 + m_Name: preview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2031619111 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2031619110} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 117533584} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2031619112 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2031619110} + m_CullTransparentMesh: 1 --- !u!1 &2042553585 GameObject: m_ObjectHideFlags: 0 diff --git a/te2ris/Assets/Scenes/stage/stage2_2.unity.meta b/Assets/Scenes/stage/stage2_2.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage2_2.unity.meta rename to Assets/Scenes/stage/stage2_2.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage2_3.unity b/Assets/Scenes/stage/stage2_3.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage2_3.unity rename to Assets/Scenes/stage/stage2_3.unity index f6825c22..0edfff29 100644 --- a/te2ris/Assets/Scenes/stage/stage2_3.unity +++ b/Assets/Scenes/stage/stage2_3.unity @@ -205,85 +205,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &41435324 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 41435325} - - component: {fileID: 41435327} - - component: {fileID: 41435326} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &41435325 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 41435324} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1787064933} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 415} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &41435326 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 41435324} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &41435327 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 41435324} - m_CullTransparentMesh: 1 --- !u!1 &70115339 GameObject: m_ObjectHideFlags: 0 @@ -2539,7 +2460,7 @@ MonoBehaviour: - {fileID: 5757379630800441575, guid: 0d23fbf9a0f9cd742baac7708772881a, type: 3} - {fileID: 5941760293639524508, guid: fd6779fc4b1b2814a965f8e8a221dcef, type: 3} - {fileID: 394608549822966291, guid: b26361e5673fecf41a6f189da24965bd, type: 3} - preview: {fileID: 1754684346} + preview: {fileID: 2022772374} cur_block: 0 pre_block: 0 --- !u!4 &517827400 @@ -4442,7 +4363,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 41435326} + timerTxt: {fileID: 0} fail: {fileID: 1540222447} time: 100 --- !u!114 &888361721 @@ -4891,6 +4812,135 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &1005002016 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1787064933} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.z + value: 1.00008 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 132.99994 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &1005002017 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1005002016} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1005002018 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1005002016} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &1011793225 GameObject: m_ObjectHideFlags: 0 @@ -5107,6 +5157,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1075140150 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5335,6 +5386,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1125140601 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5482,7 +5534,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 41435326} + timerTxt: {fileID: 0} fail: {fileID: 1540222447} time: 100 --- !u!114 &1141964098 @@ -12569,6 +12621,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1540222449 MonoBehaviour: m_ObjectHideFlags: 0 @@ -13092,6 +13145,85 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 0} +--- !u!1 &1644829458 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1644829459} + - component: {fileID: 1644829461} + - component: {fileID: 1644829460} + m_Layer: 6 + m_Name: TimerText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1644829459 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1644829458} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 1787064933} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1644829460 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1644829458} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &1644829461 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1644829458} + m_CullTransparentMesh: 1 --- !u!1 &1652708206 GameObject: m_ObjectHideFlags: 0 @@ -13768,45 +13900,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1750541523} m_CullTransparentMesh: 1 ---- !u!1 &1754684346 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1754684347} - - component: {fileID: 1754684348} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1754684347 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1754684346} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 1787064933} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &1754684348 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1754684346} - m_CullTransparentMesh: 1 --- !u!1 &1787064932 GameObject: m_ObjectHideFlags: 0 @@ -13838,9 +13931,9 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 1808937710} - - {fileID: 41435325} - - {fileID: 1754684347} + - {fileID: 1644829459} + - {fileID: 1005002017} + - {fileID: 2022772374} - {fileID: 646411175} m_Father: {fileID: 0} m_RootOrder: 6 @@ -13863,7 +13956,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 41435326} + timerTxt: {fileID: 1005002018} fail: {fileID: 1540222447} time: 200 --- !u!114 &1787064935 @@ -14041,6 +14134,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1802432535 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14205,85 +14299,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1808937709 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1808937710} - - component: {fileID: 1808937712} - - component: {fileID: 1808937711} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1808937710 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1808937709} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2.0006104} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1787064933} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 476} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1808937711 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1808937709} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &1808937712 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1808937709} - m_CullTransparentMesh: 1 --- !u!1 &1809243532 GameObject: m_ObjectHideFlags: 0 @@ -15315,6 +15330,50 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &2022772373 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2022772374} + - component: {fileID: 2022772375} + m_Layer: 0 + m_Name: preview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2022772374 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2022772373} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 1787064933} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2022772375 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2022772373} + m_CullTransparentMesh: 1 --- !u!1 &2033687707 GameObject: m_ObjectHideFlags: 0 diff --git a/te2ris/Assets/Scenes/stage/stage2_3.unity.meta b/Assets/Scenes/stage/stage2_3.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage2_3.unity.meta rename to Assets/Scenes/stage/stage2_3.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage3_1.unity b/Assets/Scenes/stage/stage3_1.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage3_1.unity rename to Assets/Scenes/stage/stage3_1.unity index 94bd16bc..eb208b0f 100644 --- a/te2ris/Assets/Scenes/stage/stage3_1.unity +++ b/Assets/Scenes/stage/stage3_1.unity @@ -205,6 +205,50 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &45565204 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 45565205} + - component: {fileID: 45565206} + m_Layer: 0 + m_Name: preview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &45565205 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45565204} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 1344484820} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &45565206 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45565204} + m_CullTransparentMesh: 1 --- !u!1 &54508345 GameObject: m_ObjectHideFlags: 0 @@ -1016,7 +1060,7 @@ Transform: m_LocalScale: {x: 18, y: 0.5, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 10 + m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &207556820 GameObject: @@ -1246,7 +1290,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 4 + m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &219121350 GameObject: @@ -1804,6 +1848,63 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 296124536} m_CullTransparentMesh: 1 +--- !u!1001 &302132811 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2608993311256086945, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_Name + value: deadline + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.x + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.y + value: -6.15 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.z + value: 67.39353 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2515fb524534f74ab1801170a9f4267, type: 3} --- !u!1 &321273320 GameObject: m_ObjectHideFlags: 0 @@ -1883,77 +1984,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 321273320} m_CullTransparentMesh: 1 ---- !u!1 &330432185 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 330432188} - - component: {fileID: 330432187} - - component: {fileID: 330432186} - m_Layer: 0 - m_Name: bottomCollider - m_TagString: ground - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &330432186 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 330432185} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4d126af478e248c4196a754053beae82, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!61 &330432187 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 330432185} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: 0.33581448, y: -15.1} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - serializedVersion: 2 - m_Size: {x: 48.784943, y: 12.5321045} - m_EdgeRadius: 0 ---- !u!4 &330432188 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 330432185} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 523002116} - m_Father: {fileID: 0} - m_RootOrder: 13 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &342673532 GameObject: m_ObjectHideFlags: 0 @@ -2246,7 +2276,7 @@ RectTransform: - {fileID: 1712221507} - {fileID: 1149486800} m_Father: {fileID: 0} - m_RootOrder: 7 + m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -3015,102 +3045,6 @@ Transform: m_Father: {fileID: 1748824601} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &513804654 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 513804655} - - component: {fileID: 513804656} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &513804655 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 513804654} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 1344484820} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &513804656 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 513804654} - m_CullTransparentMesh: 1 ---- !u!1 &523002115 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 523002116} - - component: {fileID: 523002117} - m_Layer: 0 - m_Name: bottomGround - m_TagString: ground - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &523002116 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 523002115} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 330432188} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!61 &523002117 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 523002115} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: -0.24451351, y: -12.99} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - serializedVersion: 2 - m_Size: {x: 61.568863, y: 1.01} - m_EdgeRadius: 0 --- !u!1 &534396618 GameObject: m_ObjectHideFlags: 0 @@ -3998,7 +3932,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &770813015 GameObject: @@ -5207,7 +5141,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 978286675} + timerTxt: {fileID: 0} fail: {fileID: 1507399245} time: 100 --- !u!114 &962908906 @@ -5304,85 +5238,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 962908903} m_CullTransparentMesh: 1 ---- !u!1 &978286673 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 978286674} - - component: {fileID: 978286676} - - component: {fileID: 978286675} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &978286674 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 978286673} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1344484820} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 415} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &978286675 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 978286673} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &978286676 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 978286673} - m_CullTransparentMesh: 1 --- !u!1 &1001732169 GameObject: m_ObjectHideFlags: 0 @@ -5738,6 +5593,135 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &1122117165 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1344484820} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.z + value: 1.00008 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 132.99994 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &1122117166 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1122117165} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1122117167 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 1122117165} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &1127645748 GameObject: m_ObjectHideFlags: 0 @@ -6112,7 +6096,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 978286675} + timerTxt: {fileID: 0} fail: {fileID: 1507399245} time: 100 --- !u!114 &1176082637 @@ -6640,7 +6624,7 @@ Transform: - {fileID: 714465485} - {fileID: 1385153679} m_Father: {fileID: 0} - m_RootOrder: 11 + m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1250302006 GameObject: @@ -11691,7 +11675,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 12 + m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1341217645 GameObject: @@ -11843,12 +11827,12 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 1991290390} - - {fileID: 978286674} - - {fileID: 513804655} + - {fileID: 2099865460} + - {fileID: 1122117166} + - {fileID: 45565205} - {fileID: 1341217646} m_Father: {fileID: 0} - m_RootOrder: 5 + m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -11868,7 +11852,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 978286675} + timerTxt: {fileID: 1122117167} fail: {fileID: 1507399245} time: 200 --- !u!114 &1344484822 @@ -12810,7 +12794,7 @@ RectTransform: - {fileID: 279454632} - {fileID: 1234883139} m_Father: {fileID: 0} - m_RootOrder: 6 + m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -13089,7 +13073,7 @@ RectTransform: - {fileID: 1764656283} - {fileID: 667520686} m_Father: {fileID: 0} - m_RootOrder: 8 + m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -13441,7 +13425,7 @@ Transform: - {fileID: 1649239628} - {fileID: 1748824601} m_Father: {fileID: 0} - m_RootOrder: 9 + m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1602996923 GameObject: @@ -14871,7 +14855,7 @@ MonoBehaviour: - {fileID: 5348645840480194241, guid: 9df62e4c75e339e46876bc34d39726f0, type: 3} - {fileID: 5661822210180056940, guid: ba3e9008caceb5b40af10348196df0f9, type: 3} - {fileID: 5792466304139195335, guid: 3d120833d2a0b8643bbfb663e4560dd2, type: 3} - preview: {fileID: 513804654} + preview: {fileID: 45565205} cur_block: 0 pre_block: 0 --- !u!4 &1749760189 @@ -14886,7 +14870,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1764656282 GameObject: @@ -15987,85 +15971,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1991290389 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1991290390} - - component: {fileID: 1991290392} - - component: {fileID: 1991290391} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1991290390 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1991290389} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2.0006104} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 1344484820} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 476} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1991290391 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1991290389} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &1991290392 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1991290389} - m_CullTransparentMesh: 1 --- !u!1 &1996379270 GameObject: m_ObjectHideFlags: 0 @@ -16815,6 +16720,85 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &2099865459 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2099865460} + - component: {fileID: 2099865462} + - component: {fileID: 2099865461} + m_Layer: 6 + m_Name: TimerText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2099865460 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2099865459} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 1344484820} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2099865461 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2099865459} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &2099865462 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2099865459} + m_CullTransparentMesh: 1 --- !u!1 &2135740918 GameObject: m_ObjectHideFlags: 0 diff --git a/te2ris/Assets/Scenes/stage/stage3_1.unity.meta b/Assets/Scenes/stage/stage3_1.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage3_1.unity.meta rename to Assets/Scenes/stage/stage3_1.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage3_2.unity b/Assets/Scenes/stage/stage3_2.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage3_2.unity rename to Assets/Scenes/stage/stage3_2.unity index 808d1a85..21947745 100644 --- a/te2ris/Assets/Scenes/stage/stage3_2.unity +++ b/Assets/Scenes/stage/stage3_2.unity @@ -400,6 +400,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &50103222 MonoBehaviour: m_ObjectHideFlags: 0 @@ -860,7 +861,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1371063992} + timerTxt: {fileID: 0} fail: {fileID: 1974810845} time: 100 --- !u!114 &149475556 @@ -1669,6 +1670,50 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 254458958} m_CullTransparentMesh: 1 +--- !u!1 &261497098 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 261497099} + - component: {fileID: 261497100} + m_Layer: 0 + m_Name: preview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &261497099 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 261497098} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 791621595} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &261497100 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 261497098} + m_CullTransparentMesh: 1 --- !u!1 &293769099 GameObject: m_ObjectHideFlags: 0 @@ -1963,6 +2008,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &315612483 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3168,6 +3214,135 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &523077755 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 791621595} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.z + value: 1.00008 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 132.99994 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &523077756 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 523077755} + m_PrefabAsset: {fileID: 0} +--- !u!114 &523077757 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 523077755} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &631050853 GameObject: m_ObjectHideFlags: 0 @@ -4157,9 +4332,9 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 2031905274} - - {fileID: 1371063991} - - {fileID: 888843139} + - {fileID: 1858277579} + - {fileID: 523077756} + - {fileID: 261497099} - {fileID: 339700573} m_Father: {fileID: 0} m_RootOrder: 7 @@ -4182,7 +4357,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1371063992} + timerTxt: {fileID: 523077757} fail: {fileID: 1974810845} time: 200 --- !u!114 &791621597 @@ -4986,45 +5161,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &888843138 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 888843139} - - component: {fileID: 888843140} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &888843139 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 888843138} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 791621595} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &888843140 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 888843138} - m_CullTransparentMesh: 1 --- !u!1 &898858657 GameObject: m_ObjectHideFlags: 0 @@ -7355,85 +7491,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1364090514} m_CullTransparentMesh: 1 ---- !u!1 &1371063990 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1371063991} - - component: {fileID: 1371063993} - - component: {fileID: 1371063992} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1371063991 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1371063990} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 791621595} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 415} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1371063992 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1371063990} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &1371063993 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1371063990} - m_CullTransparentMesh: 1 --- !u!1 &1404421079 GameObject: m_ObjectHideFlags: 0 @@ -7487,7 +7544,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 1371063992} + timerTxt: {fileID: 0} fail: {fileID: 1974810845} time: 100 --- !u!114 &1404421082 @@ -14450,6 +14507,85 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1858277578 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1858277579} + - component: {fileID: 1858277581} + - component: {fileID: 1858277580} + m_Layer: 6 + m_Name: TimerText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1858277579 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1858277578} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 791621595} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1858277580 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1858277578} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &1858277581 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1858277578} + m_CullTransparentMesh: 1 --- !u!1 &1861137963 GameObject: m_ObjectHideFlags: 0 @@ -14734,7 +14870,7 @@ MonoBehaviour: - {fileID: 5348645840480194241, guid: 9df62e4c75e339e46876bc34d39726f0, type: 3} - {fileID: 5661822210180056940, guid: ba3e9008caceb5b40af10348196df0f9, type: 3} - {fileID: 5792466304139195335, guid: 3d120833d2a0b8643bbfb663e4560dd2, type: 3} - preview: {fileID: 888843138} + preview: {fileID: 261497099} cur_block: 0 pre_block: 0 --- !u!4 &1891763902 @@ -14931,6 +15067,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1935875870 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15318,6 +15455,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d9d97fefa90cc1445a5a6c37d70fd113, type: 3} m_Name: m_EditorClassIdentifier: + stage_data: 0 --- !u!114 &1974810847 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15556,85 +15694,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &2031905273 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2031905274} - - component: {fileID: 2031905276} - - component: {fileID: 2031905275} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2031905274 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2031905273} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2.0006104} - m_LocalScale: {x: 0.5, y: 0.5, z: 1.00008} - m_Children: [] - m_Father: {fileID: 791621595} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 476} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2031905275 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2031905273} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &2031905276 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2031905273} - m_CullTransparentMesh: 1 --- !u!1 &2037869446 GameObject: m_ObjectHideFlags: 0 diff --git a/te2ris/Assets/Scenes/stage/stage3_2.unity.meta b/Assets/Scenes/stage/stage3_2.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage3_2.unity.meta rename to Assets/Scenes/stage/stage3_2.unity.meta diff --git a/te2ris/Assets/Scenes/stage/stage3_3.unity b/Assets/Scenes/stage/stage3_3.unity similarity index 98% rename from te2ris/Assets/Scenes/stage/stage3_3.unity rename to Assets/Scenes/stage/stage3_3.unity index 5aed5216..de0ff30f 100644 --- a/te2ris/Assets/Scenes/stage/stage3_3.unity +++ b/Assets/Scenes/stage/stage3_3.unity @@ -249,7 +249,7 @@ MonoBehaviour: - {fileID: 5348645840480194241, guid: 9df62e4c75e339e46876bc34d39726f0, type: 3} - {fileID: 5661822210180056940, guid: ba3e9008caceb5b40af10348196df0f9, type: 3} - {fileID: 5792466304139195335, guid: 3d120833d2a0b8643bbfb663e4560dd2, type: 3} - preview: {fileID: 1436383388} + preview: {fileID: 1196431401} cur_block: 0 pre_block: 0 --- !u!4 &58415933 @@ -264,7 +264,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &67222164 GameObject: @@ -985,77 +985,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &146764435 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 146764438} - - component: {fileID: 146764437} - - component: {fileID: 146764439} - m_Layer: 0 - m_Name: bottomCollider - m_TagString: ground - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!61 &146764437 -BoxCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 146764435} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: 0.33581448, y: -15.1} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 - serializedVersion: 2 - m_Size: {x: 48.784943, y: 12.5321045} - m_EdgeRadius: 0 ---- !u!4 &146764438 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 146764435} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1002166308} - m_Father: {fileID: 0} - m_RootOrder: 15 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &146764439 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 146764435} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4d126af478e248c4196a754053beae82, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1 &191977943 GameObject: m_ObjectHideFlags: 0 @@ -1593,7 +1522,7 @@ Transform: m_LocalScale: {x: 18, y: 0.5, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 11 + m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &236589375 GameObject: @@ -7131,7 +7060,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 13 + m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &431940821 GameObject: @@ -7457,7 +7386,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 5 + m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &516384395 GameObject: @@ -7567,7 +7496,7 @@ RectTransform: - {fileID: 1307629581} - {fileID: 1838400041} m_Father: {fileID: 0} - m_RootOrder: 9 + m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -7912,7 +7841,7 @@ RectTransform: - {fileID: 1973879263} - {fileID: 1917913672} m_Father: {fileID: 0} - m_RootOrder: 8 + m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -7950,7 +7879,7 @@ Transform: - {fileID: 1817546948} - {fileID: 886879979} m_Father: {fileID: 0} - m_RootOrder: 10 + m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &639459016 GameObject: @@ -8617,85 +8546,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &717361136 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 717361137} - - component: {fileID: 717361139} - - component: {fileID: 717361138} - m_Layer: 6 - m_Name: Timer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &717361137 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 717361136} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 1} - m_Children: [] - m_Father: {fileID: 2144266081} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 415} - m_SizeDelta: {x: 300, y: 200} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &717361138 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 717361136} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: 06ec6820c773abb48838f5c32cd5c99a, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: TIMER ---- !u!222 &717361139 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 717361136} - m_CullTransparentMesh: 1 --- !u!1 &732965747 GameObject: m_ObjectHideFlags: 0 @@ -8967,7 +8817,7 @@ RectTransform: - {fileID: 1750955123} - {fileID: 120802103} m_Father: {fileID: 0} - m_RootOrder: 7 + m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -9203,6 +9053,135 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 815060050} m_CullTransparentMesh: 1 +--- !u!1001 &875287115 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2144266081} + m_Modifications: + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_SizeDelta.y + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.x + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.y + value: 0.50004 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalScale.z + value: 1.00008 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.x + value: 132.99994 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_AnchoredPosition.y + value: -125 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_FontData.m_Font + value: + objectReference: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + - target: {fileID: 8168509013227407213, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + propertyPath: m_Name + value: Timer + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} +--- !u!224 &875287116 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 8168509013227407210, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 875287115} + m_PrefabAsset: {fileID: 0} +--- !u!114 &875287117 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8168509013227407211, guid: 6ffe66c16604de642be8bc56868e6bcb, type: 3} + m_PrefabInstance: {fileID: 875287115} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &886879978 GameObject: m_ObjectHideFlags: 0 @@ -9602,63 +9581,63 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1002166307 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1002166308} - - component: {fileID: 1002166309} - m_Layer: 0 - m_Name: bottomGround - m_TagString: ground - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1002166308 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1002166307} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 146764438} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!61 &1002166309 -BoxCollider2D: +--- !u!1001 &993194702 +PrefabInstance: m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1002166307} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: -0.24451351, y: -12.99} - m_SpriteTilingProperty: - border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0, y: 0} - oldSize: {x: 0, y: 0} - newSize: {x: 0, y: 0} - adaptiveTilingThreshold: 0 - drawMode: 0 - adaptiveTiling: 0 - m_AutoTiling: 0 serializedVersion: 2 - m_Size: {x: 61.568863, y: 1.01} - m_EdgeRadius: 0 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2608993311256086945, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_Name + value: deadline + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.x + value: 0.91 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.y + value: -6.78 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalPosition.z + value: 67.39353 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4500409179345497567, guid: d2515fb524534f74ab1801170a9f4267, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2515fb524534f74ab1801170a9f4267, type: 3} --- !u!1 &1011278716 GameObject: m_ObjectHideFlags: 0 @@ -10030,7 +10009,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 4 + m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1077100261 GameObject: @@ -10755,6 +10734,50 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1196431400 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1196431401} + - component: {fileID: 1196431402} + m_Layer: 0 + m_Name: preview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1196431401 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1196431400} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 216, y: 216, z: 216} + m_Children: [] + m_Father: {fileID: 2144266081} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -156.00006, y: 172.80002} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1196431402 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1196431400} + m_CullTransparentMesh: 1 --- !u!1 &1199580665 GameObject: m_ObjectHideFlags: 0 @@ -10864,85 +10887,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1254075860 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1254075863} - - component: {fileID: 1254075862} - - component: {fileID: 1254075861} - m_Layer: 6 - m_Name: TimerText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1254075861 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1254075860} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} - m_FontSize: 80 - m_FontStyle: 1 - m_BestFit: 0 - m_MinSize: 0 - m_MaxSize: 100 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\uB0A8\uC740\uC2DC\uAC04" ---- !u!222 &1254075862 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1254075860} - m_CullTransparentMesh: 1 ---- !u!224 &1254075863 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1254075860} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2} - m_LocalScale: {x: 0.5, y: 0.5, z: 1} - m_Children: [] - m_Father: {fileID: 2144266081} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -827, y: 476} - m_SizeDelta: {x: 600, y: 200} - m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1271686095 GameObject: m_ObjectHideFlags: 0 @@ -11272,7 +11216,7 @@ RectTransform: m_Children: - {fileID: 2005657870} m_Father: {fileID: 0} - m_RootOrder: 14 + m_RootOrder: 15 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -11919,45 +11863,6 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!1 &1436383388 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1436383389} - - component: {fileID: 1436383390} - m_Layer: 0 - m_Name: preview - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1436383389 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1436383388} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 842.4, y: -367.2, z: 0} - m_LocalScale: {x: 216, y: 216, z: 216} - m_Children: [] - m_Father: {fileID: 2144266081} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!222 &1436383390 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1436383388} - m_CullTransparentMesh: 1 --- !u!1 &1459144227 GameObject: m_ObjectHideFlags: 0 @@ -13486,7 +13391,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 717361138} + timerTxt: {fileID: 0} fail: {fileID: 516384395} time: 100 --- !u!114 &1607598174 @@ -14947,7 +14852,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 717361138} + timerTxt: {fileID: 0} fail: {fileID: 516384395} time: 100 --- !u!114 &1848259054 @@ -15044,6 +14949,85 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1848259051} m_CullTransparentMesh: 1 +--- !u!1 &1853613480 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1853613481} + - component: {fileID: 1853613483} + - component: {fileID: 1853613482} + m_Layer: 6 + m_Name: TimerText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1853613481 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1853613480} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2.0006104} + m_LocalScale: {x: 0.50004, y: 0.50004, z: 1.00008} + m_Children: [] + m_Father: {fileID: 2144266081} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 132.99994, y: -64} + m_SizeDelta: {x: 600, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1853613482 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1853613480} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 12800000, guid: fdb5737de65bbef4a82a974d7ac63a08, type: 3} + m_FontSize: 80 + m_FontStyle: 1 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\uB0A8\uC740\uC2DC\uAC04" +--- !u!222 &1853613483 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1853613480} + m_CullTransparentMesh: 1 --- !u!1 &1854691066 GameObject: m_ObjectHideFlags: 0 @@ -15403,7 +15387,7 @@ Transform: - {fileID: 613210834} - {fileID: 1823940134} m_Father: {fileID: 0} - m_RootOrder: 12 + m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1860473950 MonoBehaviour: @@ -17379,12 +17363,12 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 1254075863} - - {fileID: 717361137} - - {fileID: 1436383389} + - {fileID: 1853613481} + - {fileID: 875287116} + - {fileID: 1196431401} - {fileID: 1354561721} m_Father: {fileID: 0} - m_RootOrder: 6 + m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -17404,7 +17388,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: thisScene: - timerTxt: {fileID: 717361138} + timerTxt: {fileID: 875287117} fail: {fileID: 516384395} time: 200 --- !u!114 &2144266083 diff --git a/te2ris/Assets/Scenes/stage/stage3_3.unity.meta b/Assets/Scenes/stage/stage3_3.unity.meta similarity index 100% rename from te2ris/Assets/Scenes/stage/stage3_3.unity.meta rename to Assets/Scenes/stage/stage3_3.unity.meta diff --git a/te2ris/Assets/Scripts.meta b/Assets/Scripts.meta similarity index 100% rename from te2ris/Assets/Scripts.meta rename to Assets/Scripts.meta diff --git a/te2ris/Assets/Scripts/DeadLine.cs b/Assets/Scripts/DeadLine.cs similarity index 100% rename from te2ris/Assets/Scripts/DeadLine.cs rename to Assets/Scripts/DeadLine.cs diff --git a/te2ris/Assets/Scripts/DeadLine.cs.meta b/Assets/Scripts/DeadLine.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/DeadLine.cs.meta rename to Assets/Scripts/DeadLine.cs.meta diff --git a/te2ris/Assets/Scripts/DestroyBlocks.meta b/Assets/Scripts/DestroyBlocks.meta similarity index 100% rename from te2ris/Assets/Scripts/DestroyBlocks.meta rename to Assets/Scripts/DestroyBlocks.meta diff --git a/te2ris/Assets/Scripts/DestroyBlocks/BlockCounter.cs b/Assets/Scripts/DestroyBlocks/BlockCounter.cs similarity index 100% rename from te2ris/Assets/Scripts/DestroyBlocks/BlockCounter.cs rename to Assets/Scripts/DestroyBlocks/BlockCounter.cs diff --git a/te2ris/Assets/Scripts/DestroyBlocks/BlockCounter.cs.meta b/Assets/Scripts/DestroyBlocks/BlockCounter.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/DestroyBlocks/BlockCounter.cs.meta rename to Assets/Scripts/DestroyBlocks/BlockCounter.cs.meta diff --git a/te2ris/Assets/Scripts/DestroyBlocks/DestroyFallens.cs b/Assets/Scripts/DestroyBlocks/DestroyFallens.cs similarity index 100% rename from te2ris/Assets/Scripts/DestroyBlocks/DestroyFallens.cs rename to Assets/Scripts/DestroyBlocks/DestroyFallens.cs diff --git a/te2ris/Assets/Scripts/DestroyBlocks/DestroyFallens.cs.meta b/Assets/Scripts/DestroyBlocks/DestroyFallens.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/DestroyBlocks/DestroyFallens.cs.meta rename to Assets/Scripts/DestroyBlocks/DestroyFallens.cs.meta diff --git a/te2ris/Assets/Scripts/DestroyBlocks/Destroyer.cs b/Assets/Scripts/DestroyBlocks/Destroyer.cs similarity index 100% rename from te2ris/Assets/Scripts/DestroyBlocks/Destroyer.cs rename to Assets/Scripts/DestroyBlocks/Destroyer.cs diff --git a/te2ris/Assets/Scripts/DestroyBlocks/Destroyer.cs.meta b/Assets/Scripts/DestroyBlocks/Destroyer.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/DestroyBlocks/Destroyer.cs.meta rename to Assets/Scripts/DestroyBlocks/Destroyer.cs.meta diff --git a/te2ris/Assets/Scripts/Json.meta b/Assets/Scripts/Json.meta similarity index 100% rename from te2ris/Assets/Scripts/Json.meta rename to Assets/Scripts/Json.meta diff --git a/te2ris/Assets/Scripts/Json/StageData.cs b/Assets/Scripts/Json/StageData.cs similarity index 100% rename from te2ris/Assets/Scripts/Json/StageData.cs rename to Assets/Scripts/Json/StageData.cs diff --git a/te2ris/Assets/Scripts/Json/StageData.cs.meta b/Assets/Scripts/Json/StageData.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/Json/StageData.cs.meta rename to Assets/Scripts/Json/StageData.cs.meta diff --git a/te2ris/Assets/Scripts/Json/StageSave.cs b/Assets/Scripts/Json/StageSave.cs similarity index 100% rename from te2ris/Assets/Scripts/Json/StageSave.cs rename to Assets/Scripts/Json/StageSave.cs diff --git a/te2ris/Assets/Scripts/Json/StageSave.cs.meta b/Assets/Scripts/Json/StageSave.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/Json/StageSave.cs.meta rename to Assets/Scripts/Json/StageSave.cs.meta diff --git a/te2ris/Assets/Scripts/Json/StageStarSet.cs b/Assets/Scripts/Json/StageStarSet.cs similarity index 100% rename from te2ris/Assets/Scripts/Json/StageStarSet.cs rename to Assets/Scripts/Json/StageStarSet.cs diff --git a/te2ris/Assets/Scripts/Json/StageStarSet.cs.meta b/Assets/Scripts/Json/StageStarSet.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/Json/StageStarSet.cs.meta rename to Assets/Scripts/Json/StageStarSet.cs.meta diff --git a/te2ris/Assets/Scripts/Json/TimeLimit.cs b/Assets/Scripts/Json/TimeLimit.cs similarity index 100% rename from te2ris/Assets/Scripts/Json/TimeLimit.cs rename to Assets/Scripts/Json/TimeLimit.cs diff --git a/te2ris/Assets/Scripts/Json/TimeLimit.cs.meta b/Assets/Scripts/Json/TimeLimit.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/Json/TimeLimit.cs.meta rename to Assets/Scripts/Json/TimeLimit.cs.meta diff --git a/te2ris/Assets/Scripts/MovingGround.cs b/Assets/Scripts/MovingGround.cs similarity index 100% rename from te2ris/Assets/Scripts/MovingGround.cs rename to Assets/Scripts/MovingGround.cs diff --git a/te2ris/Assets/Scripts/MovingGround.cs.meta b/Assets/Scripts/MovingGround.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/MovingGround.cs.meta rename to Assets/Scripts/MovingGround.cs.meta diff --git a/te2ris/Assets/Scripts/SoundManager.cs b/Assets/Scripts/SoundManager.cs similarity index 95% rename from te2ris/Assets/Scripts/SoundManager.cs rename to Assets/Scripts/SoundManager.cs index 162b8c6b..09a3cd4a 100644 --- a/te2ris/Assets/Scripts/SoundManager.cs +++ b/Assets/Scripts/SoundManager.cs @@ -1,31 +1,31 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class SoundManager : MonoBehaviour -{ - - public static SoundManager instance; - - private void Awake() { - if(instance == null) - { - instance = this; - DontDestroyOnLoad(instance); - } - else - { - Destroy(gameObject); - } - } - - public void SFXPlay(string sfxName, AudioClip clip) - { - GameObject obj = new GameObject(sfxName + "Sound"); - AudioSource audioSource = obj.AddComponent(); - audioSource.clip = clip; - audioSource.Play(); - - Destroy(obj, clip.length); - } -} +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class SoundManager : MonoBehaviour +{ + + public static SoundManager instance; + + private void Awake() { + if(instance == null) + { + instance = this; + DontDestroyOnLoad(instance); + } + else + { + Destroy(gameObject); + } + } + + public void SFXPlay(string sfxName, AudioClip clip) + { + GameObject obj = new GameObject(sfxName + "Sound"); + AudioSource audioSource = obj.AddComponent(); + audioSource.clip = clip; + audioSource.Play(); + + Destroy(obj, clip.length); + } +} diff --git a/te2ris/Assets/Scripts/SoundManager.cs.meta b/Assets/Scripts/SoundManager.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/SoundManager.cs.meta rename to Assets/Scripts/SoundManager.cs.meta diff --git a/te2ris/Assets/Scripts/block.cs b/Assets/Scripts/block.cs similarity index 96% rename from te2ris/Assets/Scripts/block.cs rename to Assets/Scripts/block.cs index 40925c48..a4e5f270 100644 --- a/te2ris/Assets/Scripts/block.cs +++ b/Assets/Scripts/block.cs @@ -1,142 +1,142 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; -using UnityEngine.UI; -using UnityEngine.SceneManagement; - -public class block : MonoBehaviour -{ - Rigidbody2D myrigid; - public GameObject failpage; - [SerializeField] - - public float speed; - public AudioClip clip; - - private int can_move = 1; - - private void Start() - { - myrigid = GetComponent(); - } - void Update() - { - if (transform.childCount == 0) - { - Destroy(gameObject); - } - if(transform.childCount!=0&&GetComponentInChildren().flag ==1) - { - move(); - rotate(); - if (can_move == 0) - { - cannot_move(); - } - } - - limit_move(); - } - - private void rotate() - { - if(Input.GetKeyDown(KeyCode.S)) //���� ����Ʈ ������ - { - transform.Rotate(0, 0, +90); //90�� ȸ�� ��Ű�� - } - } - - private void move() - { - Vector2 pos = transform.position; //��ġ �Ű����� ���ο� ���� ���� - if(Input.GetKey(KeyCode.A)) //a������ - { - pos.x -= Time.deltaTime * speed; // �������� x ���� �� - - } - else if (Input.GetKey(KeyCode.D)) - { - pos.x += Time.deltaTime * speed; - } - transform.position = pos; //���ο� ������ ����� ���� ���� ��ġ�� ���� - } - private void cannot_move() - { - Vector2 pos = transform.position; - if (Input.GetKey(KeyCode.A)) //a������ - { - pos.x += Time.deltaTime * speed; // �������� x ���� �� - - } - else if (Input.GetKey(KeyCode.D)) - { - pos.x -= Time.deltaTime * speed; - } - transform.position = pos; - } - - private void limit_move() - { - Vector3 limit_pos = Camera.main.WorldToViewportPoint(transform.position); //ȭ�� �������� ���� - if (limit_pos.x < 0.05f) //������ ������ �������� �ڷ���Ʈ ��Ŵ - { - limit_pos.x = 0.05f; - } - if (limit_pos.x > 0.95f) - { - limit_pos.x = 0.95f; - } - transform.position = Camera.main.ViewportToWorldPoint(limit_pos); //ȭ�� ���������� ���� ȭ�鿡 ���� - } - - public void set_ground() - { - SoundManager.instance.SFXPlay("dump", clip); - FindObjectOfType().destroy_preview(); - gameObject.tag = "ground"; - gameObject.layer = 2; - transform.GetChild(0).tag = "ground"; - transform.GetChild(0).GetComponent().flag = 0; - transform.GetChild(1).tag = "ground"; - transform.GetChild(1).GetComponent().flag = 0; - transform.GetChild(2).tag = "ground"; - transform.GetChild(2).GetComponent().flag = 0; - transform.GetChild(3).tag = "ground"; - transform.GetChild(3).GetComponent().flag = 0; - FindObjectOfType().new_teromino(); - } - - private void OnTriggerEnter2D(Collider2D other) - { - if (other.gameObject.tag == "overLine" && this.gameObject.tag=="ground") - { - Debug.Log("오버라인"); - failPageOn(); - - } - } - private void OnCollisionEnter2D(Collision2D collision) - { - if(collision.gameObject.tag =="left spring") - { - myrigid.velocity = Vector2.left * 10; - can_move = 0; - } - if (collision.gameObject.tag == "right spring") - { - myrigid.velocity = Vector2.right * 10; - can_move = 0; - } - if (collision.gameObject.tag == "spring") - { - myrigid.velocity = Vector2.up * 5; - } - } - - public void failPageOn() - { - - GameObject.Find("CanvasForFail").transform.Find("FAIL").gameObject.SetActive(true); - Time.timeScale = 0f; - } -} +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; +using UnityEngine.SceneManagement; + +public class block : MonoBehaviour +{ + Rigidbody2D myrigid; + public GameObject failpage; + [SerializeField] + + public float speed; + public AudioClip clip; + + private int can_move = 1; + + private void Start() + { + myrigid = GetComponent(); + } + void Update() + { + if (transform.childCount == 0) + { + Destroy(gameObject); + } + if(transform.childCount!=0&&GetComponentInChildren().flag ==1) + { + move(); + rotate(); + if (can_move == 0) + { + cannot_move(); + } + } + + limit_move(); + } + + private void rotate() + { + if(Input.GetKeyDown(KeyCode.S)) //���� ����Ʈ ������ + { + transform.Rotate(0, 0, +90); //90�� ȸ�� ��Ű�� + } + } + + private void move() + { + Vector2 pos = transform.position; //��ġ �Ű����� ���ο� ���� ���� + if(Input.GetKey(KeyCode.A)) //a������ + { + pos.x -= Time.deltaTime * speed; // �������� x ���� �� + + } + else if (Input.GetKey(KeyCode.D)) + { + pos.x += Time.deltaTime * speed; + } + transform.position = pos; //���ο� ������ ����� ���� ���� ��ġ�� ���� + } + private void cannot_move() + { + Vector2 pos = transform.position; + if (Input.GetKey(KeyCode.A)) //a������ + { + pos.x += Time.deltaTime * speed; // �������� x ���� �� + + } + else if (Input.GetKey(KeyCode.D)) + { + pos.x -= Time.deltaTime * speed; + } + transform.position = pos; + } + + private void limit_move() + { + Vector3 limit_pos = Camera.main.WorldToViewportPoint(transform.position); //ȭ�� �������� ���� + if (limit_pos.x < 0.05f) //������ ������ �������� �ڷ���Ʈ ��Ŵ + { + limit_pos.x = 0.05f; + } + if (limit_pos.x > 0.95f) + { + limit_pos.x = 0.95f; + } + transform.position = Camera.main.ViewportToWorldPoint(limit_pos); //ȭ�� ���������� ���� ȭ�鿡 ���� + } + + public void set_ground() + { + SoundManager.instance.SFXPlay("dump", clip); + FindObjectOfType().destroy_preview(); + gameObject.tag = "ground"; + gameObject.layer = 2; + transform.GetChild(0).tag = "ground"; + transform.GetChild(0).GetComponent().flag = 0; + transform.GetChild(1).tag = "ground"; + transform.GetChild(1).GetComponent().flag = 0; + transform.GetChild(2).tag = "ground"; + transform.GetChild(2).GetComponent().flag = 0; + transform.GetChild(3).tag = "ground"; + transform.GetChild(3).GetComponent().flag = 0; + FindObjectOfType().new_teromino(); + } + + private void OnTriggerEnter2D(Collider2D other) + { + if (other.gameObject.tag == "overLine" && this.gameObject.tag=="ground") + { + Debug.Log("오버라인"); + failPageOn(); + + } + } + private void OnCollisionEnter2D(Collision2D collision) + { + if(collision.gameObject.tag =="left spring") + { + myrigid.velocity = Vector2.left * 10; + can_move = 0; + } + if (collision.gameObject.tag == "right spring") + { + myrigid.velocity = Vector2.right * 10; + can_move = 0; + } + if (collision.gameObject.tag == "spring") + { + myrigid.velocity = Vector2.up * 5; + } + } + + public void failPageOn() + { + + GameObject.Find("CanvasForFail").transform.Find("FAIL").gameObject.SetActive(true); + Time.timeScale = 0f; + } +} diff --git a/te2ris/Assets/Scripts/block.cs.meta b/Assets/Scripts/block.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/block.cs.meta rename to Assets/Scripts/block.cs.meta diff --git a/te2ris/Assets/Scripts/flagmove.cs b/Assets/Scripts/flagmove.cs similarity index 94% rename from te2ris/Assets/Scripts/flagmove.cs rename to Assets/Scripts/flagmove.cs index eedb62fa..e6f95406 100644 --- a/te2ris/Assets/Scripts/flagmove.cs +++ b/Assets/Scripts/flagmove.cs @@ -1,22 +1,22 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class flagmove : MonoBehaviour -{ - Vector3 pos; - public float delta = 4.0f; - public float speed = 0.9f; - - void Start() - { - pos = transform.position; - } - - void Update() - { - Vector3 v = pos; - v.x += delta * Mathf.Sin(Time.time * speed); - transform.position = v; - } -} +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class flagmove : MonoBehaviour +{ + Vector3 pos; + public float delta = 4.0f; + public float speed = 0.9f; + + void Start() + { + pos = transform.position; + } + + void Update() + { + Vector3 v = pos; + v.x += delta * Mathf.Sin(Time.time * speed); + transform.position = v; + } +} diff --git a/te2ris/Assets/Scripts/flagmove.cs.meta b/Assets/Scripts/flagmove.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/flagmove.cs.meta rename to Assets/Scripts/flagmove.cs.meta diff --git a/te2ris/Assets/Scripts/pixel.cs b/Assets/Scripts/pixel.cs similarity index 100% rename from te2ris/Assets/Scripts/pixel.cs rename to Assets/Scripts/pixel.cs diff --git a/te2ris/Assets/Scripts/pixel.cs.meta b/Assets/Scripts/pixel.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/pixel.cs.meta rename to Assets/Scripts/pixel.cs.meta diff --git a/te2ris/Assets/Scripts/player.cs b/Assets/Scripts/player.cs similarity index 97% rename from te2ris/Assets/Scripts/player.cs rename to Assets/Scripts/player.cs index 4f77e53c..ce8463b0 100644 --- a/te2ris/Assets/Scripts/player.cs +++ b/Assets/Scripts/player.cs @@ -1,121 +1,121 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; -using UnityEngine.SceneManagement; -public class player : MonoBehaviour -{ - public GameObject clear; - public float speed; //�÷��̾� ������ ��Ÿ���� ���� - public float power; //�����Ŀ� ��Ÿ���� ���� - public int canjump = 1; //���� ���ɿ��θ� ��Ÿ���� ���� - public AudioClip clip; - Rigidbody2D myrigid; //������ٵ� �������� ���� - private bool iceMap = false; - //animation - SpriteRenderer spriteRenderer; - Animator animator; - - // Start is called before the first frame update - void Start() - { - Time.timeScale = 1f; - myrigid = GetComponent(); //������ٵ� ������ - spriteRenderer = GetComponent(); - animator = GetComponent(); - if (SceneManager.GetActiveScene().name.Contains("stage3")) iceMap = true; - } - - - // Update is called once per frame - void Update() - { - move(); - jump(); - limit_move(); - } - - private void move() //�÷��̾� ������ �Լ� - { - Vector3 pos = transform.position; //��ġ���� ���� ���ο� ���� ���� - if (Input.GetKey(KeyCode.LeftArrow) || Input.GetKey(KeyCode.RightArrow)) - { - if (Input.GetKey(KeyCode.LeftArrow)) //Ű ������ �������� ������Ŵ - { - pos.x -= Time.deltaTime * speed; - spriteRenderer.flipX = false; - animator.SetBool("walk", true); - if (iceMap) - { - GetComponent().velocity = new Vector2(-0.5f, GetComponent().velocity.y); - } - } - if (Input.GetKey(KeyCode.RightArrow)) - { - pos.x += Time.deltaTime * speed; - spriteRenderer.flipX = true; - animator.SetBool("walk", true); - if (iceMap) - { - GetComponent().velocity = new Vector2(0.5f, GetComponent().velocity.y); - } - } - } - else - { - animator.SetBool("walk", false); - } - transform.position = pos; //���ο� ������ ���� ��ġ�� ���Խ�Ŵ - } - - private void limit_move() //ȭ������� �������� �ϴ� �Լ� - { //��ġ�� ȭ�����(0,0)~(1,1)�� ��Ÿ�� - Vector3 limit_pos = Camera.main.WorldToViewportPoint(transform.position); - if( limit_pos.x <0.05f) //������ ������ �ڷ���Ʈ ��Ŵ - { - limit_pos.x = 0.05f; - } - if (limit_pos.x > 0.95f) - { - limit_pos.x = 0.95f; - } - //ȭ�� ������ ���� ��ġ�� �ٽ� �ٲ� - transform.position = Camera.main.ViewportToWorldPoint(limit_pos); - } - - private void jump() //�����Լ� - { - if(Input.GetKeyDown(KeyCode.Space) && canjump==1) //Ű�� ������ ���� ������ ������ ��� - { - myrigid.velocity = Vector2.up*power; //������� ���� ���� - SoundManager.instance.SFXPlay("jump", clip); - //canjump = 0; - } - } - - private void OnTriggerEnter2D(Collider2D other) { - if (other.gameObject.tag == "goalLine") - { - Debug.Log("골라인"); - clear.SetActive(true); - GameObject.Find("StageData").GetComponent().SaveData(); - Time.timeScale = 0f; - } - } - - private void OnCollisionEnter2D(Collision2D collision) - { - if (collision.gameObject.tag == "left spring") - { - myrigid.velocity = Vector2.left * 10; - } - if (collision.gameObject.tag == "right spring") - { - myrigid.velocity = Vector2.right * 10; - } - if (collision.gameObject.tag == "spring") - { - myrigid.velocity = Vector2.up * 7; - } - } - -} +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.SceneManagement; +public class player : MonoBehaviour +{ + public GameObject clear; + public float speed; //�÷��̾� ������ ��Ÿ���� ���� + public float power; //�����Ŀ� ��Ÿ���� ���� + public int canjump = 1; //���� ���ɿ��θ� ��Ÿ���� ���� + public AudioClip clip; + Rigidbody2D myrigid; //������ٵ� �������� ���� + private bool iceMap = false; + //animation + SpriteRenderer spriteRenderer; + Animator animator; + + // Start is called before the first frame update + void Start() + { + Time.timeScale = 1f; + myrigid = GetComponent(); //������ٵ� ������ + spriteRenderer = GetComponent(); + animator = GetComponent(); + if (SceneManager.GetActiveScene().name.Contains("stage3")) iceMap = true; + } + + + // Update is called once per frame + void Update() + { + move(); + jump(); + limit_move(); + } + + private void move() //�÷��̾� ������ �Լ� + { + Vector3 pos = transform.position; //��ġ���� ���� ���ο� ���� ���� + if (Input.GetKey(KeyCode.LeftArrow) || Input.GetKey(KeyCode.RightArrow)) + { + if (Input.GetKey(KeyCode.LeftArrow)) //Ű ������ �������� ������Ŵ + { + pos.x -= Time.deltaTime * speed; + spriteRenderer.flipX = false; + animator.SetBool("walk", true); + if (iceMap) + { + GetComponent().velocity = new Vector2(-0.5f, GetComponent().velocity.y); + } + } + if (Input.GetKey(KeyCode.RightArrow)) + { + pos.x += Time.deltaTime * speed; + spriteRenderer.flipX = true; + animator.SetBool("walk", true); + if (iceMap) + { + GetComponent().velocity = new Vector2(0.5f, GetComponent().velocity.y); + } + } + } + else + { + animator.SetBool("walk", false); + } + transform.position = pos; //���ο� ������ ���� ��ġ�� ���Խ�Ŵ + } + + private void limit_move() //ȭ������� �������� �ϴ� �Լ� + { //��ġ�� ȭ�����(0,0)~(1,1)�� ��Ÿ�� + Vector3 limit_pos = Camera.main.WorldToViewportPoint(transform.position); + if( limit_pos.x <0.05f) //������ ������ �ڷ���Ʈ ��Ŵ + { + limit_pos.x = 0.05f; + } + if (limit_pos.x > 0.95f) + { + limit_pos.x = 0.95f; + } + //ȭ�� ������ ���� ��ġ�� �ٽ� �ٲ� + transform.position = Camera.main.ViewportToWorldPoint(limit_pos); + } + + private void jump() //�����Լ� + { + if(Input.GetKeyDown(KeyCode.Space) && canjump==1) //Ű�� ������ ���� ������ ������ ��� + { + myrigid.velocity = Vector2.up*power; //������� ���� ���� + SoundManager.instance.SFXPlay("jump", clip); + //canjump = 0; + } + } + + private void OnTriggerEnter2D(Collider2D other) { + if (other.gameObject.tag == "goalLine") + { + Debug.Log("골라인"); + clear.SetActive(true); + GameObject.Find("StageData").GetComponent().SaveData(); + Time.timeScale = 0f; + } + } + + private void OnCollisionEnter2D(Collision2D collision) + { + if (collision.gameObject.tag == "left spring") + { + myrigid.velocity = Vector2.left * 10; + } + if (collision.gameObject.tag == "right spring") + { + myrigid.velocity = Vector2.right * 10; + } + if (collision.gameObject.tag == "spring") + { + myrigid.velocity = Vector2.up * 7; + } + } + +} diff --git a/te2ris/Assets/Scripts/player.cs.meta b/Assets/Scripts/player.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/player.cs.meta rename to Assets/Scripts/player.cs.meta diff --git a/te2ris/Assets/Scripts/player_foot.cs b/Assets/Scripts/player_foot.cs similarity index 100% rename from te2ris/Assets/Scripts/player_foot.cs rename to Assets/Scripts/player_foot.cs diff --git a/te2ris/Assets/Scripts/player_foot.cs.meta b/Assets/Scripts/player_foot.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/player_foot.cs.meta rename to Assets/Scripts/player_foot.cs.meta diff --git a/te2ris/Assets/Scripts/player_head.cs b/Assets/Scripts/player_head.cs similarity index 100% rename from te2ris/Assets/Scripts/player_head.cs rename to Assets/Scripts/player_head.cs diff --git a/te2ris/Assets/Scripts/player_head.cs.meta b/Assets/Scripts/player_head.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/player_head.cs.meta rename to Assets/Scripts/player_head.cs.meta diff --git a/te2ris/Assets/Scripts/spawner.cs b/Assets/Scripts/spawner.cs similarity index 70% rename from te2ris/Assets/Scripts/spawner.cs rename to Assets/Scripts/spawner.cs index 888928b0..978bd8b8 100644 --- a/te2ris/Assets/Scripts/spawner.cs +++ b/Assets/Scripts/spawner.cs @@ -1,12 +1,13 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; +using UnityEngine.SceneManagement; public class spawner : MonoBehaviour { [SerializeField] public GameObject[] tetrominos; - public GameObject preview; + public Transform preview; private Destroyer destroyer; private bool checkStart = false; public int cur_block; @@ -19,21 +20,25 @@ void Start() pre_block = Random.Range(0, tetrominos.Length); new_teromino(); - destroyer = GameObject.Find("destroyer").GetComponent(); + if (SceneManager.GetActiveScene().name != "Start") + { + destroyer = GameObject.Find("destroyer").GetComponent(); + } checkStart = true; + //Debug.Log(preview.position); } public void new_teromino() { - if(checkStart) + if(checkStart && SceneManager.GetActiveScene().name != "Start") destroyer.destroyCheck(); Instantiate(tetrominos[cur_block], transform.position, Quaternion.identity); // preview - prefab = Instantiate(tetrominos[pre_block], preview.transform.position, Quaternion.identity); + prefab = Instantiate(tetrominos[pre_block], preview.position, Quaternion.identity); cur_block = pre_block; pre_block = Random.Range(0, tetrominos.Length); - prefab.GetComponent().bodyType = RigidbodyType2D.Static; + prefab.GetComponent().simulated = false; prefab.transform.GetChild(0).GetComponent().flag = 0; prefab.transform.GetChild(1).GetComponent().flag = 0; prefab.transform.GetChild(2).GetComponent().flag = 0; diff --git a/te2ris/Assets/Scripts/spawner.cs.meta b/Assets/Scripts/spawner.cs.meta similarity index 100% rename from te2ris/Assets/Scripts/spawner.cs.meta rename to Assets/Scripts/spawner.cs.meta diff --git a/te2ris/Assets/Sprites.meta b/Assets/Sprites.meta similarity index 100% rename from te2ris/Assets/Sprites.meta rename to Assets/Sprites.meta diff --git a/te2ris/Assets/Sprites/icon_star.png b/Assets/Sprites/icon_star.png similarity index 100% rename from te2ris/Assets/Sprites/icon_star.png rename to Assets/Sprites/icon_star.png diff --git a/te2ris/Assets/Sprites/icon_star.png.meta b/Assets/Sprites/icon_star.png.meta similarity index 100% rename from te2ris/Assets/Sprites/icon_star.png.meta rename to Assets/Sprites/icon_star.png.meta diff --git a/te2ris/Assets/Sprites/lvl_star_1.png b/Assets/Sprites/lvl_star_1.png similarity index 100% rename from te2ris/Assets/Sprites/lvl_star_1.png rename to Assets/Sprites/lvl_star_1.png diff --git a/te2ris/Assets/Sprites/lvl_star_1.png.meta b/Assets/Sprites/lvl_star_1.png.meta similarity index 100% rename from te2ris/Assets/Sprites/lvl_star_1.png.meta rename to Assets/Sprites/lvl_star_1.png.meta diff --git a/te2ris/Assets/Sprites/lvl_star_2.png b/Assets/Sprites/lvl_star_2.png similarity index 100% rename from te2ris/Assets/Sprites/lvl_star_2.png rename to Assets/Sprites/lvl_star_2.png diff --git a/te2ris/Assets/Sprites/lvl_star_2.png.meta b/Assets/Sprites/lvl_star_2.png.meta similarity index 100% rename from te2ris/Assets/Sprites/lvl_star_2.png.meta rename to Assets/Sprites/lvl_star_2.png.meta diff --git a/te2ris/Assets/Sprites/lvl_star_3.png b/Assets/Sprites/lvl_star_3.png similarity index 100% rename from te2ris/Assets/Sprites/lvl_star_3.png rename to Assets/Sprites/lvl_star_3.png diff --git a/te2ris/Assets/Sprites/lvl_star_3.png.meta b/Assets/Sprites/lvl_star_3.png.meta similarity index 100% rename from te2ris/Assets/Sprites/lvl_star_3.png.meta rename to Assets/Sprites/lvl_star_3.png.meta diff --git a/Assets/StageData.json b/Assets/StageData.json new file mode 100644 index 00000000..6be595fc --- /dev/null +++ b/Assets/StageData.json @@ -0,0 +1 @@ +{"clearAmount":[3,3,3,0,0,0,0,0,0,0]} \ No newline at end of file diff --git a/te2ris/Assets/StageData.json.meta b/Assets/StageData.json.meta similarity index 100% rename from te2ris/Assets/StageData.json.meta rename to Assets/StageData.json.meta diff --git a/te2ris/Assets/TextMesh Pro.meta b/Assets/TextMesh Pro.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro.meta rename to Assets/TextMesh Pro.meta diff --git a/te2ris/Assets/TextMesh Pro/Documentation.meta b/Assets/TextMesh Pro/Documentation.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Documentation.meta rename to Assets/TextMesh Pro/Documentation.meta diff --git a/te2ris/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf b/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf similarity index 100% rename from te2ris/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf rename to Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf diff --git a/te2ris/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta b/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta rename to Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta diff --git a/te2ris/Assets/TextMesh Pro/Fonts.meta b/Assets/TextMesh Pro/Fonts.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Fonts.meta rename to Assets/TextMesh Pro/Fonts.meta diff --git a/te2ris/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt b/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt similarity index 100% rename from te2ris/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt rename to Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt diff --git a/te2ris/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta b/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta rename to Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta diff --git a/te2ris/Assets/TextMesh Pro/Fonts/LiberationSans.ttf b/Assets/TextMesh Pro/Fonts/LiberationSans.ttf similarity index 100% rename from te2ris/Assets/TextMesh Pro/Fonts/LiberationSans.ttf rename to Assets/TextMesh Pro/Fonts/LiberationSans.ttf diff --git a/te2ris/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta b/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta rename to Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources.meta b/Assets/TextMesh Pro/Resources.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources.meta rename to Assets/TextMesh Pro/Resources.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials.meta b/Assets/TextMesh Pro/Resources/Fonts & Materials.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials.meta rename to Assets/TextMesh Pro/Resources/Fonts & Materials.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset diff --git a/te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta b/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta rename to Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt b/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt rename to Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt diff --git a/te2ris/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta b/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta rename to Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt b/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt rename to Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt diff --git a/te2ris/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta b/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta rename to Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Sprite Assets.meta b/Assets/TextMesh Pro/Resources/Sprite Assets.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Sprite Assets.meta rename to Assets/TextMesh Pro/Resources/Sprite Assets.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset b/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset rename to Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset diff --git a/te2ris/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta b/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta rename to Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Style Sheets.meta b/Assets/TextMesh Pro/Resources/Style Sheets.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Style Sheets.meta rename to Assets/TextMesh Pro/Resources/Style Sheets.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset b/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset rename to Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset diff --git a/te2ris/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta b/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta rename to Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta diff --git a/te2ris/Assets/TextMesh Pro/Resources/TMP Settings.asset b/Assets/TextMesh Pro/Resources/TMP Settings.asset similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/TMP Settings.asset rename to Assets/TextMesh Pro/Resources/TMP Settings.asset diff --git a/te2ris/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta b/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta rename to Assets/TextMesh Pro/Resources/TMP Settings.asset.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders.meta b/Assets/TextMesh Pro/Shaders.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders.meta rename to Assets/TextMesh Pro/Shaders.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader b/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader rename to Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader b/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader rename to Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader b/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader rename to Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF.shader b/Assets/TextMesh Pro/Shaders/TMP_SDF.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF.shader rename to Assets/TextMesh Pro/Shaders/TMP_SDF.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader b/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader rename to Assets/TextMesh Pro/Shaders/TMP_Sprite.shader diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta b/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta rename to Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro.cginc b/Assets/TextMesh Pro/Shaders/TMPro.cginc similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro.cginc rename to Assets/TextMesh Pro/Shaders/TMPro.cginc diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta b/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta rename to Assets/TextMesh Pro/Shaders/TMPro.cginc.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc b/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc rename to Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta b/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta rename to Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc b/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc rename to Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta b/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta rename to Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc b/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc rename to Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc diff --git a/te2ris/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta b/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta rename to Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta diff --git a/te2ris/Assets/TextMesh Pro/Sprites.meta b/Assets/TextMesh Pro/Sprites.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Sprites.meta rename to Assets/TextMesh Pro/Sprites.meta diff --git a/te2ris/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt b/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt similarity index 100% rename from te2ris/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt rename to Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt diff --git a/te2ris/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta b/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta rename to Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta diff --git a/te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.json b/Assets/TextMesh Pro/Sprites/EmojiOne.json similarity index 100% rename from te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.json rename to Assets/TextMesh Pro/Sprites/EmojiOne.json diff --git a/te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta b/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta rename to Assets/TextMesh Pro/Sprites/EmojiOne.json.meta diff --git a/te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.png b/Assets/TextMesh Pro/Sprites/EmojiOne.png similarity index 100% rename from te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.png rename to Assets/TextMesh Pro/Sprites/EmojiOne.png diff --git a/te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta b/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta similarity index 100% rename from te2ris/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta rename to Assets/TextMesh Pro/Sprites/EmojiOne.png.meta diff --git a/te2ris/Assets/particle.meta b/Assets/particle.meta similarity index 100% rename from te2ris/Assets/particle.meta rename to Assets/particle.meta diff --git a/te2ris/Assets/particle/Particle System.prefab b/Assets/particle/Particle System.prefab similarity index 100% rename from te2ris/Assets/particle/Particle System.prefab rename to Assets/particle/Particle System.prefab diff --git a/te2ris/Assets/particle/Particle System.prefab.meta b/Assets/particle/Particle System.prefab.meta similarity index 100% rename from te2ris/Assets/particle/Particle System.prefab.meta rename to Assets/particle/Particle System.prefab.meta diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\352\260\225\354\210\230\355\233\210/test.unity.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Assets/BackTile_15.png.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Prefabs/Tile.prefab.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs" similarity index 97% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs" index 60abba60..3c926145 100644 --- "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs" +++ "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs" @@ -1,211 +1,211 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Stage : MonoBehaviour -{ - [Header("Editor objects")] - public GameObject tilePrefab; - public Transform backgroundNode; - public Transform boardNode; - public Transform tetrominoNode; - - [Header("Game Settings")] - [Range(4,40)] - public int boardWidth = 10; - [Range(5,20)] - public int boardHeight = 20; - public float fallCycle = 1.0f; - - private int halfWidth; - private int halfHeight; - private float nextFallTime; - - private void Start() { - halfWidth = Mathf.RoundToInt(boardWidth * 0.5f); - halfHeight = Mathf.RoundToInt(boardHeight * 0.5f); - - nextFallTime = Time.time + fallCycle; - - CreateBackground(); - - CreateTetromino(); - } - - private void Update() { - Vector3 moveDir = Vector3.zero; - bool isRotate = false; - - if (Input.GetKeyDown(KeyCode.LeftArrow)) - { - moveDir.x = -1; - - } - else if(Input.GetKeyDown(KeyCode.RightArrow)) - { - moveDir.x = 1; - } - if(Input.GetKeyDown(KeyCode.UpArrow)) - { - isRotate = true; - } - else if(Input.GetKeyDown(KeyCode.DownArrow)) - { - moveDir.y = -1; - } - if(Time.time > nextFallTime) - { - nextFallTime = Time.time + fallCycle; - moveDir = Vector3.down; - isRotate = false; - } - if(moveDir != Vector3.zero || isRotate) - { - MoveTetromino(moveDir, isRotate); - } - } - - bool MoveTetromino(Vector3 moveDir, bool isRotate) - { - Vector3 oldPos = tetrominoNode.transform.position; - Quaternion oldRot = tetrominoNode.transform.rotation; - - tetrominoNode.transform.position += moveDir; - if (isRotate) - { - tetrominoNode.transform.rotation *= Quaternion.Euler(0, 0, 90); - } - - if (!CanMoveTo(tetrominoNode)) - { - tetrominoNode.transform.position = oldPos; - tetrominoNode.transform.rotation = oldRot; - - return false; - } - - return true; - } - - bool CanMoveTo(Transform root) - { - for (int i = 0; i < root.childCount; ++i) - { - var node = root.GetChild(i); - int x = Mathf.RoundToInt(node.transform.position.x + halfWidth); - int y = Mathf.RoundToInt(node.transform.position.y + halfHeight - 1); - - if (x < 0 || x > boardWidth - 1) - return false; - - if (y < 0) - return false; - } - - return true; - } - - // 타일생성 부분 - Tile CreateTile(Transform parent, Vector2 position, Color color, int order = 1) - { - var go = Instantiate(tilePrefab); - go.transform.parent = parent; - go.transform.localPosition = position; - - var tile = go.GetComponent(); - tile.color = color; - tile.sortingOrder = order; - - return tile; - } - - public void CreateBackground() - { - Color color = Color.gray; - - // 타일 보드 - color.a = 0.5f; - for(int x = -halfWidth; x < halfWidth; x++) - { - for(int y = halfHeight; y > -halfHeight; y--) - { - CreateTile(backgroundNode, new Vector2(x,y), color, 0); - } - } - - // 좌우 - color.a = 1.0f; - for(int y = halfHeight; y > -halfHeight; y--) - { - CreateTile(backgroundNode, new Vector2(-halfWidth - 1, y), color, 0); - CreateTile(backgroundNode, new Vector2(halfWidth, y), color, 0); - } - // 아래 - for(int x = -halfWidth - 1; x <= halfWidth; x++) - { - CreateTile(backgroundNode, new Vector2(x, -halfHeight), color, 0); - } - } - - public void CreateTetromino() - { - int index = Random.Range(0,7); - Color32 color = Color.white; - - tetrominoNode.rotation = Quaternion.identity; - tetrominoNode.position = new Vector2(0, halfHeight); - - switch (index) - { - case 0: - color = new Color32(115,251,253,255); - CreateTile(tetrominoNode, new Vector2(-2f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(-1f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(0f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 0.0f), color); - break; - case 1: - color = new Color32(0,33,245,255); - CreateTile(tetrominoNode, new Vector2(-1f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(0f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(-1f, 1.0f), color); - break; - case 2: - color = new Color32(243, 168, 59, 255); - CreateTile(tetrominoNode, new Vector2(-1f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(0f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 0.0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 1.0f), color); - break; - case 3: - color = new Color32(255, 253, 84, 255); - CreateTile(tetrominoNode, new Vector2(0f, 0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 0f), color); - CreateTile(tetrominoNode, new Vector2(0f, 1f), color); - CreateTile(tetrominoNode, new Vector2(1f, 1f), color); - break; - case 4: - color = new Color32(117, 250, 76, 255); - CreateTile(tetrominoNode, new Vector2(-1f, -1f), color); - CreateTile(tetrominoNode, new Vector2(0f, -1f), color); - CreateTile(tetrominoNode, new Vector2(0f, 0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 0f), color); - break; - case 5: - color = new Color32(155, 47, 246, 255); - CreateTile(tetrominoNode, new Vector2(-1f, 0f), color); - CreateTile(tetrominoNode, new Vector2(0f, 0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 0f), color); - CreateTile(tetrominoNode, new Vector2(0f, 1f), color); - break; - case 6: - color = new Color32(235, 51, 35, 255); - CreateTile(tetrominoNode, new Vector2(-1f, 1f), color); - CreateTile(tetrominoNode, new Vector2(0f, 1f), color); - CreateTile(tetrominoNode, new Vector2(0f, 0f), color); - CreateTile(tetrominoNode, new Vector2(1f, 0f), color); - break; - } - } -} +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Stage : MonoBehaviour +{ + [Header("Editor objects")] + public GameObject tilePrefab; + public Transform backgroundNode; + public Transform boardNode; + public Transform tetrominoNode; + + [Header("Game Settings")] + [Range(4,40)] + public int boardWidth = 10; + [Range(5,20)] + public int boardHeight = 20; + public float fallCycle = 1.0f; + + private int halfWidth; + private int halfHeight; + private float nextFallTime; + + private void Start() { + halfWidth = Mathf.RoundToInt(boardWidth * 0.5f); + halfHeight = Mathf.RoundToInt(boardHeight * 0.5f); + + nextFallTime = Time.time + fallCycle; + + CreateBackground(); + + CreateTetromino(); + } + + private void Update() { + Vector3 moveDir = Vector3.zero; + bool isRotate = false; + + if (Input.GetKeyDown(KeyCode.LeftArrow)) + { + moveDir.x = -1; + + } + else if(Input.GetKeyDown(KeyCode.RightArrow)) + { + moveDir.x = 1; + } + if(Input.GetKeyDown(KeyCode.UpArrow)) + { + isRotate = true; + } + else if(Input.GetKeyDown(KeyCode.DownArrow)) + { + moveDir.y = -1; + } + if(Time.time > nextFallTime) + { + nextFallTime = Time.time + fallCycle; + moveDir = Vector3.down; + isRotate = false; + } + if(moveDir != Vector3.zero || isRotate) + { + MoveTetromino(moveDir, isRotate); + } + } + + bool MoveTetromino(Vector3 moveDir, bool isRotate) + { + Vector3 oldPos = tetrominoNode.transform.position; + Quaternion oldRot = tetrominoNode.transform.rotation; + + tetrominoNode.transform.position += moveDir; + if (isRotate) + { + tetrominoNode.transform.rotation *= Quaternion.Euler(0, 0, 90); + } + + if (!CanMoveTo(tetrominoNode)) + { + tetrominoNode.transform.position = oldPos; + tetrominoNode.transform.rotation = oldRot; + + return false; + } + + return true; + } + + bool CanMoveTo(Transform root) + { + for (int i = 0; i < root.childCount; ++i) + { + var node = root.GetChild(i); + int x = Mathf.RoundToInt(node.transform.position.x + halfWidth); + int y = Mathf.RoundToInt(node.transform.position.y + halfHeight - 1); + + if (x < 0 || x > boardWidth - 1) + return false; + + if (y < 0) + return false; + } + + return true; + } + + // 타일생성 부분 + Tile CreateTile(Transform parent, Vector2 position, Color color, int order = 1) + { + var go = Instantiate(tilePrefab); + go.transform.parent = parent; + go.transform.localPosition = position; + + var tile = go.GetComponent(); + tile.color = color; + tile.sortingOrder = order; + + return tile; + } + + public void CreateBackground() + { + Color color = Color.gray; + + // 타일 보드 + color.a = 0.5f; + for(int x = -halfWidth; x < halfWidth; x++) + { + for(int y = halfHeight; y > -halfHeight; y--) + { + CreateTile(backgroundNode, new Vector2(x,y), color, 0); + } + } + + // 좌우 + color.a = 1.0f; + for(int y = halfHeight; y > -halfHeight; y--) + { + CreateTile(backgroundNode, new Vector2(-halfWidth - 1, y), color, 0); + CreateTile(backgroundNode, new Vector2(halfWidth, y), color, 0); + } + // 아래 + for(int x = -halfWidth - 1; x <= halfWidth; x++) + { + CreateTile(backgroundNode, new Vector2(x, -halfHeight), color, 0); + } + } + + public void CreateTetromino() + { + int index = Random.Range(0,7); + Color32 color = Color.white; + + tetrominoNode.rotation = Quaternion.identity; + tetrominoNode.position = new Vector2(0, halfHeight); + + switch (index) + { + case 0: + color = new Color32(115,251,253,255); + CreateTile(tetrominoNode, new Vector2(-2f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(-1f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(0f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 0.0f), color); + break; + case 1: + color = new Color32(0,33,245,255); + CreateTile(tetrominoNode, new Vector2(-1f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(0f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(-1f, 1.0f), color); + break; + case 2: + color = new Color32(243, 168, 59, 255); + CreateTile(tetrominoNode, new Vector2(-1f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(0f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 0.0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 1.0f), color); + break; + case 3: + color = new Color32(255, 253, 84, 255); + CreateTile(tetrominoNode, new Vector2(0f, 0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 0f), color); + CreateTile(tetrominoNode, new Vector2(0f, 1f), color); + CreateTile(tetrominoNode, new Vector2(1f, 1f), color); + break; + case 4: + color = new Color32(117, 250, 76, 255); + CreateTile(tetrominoNode, new Vector2(-1f, -1f), color); + CreateTile(tetrominoNode, new Vector2(0f, -1f), color); + CreateTile(tetrominoNode, new Vector2(0f, 0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 0f), color); + break; + case 5: + color = new Color32(155, 47, 246, 255); + CreateTile(tetrominoNode, new Vector2(-1f, 0f), color); + CreateTile(tetrominoNode, new Vector2(0f, 0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 0f), color); + CreateTile(tetrominoNode, new Vector2(0f, 1f), color); + break; + case 6: + color = new Color32(235, 51, 35, 255); + CreateTile(tetrominoNode, new Vector2(-1f, 1f), color); + CreateTile(tetrominoNode, new Vector2(0f, 1f), color); + CreateTile(tetrominoNode, new Vector2(0f, 0f), color); + CreateTile(tetrominoNode, new Vector2(1f, 0f), color); + break; + } + } +} diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Stage.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs" similarity index 94% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs" index 01ad3691..fb8d5fca 100644 --- "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs" +++ "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs" @@ -1,41 +1,41 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Tile : MonoBehaviour -{ - public Color color - { - set - { - spriteRenderer.color = value; - } - get - { - return spriteRenderer.color; - } - } - - public int sortingOrder - { - set - { - spriteRenderer.sortingOrder = value; - } - get - { - return spriteRenderer.sortingOrder; - } - } - - SpriteRenderer spriteRenderer; - - private void Awake() { - spriteRenderer = GetComponent(); - - if (spriteRenderer == null) - { - Debug.LogError("error"); - } - } -} +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Tile : MonoBehaviour +{ + public Color color + { + set + { + spriteRenderer.color = value; + } + get + { + return spriteRenderer.color; + } + } + + public int sortingOrder + { + set + { + spriteRenderer.sortingOrder = value; + } + get + { + return spriteRenderer.sortingOrder; + } + } + + SpriteRenderer spriteRenderer; + + private void Awake() { + spriteRenderer = GetComponent(); + + if (spriteRenderer == null) + { + Debug.LogError("error"); + } + } +} diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/Tile.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs" similarity index 95% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs" index ab78f3e3..a7abd968 100644 --- "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs" +++ "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs" @@ -1,38 +1,38 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class pool : MonoBehaviour -{ - [Header("Game Settings")] - public GameObject[] Prefab; - public Transform pos; - [Range(4,40)] - public int boardWidth = 10; - [Range(5,20)] - public int boardHeight = 20; - - private int halfWidth; - private int halfHeight; - - public void creatBlock(Transform pos) - { - var go = Instantiate(Prefab[Random.Range(0,7)]); - go.transform.parent = pos; - go.transform.localPosition = pos.localPosition; - } - - void Start(){ - halfWidth = Mathf.RoundToInt(boardWidth * 0.5f); - halfHeight = Mathf.RoundToInt(boardHeight * 0.5f); - - creatBlock(pos); - } - - - - void Update() - { - - } -} +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class pool : MonoBehaviour +{ + [Header("Game Settings")] + public GameObject[] Prefab; + public Transform pos; + [Range(4,40)] + public int boardWidth = 10; + [Range(5,20)] + public int boardHeight = 20; + + private int halfWidth; + private int halfHeight; + + public void creatBlock(Transform pos) + { + var go = Instantiate(Prefab[Random.Range(0,7)]); + go.transform.parent = pos; + go.transform.localPosition = pos.localPosition; + } + + void Start(){ + halfWidth = Mathf.RoundToInt(boardWidth * 0.5f); + halfHeight = Mathf.RoundToInt(boardHeight * 0.5f); + + creatBlock(pos); + } + + + + void Update() + { + + } +} diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/Scripts/pool.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\235\264\354\240\225\354\225\210/te2ris.unity.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/scripts.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/scripts.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/scripts.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/scripts.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage2_1.unity.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/stage3_1.unity.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\240\225\354\236\254\355\230\204/test.unity.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/FAIL.prefab.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/Timer.prefab.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/1.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/2.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/3.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/4.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/5.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/6.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/7.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/8.gif.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/Image.controller.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/asset/start image/gamename.anim.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameManager.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/GameStart.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/PausePage.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageBtnCont.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/StageClear.cs.meta" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs" diff --git "a/te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs.meta" "b/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs.meta" similarity index 100% rename from "te2ris/Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs.meta" rename to "Assets/\352\260\234\354\235\270\355\217\264\353\215\224/\354\265\234\354\230\210\353\246\260/script/Timer.cs.meta" diff --git a/te2ris/Packages/manifest.json b/Packages/manifest.json similarity index 100% rename from te2ris/Packages/manifest.json rename to Packages/manifest.json diff --git a/te2ris/Packages/packages-lock.json b/Packages/packages-lock.json similarity index 100% rename from te2ris/Packages/packages-lock.json rename to Packages/packages-lock.json diff --git a/te2ris/ProjectSettings/AudioManager.asset b/ProjectSettings/AudioManager.asset similarity index 100% rename from te2ris/ProjectSettings/AudioManager.asset rename to ProjectSettings/AudioManager.asset diff --git a/te2ris/ProjectSettings/ClusterInputManager.asset b/ProjectSettings/ClusterInputManager.asset similarity index 100% rename from te2ris/ProjectSettings/ClusterInputManager.asset rename to ProjectSettings/ClusterInputManager.asset diff --git a/te2ris/ProjectSettings/DynamicsManager.asset b/ProjectSettings/DynamicsManager.asset similarity index 100% rename from te2ris/ProjectSettings/DynamicsManager.asset rename to ProjectSettings/DynamicsManager.asset diff --git a/te2ris/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset similarity index 100% rename from te2ris/ProjectSettings/EditorBuildSettings.asset rename to ProjectSettings/EditorBuildSettings.asset diff --git a/te2ris/ProjectSettings/EditorSettings.asset b/ProjectSettings/EditorSettings.asset similarity index 100% rename from te2ris/ProjectSettings/EditorSettings.asset rename to ProjectSettings/EditorSettings.asset diff --git a/te2ris/ProjectSettings/GraphicsSettings.asset b/ProjectSettings/GraphicsSettings.asset similarity index 100% rename from te2ris/ProjectSettings/GraphicsSettings.asset rename to ProjectSettings/GraphicsSettings.asset diff --git a/te2ris/ProjectSettings/InputManager.asset b/ProjectSettings/InputManager.asset similarity index 100% rename from te2ris/ProjectSettings/InputManager.asset rename to ProjectSettings/InputManager.asset diff --git a/te2ris/ProjectSettings/NavMeshAreas.asset b/ProjectSettings/NavMeshAreas.asset similarity index 100% rename from te2ris/ProjectSettings/NavMeshAreas.asset rename to ProjectSettings/NavMeshAreas.asset diff --git a/te2ris/ProjectSettings/NetworkManager.asset b/ProjectSettings/NetworkManager.asset similarity index 100% rename from te2ris/ProjectSettings/NetworkManager.asset rename to ProjectSettings/NetworkManager.asset diff --git a/te2ris/ProjectSettings/PackageManagerSettings.asset b/ProjectSettings/PackageManagerSettings.asset similarity index 100% rename from te2ris/ProjectSettings/PackageManagerSettings.asset rename to ProjectSettings/PackageManagerSettings.asset diff --git a/te2ris/ProjectSettings/Physics2DSettings.asset b/ProjectSettings/Physics2DSettings.asset similarity index 100% rename from te2ris/ProjectSettings/Physics2DSettings.asset rename to ProjectSettings/Physics2DSettings.asset diff --git a/te2ris/ProjectSettings/PresetManager.asset b/ProjectSettings/PresetManager.asset similarity index 100% rename from te2ris/ProjectSettings/PresetManager.asset rename to ProjectSettings/PresetManager.asset diff --git a/te2ris/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset similarity index 100% rename from te2ris/ProjectSettings/ProjectSettings.asset rename to ProjectSettings/ProjectSettings.asset diff --git a/te2ris/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt similarity index 100% rename from te2ris/ProjectSettings/ProjectVersion.txt rename to ProjectSettings/ProjectVersion.txt diff --git a/te2ris/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset similarity index 100% rename from te2ris/ProjectSettings/QualitySettings.asset rename to ProjectSettings/QualitySettings.asset diff --git a/te2ris/ProjectSettings/SceneTemplateSettings.json b/ProjectSettings/SceneTemplateSettings.json similarity index 100% rename from te2ris/ProjectSettings/SceneTemplateSettings.json rename to ProjectSettings/SceneTemplateSettings.json diff --git a/te2ris/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset similarity index 100% rename from te2ris/ProjectSettings/TagManager.asset rename to ProjectSettings/TagManager.asset diff --git a/te2ris/ProjectSettings/TimeManager.asset b/ProjectSettings/TimeManager.asset similarity index 100% rename from te2ris/ProjectSettings/TimeManager.asset rename to ProjectSettings/TimeManager.asset diff --git a/te2ris/ProjectSettings/TimelineSettings.asset b/ProjectSettings/TimelineSettings.asset similarity index 100% rename from te2ris/ProjectSettings/TimelineSettings.asset rename to ProjectSettings/TimelineSettings.asset diff --git a/te2ris/ProjectSettings/UnityConnectSettings.asset b/ProjectSettings/UnityConnectSettings.asset similarity index 100% rename from te2ris/ProjectSettings/UnityConnectSettings.asset rename to ProjectSettings/UnityConnectSettings.asset diff --git a/te2ris/ProjectSettings/VFXManager.asset b/ProjectSettings/VFXManager.asset similarity index 100% rename from te2ris/ProjectSettings/VFXManager.asset rename to ProjectSettings/VFXManager.asset diff --git a/te2ris/ProjectSettings/VersionControlSettings.asset b/ProjectSettings/VersionControlSettings.asset similarity index 100% rename from te2ris/ProjectSettings/VersionControlSettings.asset rename to ProjectSettings/VersionControlSettings.asset diff --git a/te2ris/ProjectSettings/XRSettings.asset b/ProjectSettings/XRSettings.asset similarity index 100% rename from te2ris/ProjectSettings/XRSettings.asset rename to ProjectSettings/XRSettings.asset diff --git a/te2ris/Assets/StageData.json b/te2ris/Assets/StageData.json deleted file mode 100644 index 7faa7339..00000000 --- a/te2ris/Assets/StageData.json +++ /dev/null @@ -1 +0,0 @@ -{"clearAmount":[3,0,0,0,0,0,0,0,0,0]} \ No newline at end of file diff --git a/te2ris/Logs/Packages-Update.log b/te2ris/Logs/Packages-Update.log deleted file mode 100644 index 1d7bad0d..00000000 --- a/te2ris/Logs/Packages-Update.log +++ /dev/null @@ -1,61 +0,0 @@ - -=== Mon Jan 10 17:21:30 2022 - -Packages were changed. -Update Mode: mergeDefaultDependencies - -The following packages were added: - com.unity.collab-proxy@1.15.4 - com.unity.ide.rider@2.0.7 - com.unity.ide.visualstudio@2.0.12 - com.unity.ide.vscode@1.2.4 - com.unity.modules.ai@1.0.0 - com.unity.modules.androidjni@1.0.0 - com.unity.modules.animation@1.0.0 - com.unity.modules.assetbundle@1.0.0 - com.unity.modules.audio@1.0.0 - com.unity.modules.cloth@1.0.0 - com.unity.modules.director@1.0.0 - com.unity.modules.imageconversion@1.0.0 - com.unity.modules.imgui@1.0.0 - com.unity.modules.jsonserialize@1.0.0 - com.unity.modules.particlesystem@1.0.0 - com.unity.modules.physics@1.0.0 - com.unity.modules.physics2d@1.0.0 - com.unity.modules.screencapture@1.0.0 - com.unity.modules.terrain@1.0.0 - com.unity.modules.terrainphysics@1.0.0 - com.unity.modules.tilemap@1.0.0 - com.unity.modules.ui@1.0.0 - com.unity.modules.uielements@1.0.0 - com.unity.modules.umbra@1.0.0 - com.unity.modules.unityanalytics@1.0.0 - com.unity.modules.unitywebrequest@1.0.0 - com.unity.modules.unitywebrequestassetbundle@1.0.0 - com.unity.modules.unitywebrequestaudio@1.0.0 - com.unity.modules.unitywebrequesttexture@1.0.0 - com.unity.modules.unitywebrequestwww@1.0.0 - com.unity.modules.vehicles@1.0.0 - com.unity.modules.video@1.0.0 - com.unity.modules.vr@1.0.0 - com.unity.modules.wind@1.0.0 - com.unity.modules.xr@1.0.0 - com.unity.test-framework@1.1.29 - com.unity.textmeshpro@3.0.6 - com.unity.timeline@1.4.8 - com.unity.ugui@1.0.0 -The following packages were updated: - com.unity.2d.animation from version 5.0.1 to 5.0.9 - com.unity.2d.psdimporter from version 4.0.1 to 4.1.2 - com.unity.2d.spriteshape from version 5.0.1 to 5.1.6 - -=== Mon Jan 10 20:50:22 2022 - -Packages were changed. -Update Mode: updateDependencies - -The following packages were added: - com.unity.ads@3.7.5 - com.unity.analytics@3.6.12 - com.unity.purchasing@4.0.3 - com.unity.xr.legacyinputhelpers@2.1.8 diff --git a/te2ris/UserSettings/EditorUserSettings.asset b/te2ris/UserSettings/EditorUserSettings.asset deleted file mode 100644 index 2e8a4314..00000000 --- a/te2ris/UserSettings/EditorUserSettings.asset +++ /dev/null @@ -1,51 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!162 &1 -EditorUserSettings: - m_ObjectHideFlags: 0 - serializedVersion: 4 - m_ConfigSettings: - RecentlyUsedScenePath-0: - value: 22424703114646680e0b0227036c4c0417101d653f3c273728782261acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-1: - value: 22424703114646680e0b0227036c4c0417101d653f3c273728782260acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-2: - value: 22424703114646680e0b0227036c4c0417101d653f3c2737287b2262acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-3: - value: 22424703114646680e0b0227036c4c0417101d653f3c2737287b2261acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-4: - value: 22424703114646680e0b0227036c4c0417101d653f3c2737287b2260acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-5: - value: 22424703114646680e0b0227036c4c0417101d653f3c2737287a2262acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-6: - value: 22424703114646680e0b0227036c4c0417101d653f3c2737287a2260acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-7: - value: 22424703114646680e0b0227036c6c0417101d19292423333967083debf42d - flags: 0 - RecentlyUsedScenePath-8: - value: 22424703114646680e0b0227036c4c0417101d653f3c2737287a2261acf53a31f6fe - flags: 0 - RecentlyUsedScenePath-9: - value: 22424703114646680e0b0227036c6c0417050c6439262f2434 - flags: 0 - vcSharedLogLevel: - value: 0d5e400f0650 - flags: 0 - m_VCAutomaticAdd: 1 - m_VCDebugCom: 0 - m_VCDebugCmd: 0 - m_VCDebugOut: 0 - m_SemanticMergeMode: 2 - m_VCShowFailedCheckout: 1 - m_VCOverwriteFailedCheckoutAssets: 1 - m_VCProjectOverlayIcons: 1 - m_VCHierarchyOverlayIcons: 1 - m_VCOtherOverlayIcons: 1 - m_VCAllowAsyncUpdate: 1