diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 05:18:57 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 05:18:57 +0200 |
commit | 3aab06c6763fc5ad3396bd5451c100364afeb76b (patch) | |
tree | 5e2ad17fa694b6a21876dec7f9afc5a269022f8a /godot/scenes/objects/GroundCollision.tscn | |
parent | 7e66ac4ff518e6aa091c7ccfe567e31fa1f51994 (diff) | |
download | 2022-3aab06c6763fc5ad3396bd5451c100364afeb76b.tar.gz 2022-3aab06c6763fc5ad3396bd5451c100364afeb76b.tar.bz2 2022-3aab06c6763fc5ad3396bd5451c100364afeb76b.zip |
buff detection
Diffstat (limited to '')
-rw-r--r-- | godot/scenes/objects/GroundCollision.tscn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/godot/scenes/objects/GroundCollision.tscn b/godot/scenes/objects/GroundCollision.tscn new file mode 100644 index 0000000..9f98830 --- /dev/null +++ b/godot/scenes/objects/GroundCollision.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=2] + +[sub_resource type="BoxShape" id=1] +extents = Vector3( 0.204438, 0.202656, 0.204615 ) + +[node name="GroundCollision" type="Area"] +collision_layer = 4 +collision_mask = 4 + +[node name="CollisionShape" type="CollisionShape" parent="."] +shape = SubResource( 1 ) |