diff options
| author | 1029chris <1029chris@gmail.com> | 2022-02-09 21:15:42 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2022-02-09 21:15:42 -0800 |
| commit | 975c52b251905d4f0e76f0db09780f00f7bb6590 (patch) | |
| tree | a58015fb9edae15d7dfbfef6c176d83008bf8d96 /background.lua | |
| parent | bd34aa853e993665c781fcfc553852d847d52345 (diff) | |
big circle shooter more likely to drop pickup
Diffstat (limited to 'background.lua')
| -rw-r--r-- | background.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background.lua b/background.lua index bd1febe..ef08485 100644 --- a/background.lua +++ b/background.lua @@ -43,7 +43,7 @@ function drawbg() --stars for i = 1, 64, 1 do - pset((((-gt*0.1)+i*4.3824)*(i/32))%128, sin(i*0.536382)*64+64, 4) + pset((((-gt*0.1)+i*4.3824)*(i/32))%128, sin(i*0.536382)*64+64, 4) --funny random star algorithm!! end --galaxies |
