diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-09 01:03:39 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-09 01:03:39 -0800 |
| commit | 5ab796dc50337210ef693d45e2b00049846e26dc (patch) | |
| tree | 4611a60f6580166c252fa7492d8dd90165807f21 /background.lua | |
| parent | 14e414cc4cd593868eebbfeda004edb263e251e4 (diff) | |
added menu text and updated sprites
oops worked on it while chris played dark souls
galaxies!!!
Diffstat (limited to 'background.lua')
| -rw-r--r-- | background.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/background.lua b/background.lua index 7ad3f2a..c989107 100644 --- a/background.lua +++ b/background.lua @@ -43,9 +43,14 @@ function drawbg() --stars for i = 1, 64, 1 do - pset(((-t()+i*4.3824)*(i/32))%128, sin(i*0.536382)*64+64, 4) + pset((((-t()*0.1)+i*4.3824)*(i/32))%128, sin(i*0.536382)*64+64, 4) end + --galaxies + spr(254, 100, 40, 1, 1) + spr(239, 20, 30, 1, 1) + spr(254, 42, 72, 1, 1, true, true) + --ringed planet palt(0,false) spr(194,160-t(),50,4,2) |
