diff options
| author | Indrajith K L | 2025-11-07 04:46:23 +0530 |
|---|---|---|
| committer | GitHub | 2025-11-07 04:46:23 +0530 |
| commit | 839b3793a5ec4af58d4dabae85e8f8a211ace258 (patch) | |
| tree | 37b07d916f921ddb028fbd729fedddb5d310c7d6 /docs/CUSTOMIZATION.md | |
| parent | 8c4b587a2347a911d165f0b4afcce116970ad7e5 (diff) | |
| parent | f3373d08c74e36b2161e1f4e4eef6aa7197352e0 (diff) | |
| download | reilua-enhanced-839b3793a5ec4af58d4dabae85e8f8a211ace258.tar.gz reilua-enhanced-839b3793a5ec4af58d4dabae85e8f8a211ace258.tar.bz2 reilua-enhanced-839b3793a5ec4af58d4dabae85e8f8a211ace258.zip | |
Merge pull request #9 from cooljith91112/docs/html-documentation-improvements
docs: Add HTML documentation generator and improve documentation
Diffstat (limited to 'docs/CUSTOMIZATION.md')
| -rw-r--r-- | docs/CUSTOMIZATION.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/CUSTOMIZATION.md b/docs/CUSTOMIZATION.md index 388a894..22529be 100644 --- a/docs/CUSTOMIZATION.md +++ b/docs/CUSTOMIZATION.md @@ -322,11 +322,11 @@ YourGame.exe ``` Verify: -- ✅ Executable has correct name -- ✅ Icon appears in file explorer -- ✅ Right-click → Properties shows correct info -- ✅ Splash screens display correctly -- ✅ Loading screen appears as expected +- Executable has correct name +- Icon appears in file explorer +- Right-click → Properties shows correct info +- Splash screens display correctly +- Loading screen appears as expected ## Checklist: Release-Ready Customization @@ -359,22 +359,22 @@ Before releasing your game: ## Troubleshooting -**Icon doesn't change:** +Icon doesn't change: - Ensure .ico file is valid - Rebuild completely (clean build) - Clear icon cache (Windows): Delete `IconCache.db` -**Properties don't update:** +Properties don't update: - Verify `resources.rc` syntax is correct - Rebuild completely - Check that resource compiler ran (check build output) -**Splash screens don't show changes:** +Splash screens don't show changes: - Rebuild with clean build - Check `scripts/embed_logo.py` ran successfully - Verify logo files exist in `logo/` folder -**Executable name unchanged:** +Executable name unchanged: - Check `CMakeLists.txt` project name - Do a clean rebuild - Verify cmake configuration step succeeded |
