mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Close all open editors when running a terminal command
This is a first workaround for the problem that editors are sometimes out of date. The UI around these will probably continue to change significantly. Closes #7.
This commit is contained in:
parent
0e2cacabce
commit
9a9541a858
3 changed files with 11 additions and 2 deletions
scenes
|
@ -3,7 +3,9 @@
|
|||
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=1]
|
||||
[ext_resource path="res://scenes/text_editor.gd" type="Script" id=2]
|
||||
|
||||
[node name="TextEditor" type="TextEdit"]
|
||||
[node name="TextEditor" type="TextEdit" groups=[
|
||||
"editors",
|
||||
]]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_colors/background_color = Color( 0, 0, 0, 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue