mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-07-12 18:43:49 +00:00
feat(*): Add goal with basic collision
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cofdcxo5170rs"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_4ngif"]
|
||||
size = Vector3(3.5, 1.5, 0.1)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_nmd5r"]
|
||||
size = Vector3(3.5, 1.5, 0.1)
|
||||
|
||||
[node name="Goal" type="Area3D"]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("BoxMesh_4ngif")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("BoxShape3D_nmd5r")
|
||||
Reference in New Issue
Block a user