@nucky9 this gives me an error though I had did
    
    
    var
      player = newEntity()
      entities: seq[Entity] = @[player]
    
    
    Run

Error goes away if I just set it to @[] and add them manually huh

Reply via email to