diff options
| author | J08nY | 2017-04-22 20:46:58 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-22 20:46:58 +0200 |
| commit | dd857ee3bb9fb07c260f51ab4669944d48324eea (patch) | |
| tree | 153f567aae08bdee00ff5e09ec429412b47aa7df /base.tscn | |
| parent | 3ed5257c222f34b591b744ef6418b5c1165be25f (diff) | |
| download | ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.tar.gz ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.tar.zst ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.zip | |
Diffstat (limited to 'base.tscn')
| -rw-r--r-- | base.tscn | 38 |
1 files changed, 27 insertions, 11 deletions
@@ -1,16 +1,18 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://scripts/base.gd" type="Script" id=1] [ext_resource path="res://scripts/camera.gd" type="Script" id=2] [ext_resource path="res://world.tscn" type="PackedScene" id=3] [ext_resource path="res://incubator.tscn" type="PackedScene" id=4] +[ext_resource path="res://combinator.tscn" type="PackedScene" id=5] [node name="Game" type="Spatial"] script = ExtResource( 1 ) -[node name="Camera" type="Camera" parent="."] +[node name="Camera" type="InterpolatedCamera" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0103998, -4.76837e-07, 0.0374603 ) projection = 0 fov = 60.0 near = 0.1 @@ -21,6 +23,9 @@ cull_mask = 1048575 environment = null h_offset = 0.0 v_offset = 0.0 +target = NodePath("") +speed = 1.0 +enabled = true script = ExtResource( 2 ) [node name="OmniLight" type="OmniLight" parent="Camera"] @@ -49,19 +54,30 @@ transform = Transform( 0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, 0, 0, -3.35552 ) [node name="World2" parent="." instance=ExtResource( 3 )] -transform = Transform( 0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, -5.01353, 0, -3.35552 ) +transform = Transform( 0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, -2.29277, 0, -3.35552 ) [node name="Incubator" parent="." instance=ExtResource( 4 )] -transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -6 ) +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, -5 ) -[node name="Panel" type="Panel" parent="."] +[node name="Combinator" parent="." instance=ExtResource( 5 )] -margin_left = 20.0 -margin_top = 490.0 -margin_right = 240.0 -margin_bottom = 580.0 -rect_clip_content = false -mouse_filter = 0 +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0, 0 ) + +[node name="overview" type="Camera" parent="."] + +transform = Transform( 1, 0, 0, 0, 0.771128, 0.63668, 0, -0.63668, 0.771128, 0, 4.08988, 3.34826 ) +projection = 0 +fov = 60.0 +near = 0.1 +far = 100.0 +keep_aspect = 1 +current = false +cull_mask = 1048575 +environment = null +h_offset = 0.0 +v_offset = 0.0 + +[node name="center" type="Position3D" parent="."] |
