diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 05:23:06 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 05:23:06 +0200 |
commit | ee5124e87ac68b3628fcaa7f08a56fa139449014 (patch) | |
tree | 4c93cc29c480c53ded44d28b82f26d40c5943c85 /godot/scenes/objects/GroundCollision.tscn | |
parent | fab6add55efe3fe00c8eec75d71514bd4085ba6e (diff) | |
parent | 924cca25c4ba3f8503f2455082491d574720aaec (diff) | |
download | 2022-ee5124e87ac68b3628fcaa7f08a56fa139449014.tar.gz 2022-ee5124e87ac68b3628fcaa7f08a56fa139449014.tar.bz2 2022-ee5124e87ac68b3628fcaa7f08a56fa139449014.zip |
Merge branch 'Facing'
Diffstat (limited to 'godot/scenes/objects/GroundCollision.tscn')
-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 ) |