Parse habits.txt model for habit game

This commit is contained in:
2022-02-03 14:51:53 -07:00
parent e3ce4e20b7
commit c8e043b726
3 changed files with 78 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
(method &override :Void update [:Float elapsed] (super.update elapsed))
(prop &mut :HabitModel model null)
(method setModel [m] (set model m))
(method setModel [m] (set model ~m))