Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit d6bffb3

Browse files
committed
Added Null Actor that can be used for things such as observer or cursor Actors
1 parent c93378d commit d6bffb3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Base.rte/Actors/Shared.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ AddActor = Attachable
3535
JointStiffness = 0.1
3636

3737

38+
AddActor = Actor
39+
PresetName = Null Actor
40+
Mass = 0
41+
PinStrength = 1000
42+
Buyable = 0
43+
HitsMOs = 0
44+
GetsHitByMOs = 0
45+
SpriteFile = ContentFile
46+
FilePath = Base.rte/Null.png
47+
AtomGroup = AtomGroup
48+
CopyOf = Null AtomGroup
49+
HUDVisible = 0
50+
51+
3852
///////////////////////////////////////////////////////////////////////
3953
// Limb Paths
4054

0 commit comments

Comments
 (0)