mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Removed temp debug rendering
This commit is contained in:
@@ -177,10 +177,6 @@ function Warps.make_warp_area(warp_id)
|
|||||||
warp.electric_pole = entity
|
warp.electric_pole = entity
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local radius = config.standard_proximity_radius
|
|
||||||
rendering.draw_circle{ color = {0,1,0,.5}, radius = 0.1, filled = true, target = position, surface = surface, draw_on_ground = true }
|
|
||||||
rendering.draw_circle{ color = {0,1,0,.5}, radius = radius, filled = false, target = position, surface = surface, draw_on_ground = true }
|
|
||||||
end
|
end
|
||||||
|
|
||||||
--[[-- Remove the warp area for a warp
|
--[[-- Remove the warp area for a warp
|
||||||
|
|||||||
Reference in New Issue
Block a user