@nucky9 this gives me an error though I had did
var
player = newEntity()
entities: seq[Entity] = @[player]
RunError goes away if I just set it to @[] and add them manually huh
@nucky9 this gives me an error though I had did
var
player = newEntity()
entities: seq[Entity] = @[player]
RunError goes away if I just set it to @[] and add them manually huh