M6 B1
Lots of bug fixes that were reported by game testers and me.
This commit is contained in:
parent
40100e8fee
commit
eba1c28eb9
9 changed files with 163 additions and 68 deletions
|
@ -37,5 +37,18 @@ shape = SubResource("BoxShape3D_uvwqt")
|
|||
[node name="Timer" type="Timer" parent="."]
|
||||
autostart = true
|
||||
|
||||
[node name="spawn" type="Node3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4)
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="spawn"]
|
||||
visible = false
|
||||
|
||||
[node name="dead" type="Label3D" parent="."]
|
||||
visible = false
|
||||
offset = Vector2(0, 175)
|
||||
billboard = 1
|
||||
text = "Dead"
|
||||
font_size = 64
|
||||
|
||||
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue