mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 13:13:47 +00:00
force fields
This commit is contained in:
parent
c0a1853468
commit
22936c4678
19 changed files with 854 additions and 682 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dioiq4nb7kiet"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dioiq4nb7kiet"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://buneqosduiwkm" path="res://Scripts/Actors/3D/ForceField3D.cs" id="1_4cotp"]
|
||||
[ext_resource type="Texture2D" uid="uid://6p28earvo6m2" path="res://textures/Manual/Forcefield/ForceField1.png" id="1_xl5wo"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_7axon"]
|
||||
|
|
@ -18,6 +19,8 @@ size = Vector2(2, 2)
|
|||
[node name="Forcefield" type="AnimatableBody3D" groups=["Solid"]]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_4cotp")
|
||||
TargetName = &""
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00500488, 0.00234985, -0.00524902)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue