mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Adds TeaVM's icon
This commit is contained in:
parent
94855d04d0
commit
6675b4745d
Binary file not shown.
Before Width: | Height: | Size: 363 B |
|
@ -8,7 +8,7 @@
|
|||
"permissions" : ["debugger", "activeTab", "tabs"],
|
||||
|
||||
"browser_action" : {
|
||||
"default_icon": "ghost.png",
|
||||
"default_icon": "teavm-16.png",
|
||||
"default_title ": "Connect to TeaVM debugger"
|
||||
},
|
||||
|
||||
|
|
BIN
teavm-chrome-rdp/src/main/js/chrome/teavm-16.png
Normal file
BIN
teavm-chrome-rdp/src/main/js/chrome/teavm-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 713 B |
|
@ -32,6 +32,13 @@
|
|||
id="org.teavm.eclipse.debugger.ui.tabs">
|
||||
</launchConfigurationTabGroup>
|
||||
</extension>
|
||||
<extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
||||
<launchConfigurationTypeImage
|
||||
id="org.teavm.eclipse.debugger.ui.launchConfigIcon"
|
||||
configTypeID="org.teavm.eclipse.debugger.launchConfig"
|
||||
icon="teavm-16.png">
|
||||
</launchConfigurationTypeImage>
|
||||
</extension>
|
||||
<extension point="org.eclipse.debug.ui.debugModelPresentations">
|
||||
<debugModelPresentation
|
||||
class="org.teavm.eclipse.debugger.ui.TeaVMDebugModelPresentation"
|
||||
|
|
BIN
teavm-eclipse/teavm-eclipse-plugin/teavm-16.png
Normal file
BIN
teavm-eclipse/teavm-eclipse-plugin/teavm-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 713 B |
Loading…
Reference in New Issue
Block a user