Extensive work on virtually all of the visuals and the net code
This commit is contained in:
5
scripts/range_sphere.gd
Normal file
5
scripts/range_sphere.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
class_name RangeSphere extends CSGSphere3D
|
||||
|
||||
|
||||
func set_range(range : int) -> void:
|
||||
radius = range
|
||||
Reference in New Issue
Block a user