Use bullet flags instead of bools

This commit is contained in:
Marco 2025-06-08 16:50:38 +02:00
commit 72c6270eb5
14 changed files with 49 additions and 38 deletions

View file

@ -22,5 +22,5 @@ Controllable = false
Freezable = true
Grazeable = false
GrazeValue = 0.2
Attributes = 0
Attributes = 256
TimeModifiers = []