mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-28 08:30:08 +07:00
Increased Warp interaction range to 3 yards
This commit is contained in:
parent
3c1a8e4933
commit
d34964c4ba
@ -394,7 +394,7 @@ public class Engine extends PooledEngine {
|
||||
labelComponent.actor = createLabel(name);
|
||||
|
||||
InteractableComponent interactableComponent = createComponent(InteractableComponent.class);
|
||||
interactableComponent.range = 2f;
|
||||
interactableComponent.range = 3.0f;
|
||||
|
||||
Entity entity = createEntity("warp");
|
||||
entity.add(typeComponent);
|
||||
|
Loading…
Reference in New Issue
Block a user