aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/objects
diff options
context:
space:
mode:
authorLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-17 05:18:57 +0200
committerLibravatar IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com>2022-07-17 05:18:57 +0200
commit3aab06c6763fc5ad3396bd5451c100364afeb76b (patch)
tree5e2ad17fa694b6a21876dec7f9afc5a269022f8a /godot/scenes/objects
parent7e66ac4ff518e6aa091c7ccfe567e31fa1f51994 (diff)
download2022-3aab06c6763fc5ad3396bd5451c100364afeb76b.tar.gz
2022-3aab06c6763fc5ad3396bd5451c100364afeb76b.tar.bz2
2022-3aab06c6763fc5ad3396bd5451c100364afeb76b.zip
buff detection
Diffstat (limited to 'godot/scenes/objects')
-rw-r--r--godot/scenes/objects/GroundCollision.tscn11
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 )