Basic universe management, generation and simulation flow

This commit is contained in:
Aslan 2026-01-26 10:19:40 -05:00
parent 4c078dbede
commit 78fceeb95e
29 changed files with 664 additions and 29 deletions

19
prefabs/star.tscn Normal file
View file

@ -0,0 +1,19 @@
[gd_scene format=3 uid="uid://cwgcue41fpm6j"]
[ext_resource type="Script" uid="uid://cbt6p1bhh4o8q" path="res://scripts/GameObjects/Nodes/StarNode.cs" id="1_o2f8k"]
[sub_resource type="SphereMesh" id="SphereMesh_o2f8k"]
radius = 5.0
height = 10.0
[sub_resource type="SphereShape3D" id="SphereShape3D_o2f8k"]
radius = 5.0
[node name="Star" type="StaticBody3D" unique_id=1306600716]
script = ExtResource("1_o2f8k")
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1423841842]
mesh = SubResource("SphereMesh_o2f8k")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1898956937]
shape = SubResource("SphereShape3D_o2f8k")