mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-04 12:55:31 +02:00
reverted changes to theme tests
This commit is contained in:
parent
73df29a8bd
commit
9f390e8117
3 changed files with 2 additions and 86 deletions
|
@ -43,8 +43,8 @@ class TestTheme:
|
|||
|
||||
const TestScene := preload("../scenes/theme.tscn")
|
||||
|
||||
const default_theme := preload("res://addons/godot_xterm/themes/default_green.tres")
|
||||
const alt_theme := preload("res://addons/godot_xterm/themes/default_white.tres")
|
||||
const default_theme := preload("res://addons/godot_xterm/themes/default.tres")
|
||||
const alt_theme := preload("res://addons/godot_xterm/themes/default_light.tres")
|
||||
|
||||
const COLORS := [
|
||||
"ansi_0_color",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue