diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-20 19:08:43 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-20 19:08:43 -0400 |
commit | e726067048dc8771d83ec490767f3ca5ea063219 (patch) | |
tree | 103aa096b3ee6e20d716026070f78a5d89c51d62 /world/obstacles/Rock_coll.tres | |
parent | 743c526b46a1d1c6e0b7ef8b9b0f10b22ee43ab3 (diff) | |
download | game_jam49-e726067048dc8771d83ec490767f3ca5ea063219.tar.gz game_jam49-e726067048dc8771d83ec490767f3ca5ea063219.zip |
Incorporate new assets into the world gen
Diffstat (limited to 'world/obstacles/Rock_coll.tres')
-rw-r--r-- | world/obstacles/Rock_coll.tres | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/world/obstacles/Rock_coll.tres b/world/obstacles/Rock_coll.tres deleted file mode 100644 index b06d080..0000000 --- a/world/obstacles/Rock_coll.tres +++ /dev/null @@ -1,4 +0,0 @@ -[gd_resource type="ConvexPolygonShape" format=2] - -[resource] -points = PoolVector3Array( 2.5, -5, 2.5, 2.5, -5, -2.5, -2.5, -5, -2.5, -2.5, -5, 2.5, 0, 5, 2.5, 0, 5, -2.5 ) |