mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:19:49 +02:00
adding rocket and refresh icons
This commit is contained in:
parent
58713c0d57
commit
2c5c362957
1 changed files with 2 additions and 2 deletions
|
@ -158,9 +158,9 @@ var systemViewPanel = addPanel({
|
|||
dir: '+x',
|
||||
visible: false
|
||||
});
|
||||
var restartButton = addImage(systemViewPanel, 'reverse');
|
||||
var restartButton = addImage(systemViewPanel, 'refresh');
|
||||
var pauseButton = addImage(systemViewPanel, 'playpause');
|
||||
var rideButton = addImage(systemViewPanel, 'forward');
|
||||
var rideButton = addImage(systemViewPanel, 'rocket');
|
||||
|
||||
var tweening, tweeningPaused;
|
||||
Script.include('https://hifi-staff.s3.amazonaws.com/bridget/tween.js');
|
||||
|
|
Loading…
Reference in a new issue