temporary_size
Component that temporarily applies a size to a human.
Vars | |
allowed_areas | List containing the areas that the size change works in. If this is empty, this will work everywhere. |
---|---|
original_size | What is the stored size of the mob using this? |
target_size | What size are we changing the parent mob to? |
Procs | |
apply_size | Adjusts the sprite size of the parent mob based off size_to_apply . |
check_area | Checks if we need to revert our size when entering a different area. |
Var Details
allowed_areas
List containing the areas that the size change works in. If this is empty, this will work everywhere.
original_size
What is the stored size of the mob using this?
target_size
What size are we changing the parent mob to?
Proc Details
apply_size
Adjusts the sprite size of the parent mob based off size_to_apply
.
check_area
Checks if we need to revert our size when entering a different area.