Add and update name convention
Some checks failed
Some checks failed
This commit is contained in:
@@ -9,13 +9,13 @@ For complete testing guidelines, conventions, and usage instructions, see:
|
||||
|
||||
## Current Files
|
||||
|
||||
- `test_logging.gd` - Comprehensive logging system validation script
|
||||
- `TestLogging.gd` - Comprehensive logging system validation script
|
||||
|
||||
## Quick Usage
|
||||
|
||||
```gdscript
|
||||
# Add as temporary autoload or run in scene
|
||||
var test_script = preload("res://tests/test_logging.gd").new()
|
||||
var test_script = preload("res://tests/TestLogging.gd").new()
|
||||
add_child(test_script)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user