Extensive work on virtually all of the visuals and the net code

This commit is contained in:
2026-03-01 21:26:31 -05:00
parent e7570c78c3
commit bed068eafc
180 changed files with 46533 additions and 913 deletions

View File

@@ -1,7 +1,7 @@
extends Area3D
@onready var particles : GPUParticles3D = %ParticleFX
var trap_owner : int
var hack_owner : int
var damage : int
var time_remaining : float
@@ -17,7 +17,7 @@ func _physics_process(delta: float) -> void:
queue_free()
func setup(owner, damage) -> void:
self.trap_owner = trap_owner
self.hack_owner = hack_owner
self.damage = damage
time_remaining = 2.0