Created class for Blue Normals.
removed the static option in Entity.java, which should correct some bugs.
This commit is contained in:
13
src/gameplay/Characters/Blue/BlueNormals.java
Normal file
13
src/gameplay/Characters/Blue/BlueNormals.java
Normal file
@ -0,0 +1,13 @@
|
||||
package gameplay.Characters.Blue;
|
||||
|
||||
import engine.Engine;
|
||||
import engine.math.Vector3f;
|
||||
import engine.object.Hitbox;
|
||||
import engine.object.ObjectGl;
|
||||
import gameplay.frames.Frame;
|
||||
import gameplay.hitboxes.*;
|
||||
|
||||
|
||||
public class BlueNormals {
|
||||
|
||||
}
|
Reference in New Issue
Block a user