Fix rendering according to test

This commit is contained in:
Leroy Hopson 2024-02-18 20:26:32 +13:00
parent 6d112ca0f2
commit 4771a3c9a7
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
5 changed files with 65 additions and 5 deletions

View file

@ -12,7 +12,10 @@ install:
{{godot}} --headless -s plug.gd install
test:
{{godot}} --headless -s addons/gut/gut_cmdln.gd -gdir=res://test -gexit
{{godot}} --headless -s addons/gut/gut_cmdln.gd -gtest=res://test/test_terminal.gd -gexit
test-rendering:
{{godot}} --windowed --resolution 400x200 --position 0,0 -s addons/gut/gut_cmdln.gd -gtest=res://test/test_rendering.gd -gopacity=0 -gexit
uninstall:
{{godot}} --headless -s plug.gd uninstall