diff options
Diffstat (limited to 'ship/ship/ship.tscn')
-rw-r--r-- | ship/ship/ship.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ship/ship/ship.tscn b/ship/ship/ship.tscn index 06f098f..eaf0161 100644 --- a/ship/ship/ship.tscn +++ b/ship/ship/ship.tscn @@ -22,6 +22,7 @@ [ext_resource path="res://ship/steering_wheel/steering_wheel.tscn" type="PackedScene" id=20] [ext_resource path="res://ship/light_fixture/light_fixture.tres" type="Material" id=21] [ext_resource path="res://ship/water_pump/water_pump.tscn" type="PackedScene" id=22] +[ext_resource path="res://ship/ship/ViewPorts.gd" type="Script" id=23] [sub_resource type="BoxShape" id=26] extents = Vector3( 5.76897, 0.594175, 1.03357 ) @@ -366,6 +367,7 @@ extents = Vector3( 10.6563, 0.518438, 37.8106 ) [node name="ship" type="Spatial"] [node name="ViewPorts" type="Spatial" parent="."] +script = ExtResource( 23 ) [node name="below_deck" type="Viewport" parent="ViewPorts"] size = Vector2( 320, 180 ) |