-
Notifications
You must be signed in to change notification settings - Fork 4
/
world.tscn
30 lines (24 loc) · 1009 Bytes
/
world.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[gd_scene load_steps=5 format=3 uid="uid://vk7lxsi71b5x"]
[ext_resource type="Script" path="res://world.gd" id="1_kk187"]
[ext_resource type="PackedScene" uid="uid://dq5uvyfidrv20" path="res://camera.tscn" id="5_spp4s"]
[ext_resource type="PackedScene" uid="uid://bghj8ckgg3qp8" path="res://UI/ui.tscn" id="7_kc6g8"]
[sub_resource type="Environment" id="Environment_efmn2"]
background_mode = 3
glow_enabled = true
glow_levels/7 = 1.0
glow_strength = 1.2
glow_blend_mode = 1
glow_hdr_threshold = 0.1
adjustment_enabled = true
adjustment_brightness = 0.9
adjustment_contrast = 1.1
adjustment_saturation = 1.8
[node name="World" type="Node2D"]
script = ExtResource("1_kk187")
[node name="Camera2D" parent="." instance=ExtResource("5_spp4s")]
position = Vector2(208, 128)
drag_horizontal_enabled = true
editor_draw_drag_margin = true
[node name="UI" parent="." instance=ExtResource("7_kc6g8")]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_efmn2")