mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 20:55:31 +02:00
feat(theme): update themes
This commit is contained in:
parent
886e6e82ac
commit
fa49834347
22 changed files with 157 additions and 195 deletions
BIN
test/visual_regression/baseline/emoji.png
Normal file
BIN
test/visual_regression/baseline/emoji.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -94,3 +94,13 @@ class TestVisualRegression:
|
|||
subject.write("fg green, 50% transparency")
|
||||
await wait_frames(30)
|
||||
assert_match("transparency")
|
||||
|
||||
func test_emoji():
|
||||
subject.add_theme_font_override("normal_font", preload("res://themes/fonts/regular.tres"))
|
||||
subject.write("👇😑😩👿👅🥺🙄😧😫😢\r\n")
|
||||
subject.write("👾😠🥳😭👅😫🤩🙃👽😫\r\n")
|
||||
subject.write("😟🤏😛🤖🤗👻😳👐😤👀\r\n")
|
||||
subject.write("😆🤳🤫😊😜😻😏👿🥶👻\r\n")
|
||||
subject.write("👈🤮👉💩👃😍🤥😤🙏🤟")
|
||||
await wait_frames(30)
|
||||
assert_match("emoji")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue