-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel.tscn
More file actions
41 lines (29 loc) · 1.86 KB
/
level.tscn
File metadata and controls
41 lines (29 loc) · 1.86 KB
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
31
32
33
34
35
36
37
38
39
40
41
[gd_scene load_steps=10 format=3 uid="uid://nf7ensfke5r2"]
[ext_resource type="PackedScene" uid="uid://boqnhwkcmdneh" path="res://gameplay/camera.tscn" id="1_0b4ue"]
[ext_resource type="Script" uid="uid://imym1jbbrtw0" path="res://level.gd" id="1_f2txt"]
[ext_resource type="PackedScene" uid="uid://b8mo3i8kja54g" path="res://gameplay/world_timer.tscn" id="1_u52ul"]
[ext_resource type="PackedScene" uid="uid://c4uppe8bby8um" path="res://shaders/shader_layer.tscn" id="3_n6hdu"]
[ext_resource type="PackedScene" uid="uid://cb44m6144hhdw" path="res://gameplay/player.tscn" id="3_oi3di"]
[ext_resource type="PackedScene" uid="uid://iskybyrkguuk" path="res://level_generation/level_generate.tscn" id="4_0b4ue"]
[ext_resource type="PackedScene" uid="uid://c8obpf36pbca3" path="res://gameplay/weather_control.tscn" id="6_1ainy"]
[ext_resource type="PackedScene" uid="uid://b6hdyauxerl4e" path="res://assets/fx/lightning.tscn" id="8_km5ld"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0b4ue"]
size = Vector2(2198, 1552)
[node name="Level" type="Node2D"]
script = ExtResource("1_f2txt")
[node name="Camera2D" parent="." instance=ExtResource("1_0b4ue")]
position = Vector2(946, 519)
zoom = Vector2(0.5, 0.5)
[node name="shader_layer" parent="." instance=ExtResource("3_n6hdu")]
[node name="player" parent="." instance=ExtResource("3_oi3di")]
[node name="world_timer" parent="." instance=ExtResource("1_u52ul")]
[node name="Level_generate" parent="." instance=ExtResource("4_0b4ue")]
[node name="Bounds" type="Area2D" parent="."]
position = Vector2(0, 1)
[node name="CollisionShape2D" type="CollisionShape2D" parent="Bounds"]
position = Vector2(975, 500)
shape = SubResource("RectangleShape2D_0b4ue")
[node name="weather_control" parent="." instance=ExtResource("6_1ainy")]
[node name="lightning" parent="." instance=ExtResource("8_km5ld")]
z_index = 4096
position = Vector2(7, 22)