It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
14
Locations/Town/HomeArea/PlayerHome/PlayerHome.gd
Normal file
14
Locations/Town/HomeArea/PlayerHome/PlayerHome.gd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
extends Location
|
||||
|
||||
func initialize_entry_locations():
|
||||
#From Home Area
|
||||
entryLocations.append(Vector2(0, 275))
|
||||
#From Pigeon Grove
|
||||
entryLocations.append(Vector2(-225, -150))
|
||||
|
||||
func initialize_camera_limits():
|
||||
outside = false
|
||||
leftCameraLimit = -440
|
||||
rightCameraLimit = 440
|
||||
upperCameraLimit = -310
|
||||
lowerCameraLimit = 310
|
||||
216
Locations/Town/HomeArea/PlayerHome/PlayerHome.tscn
Normal file
216
Locations/Town/HomeArea/PlayerHome/PlayerHome.tscn
Normal file
|
|
@ -0,0 +1,216 @@
|
|||
[gd_scene load_steps=21 format=3 uid="uid://bso2grx1qvvmr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ds2a1v38jso1e" path="res://Locations/location.tscn" id="1_8dgfm"]
|
||||
[ext_resource type="Script" path="res://Locations/Town/HomeArea/PlayerHome/PlayerHome.gd" id="2_6s4bd"]
|
||||
[ext_resource type="Texture2D" uid="uid://lhvpntxev6a0" path="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeInterior.png" id="2_8rdw5"]
|
||||
[ext_resource type="PackedScene" uid="uid://spicsevifl6g" path="res://Objects/Travel/TravelBox.tscn" id="3_e3uu1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cfdkvm3wjrtf5" path="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeBackWall.png" id="5_fb027"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpokgq1gqgdo1" path="res://Locations/Town/HomeArea/PlayerHome/PlayerHouseSideCounter.png" id="6_ppgon"]
|
||||
[ext_resource type="Texture2D" uid="uid://chqmwugowhqxq" path="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeMidWall.png" id="6_q1hfm"]
|
||||
[ext_resource type="Texture2D" uid="uid://bx3arn2q7a7jy" path="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeFrontWall.png" id="7_ps744"]
|
||||
[ext_resource type="Texture2D" uid="uid://cpretsom3uu7n" path="res://Locations/Town/HomeArea/PlayerHome/PlayerHouseMouseHole.png" id="9_0wif3"]
|
||||
[ext_resource type="PackedScene" uid="uid://blu5f8fp8aq1d" path="res://Objects/HomeArea/PlayerHome/PlayerBed.tscn" id="10_dku71"]
|
||||
[ext_resource type="PackedScene" uid="uid://burnkdrtcqvqb" path="res://Objects/SkillSpecific/BasketStorage/BasketStorageSpot.tscn" id="11_xf3np"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wsa2y"]
|
||||
size = Vector2(879, 621)
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_vwaw0"]
|
||||
radius = 4.48454
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_hbdbq"]
|
||||
size = Vector2(881, 122)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5lbeg"]
|
||||
size = Vector2(156, 144)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_flxuu"]
|
||||
size = Vector2(87, 407)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_g1bwm"]
|
||||
size = Vector2(77.5, 409.5)
|
||||
|
||||
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_kb2by"]
|
||||
normal = Vector2(1, 0)
|
||||
|
||||
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_70m4q"]
|
||||
normal = Vector2(-1, 0)
|
||||
|
||||
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_q3cln"]
|
||||
|
||||
[node name="PlayerHome" instance=ExtResource("1_8dgfm")]
|
||||
y_sort_enabled = true
|
||||
script = ExtResource("2_6s4bd")
|
||||
|
||||
[node name="CollisionShape2D" parent="Ground/Area2D" index="0"]
|
||||
visible = false
|
||||
position = Vector2(-0.5, -0.5)
|
||||
shape = SubResource("RectangleShape2D_wsa2y")
|
||||
|
||||
[node name="PlayerHomeInterior" type="Sprite2D" parent="." index="1"]
|
||||
z_index = -3
|
||||
texture = ExtResource("2_8rdw5")
|
||||
|
||||
[node name="TravelBox" parent="." index="2" instance=ExtResource("3_e3uu1")]
|
||||
z_index = -1
|
||||
position = Vector2(0, 310)
|
||||
scale = Vector2(2, 0.8)
|
||||
|
||||
[node name="Interactable" parent="TravelBox" index="0"]
|
||||
position = Vector2(0.5, -100)
|
||||
|
||||
[node name="Panel" parent="TravelBox/Interactable" index="1"]
|
||||
offset_left = -49.5
|
||||
offset_right = 49.5
|
||||
offset_bottom = 101.0
|
||||
|
||||
[node name="AnimatedSprite2D" parent="TravelBox" index="1"]
|
||||
position = Vector2(0.5, -50)
|
||||
|
||||
[node name="StaticBody2D" parent="TravelBox" index="2"]
|
||||
position = Vector2(0.5, -100)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="TravelBox/StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
|
||||
[node name="Traveller" parent="TravelBox" index="3"]
|
||||
destinationNames = Array[String](["Outside"])
|
||||
destinationLocations = Array[int]([10])
|
||||
destinationEntranceID = Array[int]([2])
|
||||
movementVerb = "Walk To"
|
||||
|
||||
[node name="InteractionArea" parent="TravelBox/Traveller" index="0"]
|
||||
position = Vector2(0, -1.25)
|
||||
|
||||
[node name="CollisionShape2D" parent="TravelBox/Traveller/InteractionArea" index="0"]
|
||||
position = Vector2(0, -1.25)
|
||||
shape = SubResource("CircleShape2D_vwaw0")
|
||||
|
||||
[node name="PigeonGroveTraveller" parent="." index="3" instance=ExtResource("3_e3uu1")]
|
||||
z_index = -3
|
||||
position = Vector2(-143, -186)
|
||||
scale = Vector2(0.25, 0.22)
|
||||
|
||||
[node name="Interactable" parent="PigeonGroveTraveller" index="0"]
|
||||
position = Vector2(0.5, -100)
|
||||
|
||||
[node name="Panel" parent="PigeonGroveTraveller/Interactable" index="1"]
|
||||
offset_left = -49.5
|
||||
offset_right = 49.5
|
||||
offset_bottom = 101.0
|
||||
|
||||
[node name="AnimatedSprite2D" parent="PigeonGroveTraveller" index="1"]
|
||||
position = Vector2(0.5, -50)
|
||||
|
||||
[node name="StaticBody2D" parent="PigeonGroveTraveller" index="2"]
|
||||
position = Vector2(0.5, -100)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="PigeonGroveTraveller/StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
|
||||
[node name="Traveller" parent="PigeonGroveTraveller" index="3"]
|
||||
destinationNames = Array[String](["Pigeon Grove"])
|
||||
destinationLocations = Array[int]([5])
|
||||
destinationEntranceID = Array[int]([1])
|
||||
movementVerb = "Walk To"
|
||||
|
||||
[node name="InteractionArea" parent="PigeonGroveTraveller/Traveller" index="0"]
|
||||
position = Vector2(0, -1.25)
|
||||
|
||||
[node name="CollisionShape2D" parent="PigeonGroveTraveller/Traveller/InteractionArea" index="0"]
|
||||
position = Vector2(0, -1.25)
|
||||
shape = SubResource("CircleShape2D_vwaw0")
|
||||
|
||||
[node name="PlayerHomeBackWall" type="Sprite2D" parent="." index="4"]
|
||||
z_index = -2
|
||||
position = Vector2(0, -249)
|
||||
texture = ExtResource("5_fb027")
|
||||
|
||||
[node name="PlayerHouseSideCounter" type="Sprite2D" parent="." index="5"]
|
||||
z_index = -1
|
||||
position = Vector2(-401, -54)
|
||||
texture = ExtResource("6_ppgon")
|
||||
|
||||
[node name="Midwall" type="Node2D" parent="." index="6"]
|
||||
position = Vector2(-53, -245)
|
||||
|
||||
[node name="PlayerHomeMidWall" type="Sprite2D" parent="Midwall" index="0"]
|
||||
position = Vector2(-3, 163)
|
||||
texture = ExtResource("6_q1hfm")
|
||||
|
||||
[node name="BackWall" type="StaticBody2D" parent="." index="7"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="BackWall" index="0"]
|
||||
position = Vector2(0.5, -249)
|
||||
shape = SubResource("RectangleShape2D_hbdbq")
|
||||
|
||||
[node name="MidWallJutOut" type="StaticBody2D" parent="." index="8"]
|
||||
position = Vector2(95, -14)
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="MidWallJutOut" index="0"]
|
||||
position = Vector2(-29, 92)
|
||||
shape = SubResource("RectangleShape2D_5lbeg")
|
||||
|
||||
[node name="MidWall" type="StaticBody2D" parent="." index="9"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="MidWall" index="0"]
|
||||
position = Vector2(-56.5, -52.5)
|
||||
shape = SubResource("RectangleShape2D_flxuu")
|
||||
|
||||
[node name="LeftCounter" type="StaticBody2D" parent="." index="10"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="LeftCounter" index="0"]
|
||||
position = Vector2(-401.25, -54.25)
|
||||
shape = SubResource("RectangleShape2D_g1bwm")
|
||||
|
||||
[node name="LeftWall" type="StaticBody2D" parent="." index="11"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="LeftWall" index="0"]
|
||||
position = Vector2(-441, 81)
|
||||
shape = SubResource("WorldBoundaryShape2D_kb2by")
|
||||
|
||||
[node name="RightWall" type="StaticBody2D" parent="." index="12"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RightWall" index="0"]
|
||||
position = Vector2(441, 96)
|
||||
shape = SubResource("WorldBoundaryShape2D_70m4q")
|
||||
|
||||
[node name="BottomWall" type="StaticBody2D" parent="." index="13"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="BottomWall" index="0"]
|
||||
position = Vector2(8, 311)
|
||||
shape = SubResource("WorldBoundaryShape2D_q3cln")
|
||||
|
||||
[node name="PlayerHomeFrontWall" type="Sprite2D" parent="." index="14"]
|
||||
position = Vector2(50, 52)
|
||||
texture = ExtResource("7_ps744")
|
||||
|
||||
[node name="PlayerHouseMouseHole" type="Sprite2D" parent="." index="15"]
|
||||
position = Vector2(-143, -196.5)
|
||||
texture = ExtResource("9_0wif3")
|
||||
|
||||
[node name="PlayerBed" parent="." index="16" instance=ExtResource("10_dku71")]
|
||||
position = Vector2(64, -195)
|
||||
|
||||
[node name="BasketStorageSpot" parent="." index="17" instance=ExtResource("11_xf3np")]
|
||||
position = Vector2(20, 64)
|
||||
basketInvName = "HomeEntrance"
|
||||
|
||||
[node name="BasketStorageSpot2" parent="." index="18" instance=ExtResource("11_xf3np")]
|
||||
position = Vector2(-304, -276)
|
||||
basketInvName = "HomeKitchen"
|
||||
|
||||
[node name="BasketStorageSpot3" parent="." index="19" instance=ExtResource("11_xf3np")]
|
||||
position = Vector2(191, -274)
|
||||
basketInvName = "HomeBedroom"
|
||||
|
||||
[editable path="TravelBox"]
|
||||
[editable path="TravelBox/Interactable"]
|
||||
[editable path="TravelBox/Interactable/ActionMenu"]
|
||||
[editable path="TravelBox/Traveller"]
|
||||
[editable path="PigeonGroveTraveller"]
|
||||
[editable path="PigeonGroveTraveller/Interactable"]
|
||||
[editable path="PigeonGroveTraveller/Interactable/ActionMenu"]
|
||||
[editable path="PigeonGroveTraveller/Traveller"]
|
||||
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeBackWall.png
Normal file
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeBackWall.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 810 B |
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cfdkvm3wjrtf5"
|
||||
path="res://.godot/imported/PlayerHomeBackWall.png-461a5c5a78aa2937ab3321e16497fd41.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeBackWall.png"
|
||||
dest_files=["res://.godot/imported/PlayerHomeBackWall.png-461a5c5a78aa2937ab3321e16497fd41.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeFrontWall.png
Normal file
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeFrontWall.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 629 B |
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bx3arn2q7a7jy"
|
||||
path="res://.godot/imported/PlayerHomeFrontWall.png-d38ffc3191e6dc59a701f14c09151ae0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeFrontWall.png"
|
||||
dest_files=["res://.godot/imported/PlayerHomeFrontWall.png-d38ffc3191e6dc59a701f14c09151ae0.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeInterior.ase
Normal file
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeInterior.ase
Normal file
Binary file not shown.
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeInterior.png
Normal file
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeInterior.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://lhvpntxev6a0"
|
||||
path="res://.godot/imported/PlayerHomeInterior.png-9143fef7a207d5d3e17295b7f48b3acc.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeInterior.png"
|
||||
dest_files=["res://.godot/imported/PlayerHomeInterior.png-9143fef7a207d5d3e17295b7f48b3acc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeMidWall.png
Normal file
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHomeMidWall.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://chqmwugowhqxq"
|
||||
path="res://.godot/imported/PlayerHomeMidWall.png-74a108b34c42538662284602758b67d1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/Town/HomeArea/PlayerHome/PlayerHomeMidWall.png"
|
||||
dest_files=["res://.godot/imported/PlayerHomeMidWall.png-74a108b34c42538662284602758b67d1.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHouseMouseHole.png
Normal file
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHouseMouseHole.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 B |
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cpretsom3uu7n"
|
||||
path="res://.godot/imported/PlayerHouseMouseHole.png-f2ffd64e8aacb5964343ae290dcb3ef9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/Town/HomeArea/PlayerHome/PlayerHouseMouseHole.png"
|
||||
dest_files=["res://.godot/imported/PlayerHouseMouseHole.png-f2ffd64e8aacb5964343ae290dcb3ef9.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHouseSideCounter.png
Normal file
BIN
Locations/Town/HomeArea/PlayerHome/PlayerHouseSideCounter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 943 B |
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bpokgq1gqgdo1"
|
||||
path="res://.godot/imported/PlayerHouseSideCounter.png-b342f6f96c9af378212c654f0e3ed4b6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Locations/Town/HomeArea/PlayerHome/PlayerHouseSideCounter.png"
|
||||
dest_files=["res://.godot/imported/PlayerHouseSideCounter.png-b342f6f96c9af378212c654f0e3ed4b6.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue