Object parenting; Ship module prototype; Use 64 bit
This commit is contained in:
parent
3f97e18615
commit
8335714acc
30 changed files with 436 additions and 62 deletions
11
scripts/VesselModuleNode.cs
Normal file
11
scripts/VesselModuleNode.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Godot;
|
||||
|
||||
public partial class VesselModuleNode : StaticBody3D
|
||||
{
|
||||
public VesselModule ModuleData { get; private set; }
|
||||
|
||||
public Node3D GetAnchor(string name)
|
||||
{
|
||||
return GetNode<Node3D>(name);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue