pmlpp_sample/game/test/TestMatrix.gd

14 lines
251 B
GDScript3
Raw Normal View History

extends Node
2023-12-30 09:58:22 +01:00
var mlpp_martix_tests : MLPPMatrixTests = null
func _ready() -> void:
2023-12-30 09:58:22 +01:00
mlpp_martix_tests = MLPPMatrixTests.new()
2023-12-30 09:58:22 +01:00
mlpp_martix_tests.run_tests()
2023-04-26 22:09:12 +02:00
#mlpp_tests.test_mlpp_matrix()
#mlpp_tests.test_mlpp_matrix_mul()
get_tree().quit()