🐛 Fix reset override behaviour

This commit is contained in:
Alejandro Alonso 2024-03-11 17:55:57 +01:00
parent fb58d7a4cc
commit d08dfaa022
2 changed files with 4 additions and 3 deletions

View file

@ -1177,8 +1177,8 @@
(t/is (= (:fill-opacity shape1) 0))
(t/is (= (:name shape2) "Rect 1"))
(t/is (= (:touched shape2) nil))
(t/is (= (:fill-color shape2) clr/white))
(t/is (= (:fill-opacity shape2) 1))
(t/is (= (:fill-color shape2) clr/test))
(t/is (= (:fill-opacity shape2) 0.5))
(t/is (= (:name c-instance2) "Board"))
(t/is (= (:touched c-instance2) nil))