mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
Add/update more files
This commit is contained in:
parent
3307231b65
commit
0769592a1b
44 changed files with 4188 additions and 362 deletions
|
@ -8,11 +8,28 @@
|
|||
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ ]
|
||||
_global_script_classes=[ {
|
||||
"base": "Node2D",
|
||||
"class": "CanvasRenderingContext2D",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/godot_xterm/renderer/canvas_rendering_context_2d.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
|
||||
"CanvasRenderingContext2D": ""
|
||||
}
|
||||
|
||||
[WAT]
|
||||
|
||||
Test_Directory="res://tests"
|
||||
Results_Directory="res://tests/results/WAT"
|
||||
Minimize_Window_When_Running_Tests=false
|
||||
TestStrategy={
|
||||
"repeat": 1,
|
||||
"strategy": "RunAll"
|
||||
}
|
||||
Tags=PoolStringArray( )
|
||||
Display=8
|
||||
|
||||
[application]
|
||||
|
||||
config/name="GodotXterm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue