diff --git a/Assets/cursor.cur b/Assets/cursor.cur new file mode 100644 index 0000000..f9f3dfe Binary files /dev/null and b/Assets/cursor.cur differ diff --git a/Assets/files.txt b/Assets/files.txt new file mode 100644 index 0000000..d5f1003 --- /dev/null +++ b/Assets/files.txt @@ -0,0 +1,5 @@ +bullet https://opengameart.org/content/bullet-symbol +explosion https://opengameart.org/content/sophisticated-explosion +tank textures from github user https://github.com/dev-dtech +map textures from opengameart.org +cursor.ani from www.cursors-4u.com \ No newline at end of file diff --git a/Assets/fonts/Blazed.ttf b/Assets/fonts/Blazed.ttf deleted file mode 100644 index a0527a4..0000000 Binary files a/Assets/fonts/Blazed.ttf and /dev/null differ diff --git a/Assets/ini/server-info.txt b/Assets/ini/server-info.txt index f289217..44c16af 100644 --- a/Assets/ini/server-info.txt +++ b/Assets/ini/server-info.txt @@ -1,3 +1,2 @@ -port=922 -players=2 -map=Battle Ground +Port =922 +Players =6 diff --git a/Assets/tankswar.cursor b/Assets/tankswar.cursor deleted file mode 100644 index 172a09f..0000000 Binary files a/Assets/tankswar.cursor and /dev/null differ diff --git a/Assets/texture/cursor.png b/Assets/texture/cursor.png new file mode 100644 index 0000000..fb11bbc Binary files /dev/null and b/Assets/texture/cursor.png differ diff --git a/common/game.h b/common/game.h index 2472882..1311d46 100644 --- a/common/game.h +++ b/common/game.h @@ -78,7 +78,6 @@ class Game HWND m_hwnd; float m_timeDeltaMillsec; float m_fps; - Image m_logo; }; #endif diff --git a/common/graphics.h b/common/graphics.h index e3064cd..810773c 100644 --- a/common/graphics.h +++ b/common/graphics.h @@ -70,7 +70,6 @@ class Graphics LPDIRECT3D9 m_lpDirect3d; D3DPRESENT_PARAMETERS m_presentParameter; #else ifdef _BUILD_WITH_D3D11 - void initSwapChain(DXGI_SWAP_CHAIN_DESC& swapChainDesc); void initDepthStencil(D3D11_TEXTURE2D_DESC& depthStencilDesc); void initViewport(D3D11_VIEWPORT& viewport);