dt-rush / sameriver

game engine written in go
Other
1 stars 1 forks source link

don't panic on reaching MAX_ENTITIES; just expand the slices - however, do warn #52

Closed dt-rush closed 1 year ago

dt-rush commented 1 year ago

This is better behaviour than crashing just cause the game reached max entities

dt-rush commented 1 year ago

PR #55 deals with this