Which would be prefer to attach data to object?
Attach to object section
[Boss]
Graphics = Graphics
xxx = xxx
; Data attach
HP = 30
MP = 50
AttackCycle = 20
Define in other section then contain object
[Boss]
object = BossObject
HP = 30
MP = 50
AttackCycle = 20
Comments