mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 12:04:24 +02:00
Save themes in .tres format
Better for version control and editing outside of the editor.
This commit is contained in:
parent
b133bfb602
commit
80bcc41855
22 changed files with 382 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource path="res://addons/godot_xterm/nodes/terminal/terminal.gdns" type="Script" id=1]
|
||||
[ext_resource path="res://addons/godot_xterm/nodes/pseudoterminal/pseudoterminal.gdns" type="Script" id=2]
|
||||
[ext_resource path="res://addons/godot_xterm/themes/default_dark.theme" type="Theme" id=3]
|
||||
[ext_resource path="res://addons/godot_xterm/themes/default_dark.tres" type="Theme" id=3]
|
||||
|
||||
[node name="Terminal" type="Control"]
|
||||
anchor_right = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue