diff --git a/assets/bottom_frame_fragment.png b/assets/bottom_frame_fragment.png new file mode 100755 index 0000000..527c30a Binary files /dev/null and b/assets/bottom_frame_fragment.png differ diff --git a/assets/left_frame_fragment.png b/assets/left_frame_fragment.png new file mode 100755 index 0000000..e2714f6 Binary files /dev/null and b/assets/left_frame_fragment.png differ diff --git a/assets/right_frame_fragment.png b/assets/right_frame_fragment.png new file mode 100755 index 0000000..765e4f4 Binary files /dev/null and b/assets/right_frame_fragment.png differ diff --git a/assets/top_frame_fragment.png b/assets/top_frame_fragment.png new file mode 100755 index 0000000..33f8cd4 Binary files /dev/null and b/assets/top_frame_fragment.png differ diff --git a/game/main_code.cpp b/game/main_code.cpp index 62be883..4bbea9a 100644 --- a/game/main_code.cpp +++ b/game/main_code.cpp @@ -32,11 +32,17 @@ const std::string CONST_BALL_TEXTURE = "ball"; const std::string CONST_BALLGLOW_TEXTURE = "ball_glow"; const std::string CONST_REFLECTOR_TEXTURE = "reflector"; - +/* const std::string CONST_WALL_LEFT_TEXTURE = "wall_left"; const std::string CONST_WALL_RIGHT_TEXTURE = "wall_right"; const std::string CONST_WALL_UP_TEXTURE = "wall_up"; const std::string CONST_WALL_BONUS_TEXTURE = "wall_bonus"; +*/ + +const std::string CONST_WALL_LEFT_TEXTURE = "left_frame_fragment"; +const std::string CONST_WALL_RIGHT_TEXTURE = "right_frame_fragment"; +const std::string CONST_WALL_UP_TEXTURE = "top_frame_fragment"; +const std::string CONST_WALL_BONUS_TEXTURE = "bottom_frame_fragment"; const std::string CONST_BACK_BTN_TEXTURE = "back_btn"; const std::string CONST_SLIDE_UP_BTN_TEXTURE = "slide_up_btn"; @@ -58,7 +64,8 @@ void TMyApplication::InnerInit() #ifdef TARGET_WIN32 #ifdef NDEBUG - ST::PathToResources = "resources/"; + //ST::PathToResources = "resources/"; + ST::PathToResources = "../../../assets/"; #else ST::PathToResources = "../../../assets/"; #endif diff --git a/windows/DoubleHitBalls-win/DoubleHitBalls-win/DoubleHitBalls-win.vcxproj b/windows/DoubleHitBalls-win/DoubleHitBalls-win/DoubleHitBalls-win.vcxproj index a6ed2c0..680e589 100755 --- a/windows/DoubleHitBalls-win/DoubleHitBalls-win/DoubleHitBalls-win.vcxproj +++ b/windows/DoubleHitBalls-win/DoubleHitBalls-win/DoubleHitBalls-win.vcxproj @@ -158,7 +158,7 @@ true true true - ../../../game;../../../../tes-engine;../../../../eigen;../../../../boost_1_63_0/;../../../../boost_1_63_0/bin.v2/libs/system/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/date_time/build/msvc-14.0/release/address-model-64/link-static/threading-multi/;../../../../boost_1_63_0/bin.v2/libs/regex/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/thread/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/chrono/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/signals/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../libs/boost-gil-extension;../../../../libs/jpeg-9;../../../../libs/jpeg-9/vc10;../../../../libs/lpng1510;../x64/Release + ../../../../boost_1_63_0/stage/x64/lib;../../../game;../../../../tes-engine;../../../../eigen;../../../../boost_1_63_0/;../../../../boost_1_63_0/bin.v2/libs/system/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/date_time/build/msvc-14.0/release/address-model-64/link-static/threading-multi/;../../../../boost_1_63_0/bin.v2/libs/regex/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/thread/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/chrono/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../boost_1_63_0/bin.v2/libs/signals/build/msvc-14.0/release/address-model-64/link-static/threading-multi;../../../../libs/boost-gil-extension;../../../../libs/jpeg-9;../../../../libs/jpeg-9/vc10;../../../../libs/lpng1510;../x64/Release libjpeg.lib;libpng.lib;Engine.lib;opengl32.lib;glu32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)