mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
d45ea7a3cd
Fixes #57. Fixes #58.
8 lines
206 B
Text
8 lines
206 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://test/scenes/theme.gd" type="Script" id=1]
|
|
|
|
[node name="Terminal" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|