Add/update more files

This commit is contained in:
Leroy Hopson 2020-05-10 22:56:49 +12:00
parent 3307231b65
commit 0769592a1b
44 changed files with 4188 additions and 362 deletions

View file

@ -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"