Block a user
9998bff138
Merge branch 'main' into feature-duder
3043c54bc4
Add Camera controlled by player. #7 (#10)
Implement Attribute System
Attribute and Effect are implemented, at least to an extent. AttributeSet and AttributeSystem are not. I feel like we can hold off on those for a while and go ahead with #3.
d9bbef4b05
add example Effect and EnemyAttributes assets
61b7bbefc0
use fields instead of properties
3b1b4a90b7
make Attribute a struct again
d8d3a69c36
add non-attribute XP and threat to enemy stats
ee2d696cec
add create asset to enemy attributes
feature-attributes
I think this should go back to a struct rather than an SO. But it also seems like that makes it so the editor can't see them. Might need to implement a custom editor?
feature-attributes
Tried some things. It looks like the editor can't set properties at all, only fields.