32 lines
1017 B
Plaintext
32 lines
1017 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://baeikwxkh26fh"]
|
|
|
|
[ext_resource type="Script" uid="uid://6co67nfy8ngb" path="res://scenes/ship/builder/module.gd" id="1_1rae4"]
|
|
[ext_resource type="PackedScene" uid="uid://bho8x10x4oab7" path="res://scenes/ship/builder/pieces/hullplate.tscn" id="2_fbnt1"]
|
|
|
|
[node name="Module" type="RigidBody2D"]
|
|
position = Vector2(-50, 50)
|
|
mass = null
|
|
center_of_mass_mode = 1
|
|
center_of_mass = Vector2(-50, 0)
|
|
inertia = null
|
|
linear_velocity = null
|
|
angular_velocity = null
|
|
script = ExtResource("1_1rae4")
|
|
base_mass = null
|
|
inertia = null
|
|
|
|
[node name="StructuralContainer" type="Node2D" parent="."]
|
|
|
|
[node name="Hullplate" parent="StructuralContainer" instance=ExtResource("2_fbnt1")]
|
|
base_mass = null
|
|
inertia = null
|
|
|
|
[node name="@StaticBody2D@23989" parent="StructuralContainer" instance=ExtResource("2_fbnt1")]
|
|
position = Vector2(-100, 0)
|
|
base_mass = null
|
|
inertia = null
|
|
|
|
[node name="HullVolumeContainer" type="Node2D" parent="."]
|
|
|
|
[node name="AtmosphereVisualizer" type="Node2D" parent="."]
|