-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworld.tscn
45 lines (31 loc) · 1.68 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[gd_scene load_steps=5 format=3 uid="uid://7lugd8uxk4km"]
[ext_resource type="Script" path="res://world.gd" id="1_6skk4"]
[ext_resource type="PackedScene" uid="uid://cack2j01rqya7" path="res://entity/actor/player/player.tscn" id="1_ypvuq"]
[ext_resource type="PackedScene" uid="uid://s4ks1eno3d5d" path="res://entity/actor/enemy/enemy.tscn" id="2_45aac"]
[ext_resource type="Texture2D" uid="uid://tkvb54ag8h7k" path="res://icon.svg" id="4_su027"]
[node name="World" type="Node2D"]
script = ExtResource("1_6skk4")
[node name="ProjectileContainer" type="Node2D" parent="."]
[node name="ThinkerContainer" type="Node2D" parent="."]
[node name="EnemyContainer" type="Node2D" parent="."]
[node name="Enemy" parent="EnemyContainer" instance=ExtResource("2_45aac")]
position = Vector2(725, -170)
[node name="Enemy2" parent="EnemyContainer" instance=ExtResource("2_45aac")]
position = Vector2(731, 152)
[node name="Enemy3" parent="EnemyContainer" instance=ExtResource("2_45aac")]
position = Vector2(92.3909, 385)
[node name="Enemy4" parent="EnemyContainer" instance=ExtResource("2_45aac")]
position = Vector2(417.768, -535)
[node name="Enemy5" parent="EnemyContainer" instance=ExtResource("2_45aac")]
position = Vector2(810.429, -611)
[node name="PlayerContainer" type="Node2D" parent="."]
[node name="Player" parent="PlayerContainer" instance=ExtResource("1_ypvuq")]
position = Vector2(44, -164)
collision_mask = 1
[node name="Camera2D" type="Camera2D" parent="PlayerContainer/Player"]
zoom = Vector2(0.5, 0.5)
[node name="MouseIndicator" type="Sprite2D" parent="."]
modulate = Color(0.937255, 0, 0.866667, 1)
self_modulate = Color(1, 1, 1, 0.556863)
scale = Vector2(0.25, 0.25)
texture = ExtResource("4_su027")