Basic universe management, generation and simulation flow
This commit is contained in:
parent
4c078dbede
commit
78fceeb95e
29 changed files with 664 additions and 29 deletions
5
scripts/GameObjects/Nodes/StarNode.cs
Normal file
5
scripts/GameObjects/Nodes/StarNode.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
using Godot;
|
||||
|
||||
public partial class StarNode : Node
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue