Fix more PascalCase inconsistencies

This commit is contained in:
2025-10-01 12:07:54 +04:00
parent f6475f83f6
commit 550b2ac220
12 changed files with 55 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ for child in children_to_remove:
**Files Improved:**
- `scenes/game/gameplays/Match3Gameplay.gd`
- `scenes/game/gameplays/tile.gd`
- `scenes/game/gameplays/Tile.gd`
### 2. Error Handling & Recovery
@@ -112,7 +112,7 @@ static func set_active_gem_pool(gem_indices: Array) -> void:
```
**Files Improved:**
- `scenes/game/gameplays/tile.gd`
- `scenes/game/gameplays/Tile.gd`
- `scenes/game/gameplays/Match3Gameplay.gd`
## 🟡 Code Quality Improvements
@@ -289,4 +289,4 @@ func test_volume_validation():
3. **Event System**: Expand event-driven architecture
4. **Configuration Management**: Centralized configuration system
This document serves as the foundation for maintaining and improving code quality in the Skelly project. All new code should adhere to these standards, and existing code should be gradually updated to meet these requirements.
This document serves as the foundation for maintaining and improving code quality in the Skelly project. All new code should adhere to these standards, and existing code should be gradually updated to meet these requirements.