Fix more PascalCase inconsistencies
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user