This commit is contained in:
Andras Schmelczer 2023-04-29 21:18:40 +01:00
parent a3f76f5c77
commit 99e1923066
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 49 additions and 35 deletions

View file

@ -80,6 +80,8 @@ export default class GameLoop {
return {
position,
angle: angle + Math.PI,
species: 0,
timeToLive: Random.randomBetween(2, 10),
};
});
}