Commit 725fce51 authored by 16이진형's avatar 16이진형

충돌 프리셋 수정

parent 3db5ccbb
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
}; };
public static CollisionType[] Wall { get; private set; } = { public static CollisionType[] Wall { get; private set; } = {
new CollisionType(ObjectType.player,true), new CollisionType(ObjectType.player,false),
new CollisionType(ObjectType.normalobject,true), new CollisionType(ObjectType.normalobject,false),
new CollisionType(ObjectType.interactive,true), new CollisionType(ObjectType.interactive,false),
new CollisionType(ObjectType.wall,false) new CollisionType(ObjectType.wall,false)
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment