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/SPLASH_SCREENS.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/SPLASH_SCREENS.md')
| -rw-r--r-- | docs/SPLASH_SCREENS.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/SPLASH_SCREENS.md b/docs/SPLASH_SCREENS.md index 840a0d2..1d1f290 100644 --- a/docs/SPLASH_SCREENS.md +++ b/docs/SPLASH_SCREENS.md @@ -21,10 +21,10 @@ Each splash screen: The logo images are **always embedded** into the executable in both development and release builds. This means: -- ✅ No external logo files needed -- ✅ Consistent splash screens across all builds -- ✅ No risk of missing logo files -- ✅ Clean appearance from the start +- No external logo files needed +- Consistent splash screens across all builds +- No risk of missing logo files +- Clean appearance from the start ### Asset Loading Integration @@ -149,8 +149,7 @@ Here's what a typical game startup looks like with everything enabled: ReiLua.exe MyGame/ ``` -**User Experience:** - +User Experience: 1. **Splash Screen 1** (4.1 seconds) - Custom text displayed in bold (default: "YOUR STUDIO NAME") - Red background (Raylib color #E62937) |
