This commit is contained in:
2024-11-26 13:19:03 +00:00
parent cc302a6846
commit 029c61efc8
13 changed files with 8 additions and 82 deletions
-2
View File
@@ -7,7 +7,6 @@ module Dodge.EnergyBall
import Dodge.DamageCircle
import Dodge.Data.World
import Dodge.LightSource
import Geometry
import LensHelp
import Picture
@@ -96,5 +95,4 @@ ebFlicker pt
| _ebTimer pt `mod` 7 == 0 =
cWorld . lWorld . lights
.:~ LSParam (addZ 20 $ _ebPos pt) 70 (0.5 *.*.* xyzV4 (_ebColor pt))
-- .:~ tlsTimeRadColPos 1 70 (0.5 *.*.* xyzV4 (_ebColor pt)) (addZ 20 $ _ebPos pt)
| otherwise = id