Commit Graph

5 Commits

Author SHA1 Message Date
LemonNexus bf7a2bb682 fix: import QGraphicsDropShadowEffect from QtWidgets not QtGui
- Fixed ImportError in floating_icon.py
- QGraphicsDropShadowEffect is in QtWidgets, not QtGui
2026-02-13 14:07:14 +00:00
LemonNexus 56a653bba6 feat: implement Phosphor solid icons throughout UI
- Downloaded Phosphor Icons (Fill variant) - 7000+ solid icons
- Added 18 Phosphor solid icons to assets/icons/:
  - search, calculator, music, globe, camera, skills
  - close, check, settings, trash, file, external
  - mob (skull), ped (coins), loot (chest), weapon (crosshair)
  - armor (shield), esi (syringe), target

- Updated overlay_window.py with IconHelper class
- Plugin bar now uses Phosphor SVG icons with color accents
- Floating icon uses Phosphor target icon
- Icons are solid/filled style matching EU game aesthetic
- Automatic fallback to emojis if SVG not found

Icons sourced from: https://phosphoricons.com
License: MIT (free for commercial use)

To add more icons:
1. Browse https://phosphoricons.com
2. Click 'Fill' filter
3. Copy icon name (e.g., 'sword-fill')
4. Add to assets/icons/ folder
2026-02-13 14:00:07 +00:00
LemonNexus d3d69c41cc style: white/frosted icon theme for EU aesthetic
- Floating icon now uses diamond shape (◆) with frosted glass effect
- Plugin bar icons with per-plugin accent colors
- Icon manager for consistent theming
- Cleaner, more minimal white/frosted style
- Matches Entropia Universe sci-fi aesthetic

To add custom icons from flaticon.com:
1. Download white/frosted PNG icons (24x24 or 32x32)
2. Place in assets/icons/ folder
3. Icons auto-load on app start

Recommended icon styles:
- Minimal outline icons
- White/light colored
- Frosted/glass effect
- Sci-fi or tech aesthetic
2026-02-13 13:32:36 +00:00
LemonNexus b00792726d feat: EU-styled floating icon positioned near game UI
- Floating icon now matches Entropia Universe aesthetic
- Dark blue/gray background with subtle border
- Positioned at top-left (250, 10) near other game icons
- Click vs drag detection (5px threshold)
- Hover effect with lighter border
- Subtle blue glow effect
2026-02-13 13:17:11 +00:00
LemonNexus d74de07110 feat: floating icon + game reader OCR plugin
- Add draggable floating icon () in top-left corner
- Double-click floating icon to toggle overlay
- Game Reader plugin for OCR scanning
- Capture screen and extract text from game menus
- Copy captured text to clipboard
- Hotkey: Ctrl+Shift+R for quick capture

Installation for OCR:
pip install easyocr
or
pip install pytesseract

The floating icon makes EU-Utility easily accessible during gameplay!
2026-02-13 13:15:36 +00:00