mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
feat: MVP done for Weather Information Display
This commit is contained in:
committed by
Dan Albert
parent
59bd4541c4
commit
02e7ab41b4
@@ -124,6 +124,7 @@ def load_icons():
|
||||
"""
|
||||
Weather Icons
|
||||
"""
|
||||
ICONS["Weather_winds"] = QPixmap("./resources/ui/conditions/weather/winds.png")
|
||||
ICONS["Weather_day-clear"] = QPixmap("./resources/ui/conditions/weather/day-clear.png")
|
||||
ICONS["Weather_day-cloudy-fog"] = QPixmap("./resources/ui/conditions/weather/day-cloudy-fog.png")
|
||||
ICONS["Weather_day-fog"] = QPixmap("./resources/ui/conditions/weather/day-fog.png")
|
||||
|
||||
Reference in New Issue
Block a user