Skip to content

Commit

Permalink
[SOK]
Browse files Browse the repository at this point in the history
*change word mistake
  • Loading branch information
gloginov committed Dec 3, 2024
1 parent 6ba2087 commit 4799ace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/gameEngine.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Game - основной класс, здесь запускается игров
| **handleEnemyShooting** | Обработчик стрельбы противника |
| **HandlePlayerHit** | Обработчик проверки остатка жизней игрока |
| **initEffects** | Инициализация эффектов |
| **initializeCampanyEnemies** | Инициализация вражеских танков в компании |
| **initializeCompanyMapObstacle** | Инициализация препятствий в компании |
| **initializeCampanyEnemies** | Инициализация вражеских танков в кампании |
| **initializeCompanyMapObstacle** | Инициализация препятствий в кампании |
| **initializeRandomEnemies** | Инициализация случайно расставленных вражеских танков |
| **initializeRandomObstacle** | Инициализация случайно расставленных препятствий |
| **killEnemy** | Удаляет вражеский танк |
Expand Down
6 changes: 3 additions & 3 deletions packages/client/src/pages/Game/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const Game = () => {
/>
<Button
className={'custom-button_blue'}
text={'Начать компанию'}
text={'Начать кампанию'}
onClick={startCompanyHandler}
useFixWidth
/>
Expand All @@ -251,7 +251,7 @@ export const Game = () => {
/>
<Button
className={'custom-button_blue'}
text={'Начать компанию'}
text={'Начать кампанию'}
onClick={startCompanyHandler}
useFixWidth
/>
Expand All @@ -268,7 +268,7 @@ export const Game = () => {
/>
<Button
className={'custom-button_blue'}
text={'Начать компанию'}
text={'Начать кампанию'}
onClick={startCompanyHandler}
useFixWidth
/>
Expand Down

0 comments on commit 4799ace

Please sign in to comment.