mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 00:15:54 +00:00
Enemy Damage
This commit is contained in:
parent
29dc9bebe0
commit
7772f69cd3
12 changed files with 207 additions and 12 deletions
|
|
@ -2429,7 +2429,7 @@ metadata/_edit_group_ = true
|
|||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 7.38277, 2, 25.0228)
|
||||
|
||||
[node name="FloorEmitter" parent="Props" instance=ExtResource("63_r8ono")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 24.9526, 1.32944, 25.5859)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17.9898, 1.32944, 24.6781)
|
||||
Script = ExtResource("64_fi82p")
|
||||
EmitOnStart = false
|
||||
|
||||
|
|
@ -2449,6 +2449,10 @@ AutoSpawn = true
|
|||
Billboard = true
|
||||
PixelSize = 0.05
|
||||
|
||||
[node name="ControlPad" parent="Props" node_paths=PackedStringArray("Target") instance=ExtResource("35_c4mw0")]
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 22.344, 2.41968, 23.1991)
|
||||
Target = NodePath("../FloorEmitter")
|
||||
|
||||
[node name="Light" type="Node3D" parent="."]
|
||||
|
||||
[node name="OmniLight3D4" type="OmniLight3D" parent="Light"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue