StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
19 stars 13 forks source link

refactor: Updated timer triggers for zoning refactor #219

Closed Panzerhandschuh closed 2 months ago

jason-e commented 2 months ago

Can probably go ahead and remove trigger_momentum_timer_stop as well.

Panzerhandschuh commented 2 months ago

Can probably go ahead and remove trigger_momentum_timer_stop as well.

Done

Panzerhandschuh commented 2 months ago

@jason-e Should these entities have different names? Ex: zone_timer_start, zone_timer_checkpoint, etc.

jason-e commented 2 months ago

Yeah I like the idea of not starting with trigger_ since they aren't real entities and don't have the properties of other trigger entities. zone_timer_ seems good if you were thinking of renaming them.