diff --git a/code/game.pas b/code/game.pas index 176ae91..7c52151 100644 --- a/code/game.pas +++ b/code/game.pas @@ -59,7 +59,6 @@ procedure ApplicationInitialize; Progress.UserInterface := WindowProgressInterface; { adjust theme } - Theme.ImagesPersistent[tiProgressFill].Url := 'castle-data:/ui/theme/ProgressFill.png'; Theme.ImagesPersistent[tiButtonPressed].Url := 'castle-data:/ui/theme/ButtonPressed.png'; Theme.ImagesPersistent[tiButtonFocused].Url := 'castle-data:/ui/theme/ButtonFocused.png'; Theme.ImagesPersistent[tiButtonNormal].Url := 'castle-data:/ui/theme/ButtonNormal.png';