conforms file names to consistant standard
This commit is contained in:
9
towers/reactor_tower/tower_reactor.gd
Normal file
9
towers/reactor_tower/tower_reactor.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
class_name ReactorTower
|
||||
extends Tower
|
||||
|
||||
@export var particles: GPUParticles3D
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
super._ready()
|
||||
particles.process_material.emission_ring_radius = target_range
|
||||
Reference in New Issue
Block a user