summaryrefslogtreecommitdiff
path: root/GreenGreensBoss.tscn
blob: 432542bab0860b94e033e0bbbfc715dadf897ced (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[gd_scene load_steps=15 format=4 uid="uid://dcmds316bydvu"]

[ext_resource type="Script" path="res://green_greens_boss.gd" id="1_4ry16"]
[ext_resource type="PackedScene" uid="uid://bb8nnbftq04df" path="res://HUD.tscn" id="2_ne1kh"]
[ext_resource type="Texture2D" uid="uid://xdehc2ineqjf" path="res://Assets/Enemies/green-greens-boss.png" id="3_rtuo7"]
[ext_resource type="PackedScene" uid="uid://b1si77qfmut5x" path="res://Assets/Map/TileMapLayer.tscn" id="5_hkgd5"]
[ext_resource type="PackedScene" uid="uid://7ndl8hvg4e38" path="res://Door.tscn" id="6_ga2l4"]
[ext_resource type="Script" path="res://whispy_woods.gd" id="7_ho0w7"]
[ext_resource type="Texture2D" uid="uid://blq6u731g8p1d" path="res://Assets/Map/green_greens/inner-01.png" id="7_yif17"]
[ext_resource type="Script" path="res://Assets/Map/tile_map_layer.gd" id="8_au054"]
[ext_resource type="SpriteFrames" uid="uid://bi6050716beom" path="res://whispy_woods_sprite_frames.tres" id="8_rne3o"]
[ext_resource type="PackedScene" uid="uid://fe6exyigjb72" path="res://Player.tscn" id="9_b0r1m"]
[ext_resource type="Texture2D" uid="uid://cr8mi3iehl3q2" path="res://Assets/Enemies/whispy-woods-tear.png" id="9_iwq4r"]

[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_hnnog"]
texture = ExtResource("7_yif17")
0:0/0 = 0
0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-8, -8, -8, 8, 8, 8, 8, -8)

[sub_resource type="TileSet" id="TileSet_dimm0"]
physics_layer_0/collision_layer = 16
physics_layer_0/collision_mask = 0
sources/0 = SubResource("TileSetAtlasSource_hnnog")

[sub_resource type="RectangleShape2D" id="RectangleShape2D_na0iy"]
size = Vector2(40, 96)

[node name="GreenGreensBoss" type="Node2D"]
script = ExtResource("1_4ry16")

[node name="HUD" parent="." instance=ExtResource("2_ne1kh")]

[node name="TileMapLayer" parent="." instance=ExtResource("5_hkgd5")]
tile_map_data = PackedByteArray("AAAAAAgAAAARAAAAAAABAAgAAAARAAAAAAACAAgAAAARAAAAAAADAAgAAAARAAAAAAAEAAgAAAARAAAAAAAFAAgAAAARAAAAAAAGAAgAAAARAAAAAAAHAAgAAAARAAAAAAAIAAgAAAARAAAAAAAJAAgAAAARAAAAAAA=")

[node name="Wall" type="TileMapLayer" parent="."]
modulate = Color(1, 1, 1, 0.392157)
position = Vector2(0, -16)
tile_map_data = PackedByteArray("AAD//wIAAAAAAAAAAAD//wMAAAAAAAAAAAD//wQAAAAAAAAAAAD//wUAAAAAAAAAAAD//wYAAAAAAAAAAAD//wcAAAAAAAAAAAAKAAIAAAAAAAAAAAAKAAMAAAAAAAAAAAAKAAQAAAAAAAAAAAAKAAUAAAAAAAAAAAAKAAYAAAAAAAAAAAAKAAcAAAAAAAAAAAD//wgAAAAAAAAAAAAKAAgAAAAAAAAAAAD//wEAAAAAAAAAAAAKAAEAAAAAAAAAAAAAAAEAAAAAAAAAAAABAAEAAAAAAAAAAAACAAEAAAAAAAAAAAADAAEAAAAAAAAAAAAEAAEAAAAAAAAAAAAFAAEAAAAAAAAAAAAGAAEAAAAAAAAAAAAHAAEAAAAAAAAAAAAIAAEAAAAAAAAAAAAJAAEAAAAAAAAAAAD//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAACAAAAAAAAAAAAAAADAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAJAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAA=")
tile_set = SubResource("TileSet_dimm0")
script = ExtResource("8_au054")

[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(80, 80)
scale = Vector2(1, 1.00787)
texture = ExtResource("3_rtuo7")

[node name="WhispyWoods" type="Area2D" parent="."]
collision_layer = 512
collision_mask = 8
script = ExtResource("7_ho0w7")

[node name="CollisionShape2D" type="CollisionShape2D" parent="WhispyWoods"]
position = Vector2(132, 80)
shape = SubResource("RectangleShape2D_na0iy")

[node name="EyeLeft" type="AnimatedSprite2D" parent="WhispyWoods"]
texture_filter = 1
position = Vector2(122, 72)
sprite_frames = ExtResource("8_rne3o")
animation = &"eye_open"

[node name="Tear" type="Sprite2D" parent="WhispyWoods"]
visible = false
texture_filter = 1
position = Vector2(132, 81)
texture = ExtResource("9_iwq4r")

[node name="EyeRight" type="AnimatedSprite2D" parent="WhispyWoods"]
texture_filter = 1
position = Vector2(130, 72)
sprite_frames = ExtResource("8_rne3o")
animation = &"eye_open"

[node name="Mouth" type="AnimatedSprite2D" parent="WhispyWoods"]
texture_filter = 1
position = Vector2(124, 98)
sprite_frames = ExtResource("8_rne3o")
animation = &"mouth_idle"

[node name="Door" parent="." instance=ExtResource("6_ga2l4")]
position = Vector2(0, 112)
target_scene = "res://GreenGreens.tscn"
target_position = Vector2(104, 112)

[node name="Player" parent="." instance=ExtResource("9_b0r1m")]
position = Vector2(32, 72)