summaryrefslogtreecommitdiff
path: root/ASSET_LOADING.md
diff options
context:
space:
mode:
authorIndrajith K L2025-11-03 19:09:36 +0530
committerIndrajith K L2025-11-03 19:17:06 +0530
commitcc305c3cdb0cdb7098c70ffcb82fa49bc16e0d21 (patch)
treee7bad9b23ff70dfead36b4b7c9820b83fa70d1b0 /ASSET_LOADING.md
parent9c62d9dc1bbc4d344e679946e9cb75cbca806cf2 (diff)
downloadreilua-enhanced-cc305c3cdb0cdb7098c70ffcb82fa49bc16e0d21.tar.gz
reilua-enhanced-cc305c3cdb0cdb7098c70ffcb82fa49bc16e0d21.tar.bz2
reilua-enhanced-cc305c3cdb0cdb7098c70ffcb82fa49bc16e0d21.zip
docs: clean up personal references for public use
Diffstat (limited to 'ASSET_LOADING.md')
-rw-r--r--ASSET_LOADING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ASSET_LOADING.md b/ASSET_LOADING.md
index 67a3702..a38a264 100644
--- a/ASSET_LOADING.md
+++ b/ASSET_LOADING.md
@@ -10,7 +10,7 @@ ReiLua includes a built-in asset loading system with a nice loading screen UI th
- Smooth progress bar with shimmer effect
- Progress percentage (e.g., "3 / 10")
- Current asset name being loaded
- - Dark, professional color scheme
+ - Dark, clean color scheme
- **Easy to Use** - Just 3 functions to show loading progress
- **Works Everywhere** - Development and release builds
@@ -266,7 +266,7 @@ RL.EndAssetLoading()
- You have more than 5-10 assets to load
- Assets are large (images, sounds, fonts)
- Loading might take more than 1 second
-- You want professional loading feedback
+- You want polished loading feedback
**You can skip it when:**
- You have very few, small assets
@@ -275,11 +275,11 @@ RL.EndAssetLoading()
## ✨ Benefits
-- ✅ Professional user experience
+- ✅ Polished user experience
- ✅ User knows the game is loading, not frozen
- ✅ Shows progress for large asset sets
- ✅ Works with embedded assets
- ✅ Minimal code required
- ✅ Beautiful default UI
-The loading system makes your game feel polished and professional with just a few lines of code!
+The loading system makes your game feel polished with just a few lines of code!