Merging changes from private branch
This commit is contained in:
@@ -10,7 +10,7 @@ import mindustry.gen.*;
|
||||
* Will bounce off of other objects that are at similar elevations.
|
||||
* Has mass.*/
|
||||
@Component
|
||||
abstract class PhysicsComp implements Velc, Hitboxc, Flyingc{
|
||||
abstract class PhysicsComp implements Velc, Hitboxc{
|
||||
@Import float hitSize, x, y;
|
||||
@Import Vec2 vel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user