forked from Platinguin/Godot-Water-Shader-Prototype
-
Notifications
You must be signed in to change notification settings - Fork 6
/
main.tscn
22 lines (16 loc) · 821 Bytes
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=5 format=3 uid="uid://catn7mosgy8ic"]
[ext_resource type="PackedScene" uid="uid://ddxbfml0mr2sa" path="res://nodes/ocean.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://brwkdswgfcqfo" path="res://nodes/tod/evening_01.tscn" id="2"]
[ext_resource type="PackedScene" uid="uid://bf11ty72qw8gm" path="res://nodes/game_camera.tscn" id="3"]
[ext_resource type="PackedScene" path="res://nodes/ui.tscn" id="4"]
[node name="main" type="Node3D"]
[node name="evening_01" parent="." instance=ExtResource("2")]
[node name="game_camera" parent="." instance=ExtResource("3")]
[node name="ocean" parent="." instance=ExtResource("1")]
[node name="ui" parent="." instance=ExtResource("4")]
layout_mode = 3
anchors_preset = 0
offset_left = 0.0
offset_top = 0.0
offset_right = 267.0
offset_bottom = 148.0