mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
fix(icon): use custom icons for Terminal and PTY
This commit is contained in:
parent
98394bfbf5
commit
608f27ba0c
4 changed files with 8 additions and 8 deletions
|
@ -3,6 +3,11 @@
|
|||
entry_symbol = "godot_xterm_library_init"
|
||||
compatibility_minimum = "4.2.0"
|
||||
|
||||
[icons]
|
||||
|
||||
Terminal = "res://addons/godot_xterm/icons/terminal_icon.svg"
|
||||
PTY = "res://addons/godot_xterm/icons/pty_icon.svg"
|
||||
|
||||
[libraries]
|
||||
|
||||
linux.debug.x86_64 = "res://addons/godot_xterm/native/bin/libgodot-xterm.linux.template_debug.x86_64.so"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue