31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
[gd_scene format=3 uid="uid://bf8lqbexvnx6e"]
|
|
|
|
[ext_resource type="Script" uid="uid://cj0sxoceqqyrm" path="res://docs/gyms/tiny_sword/buildings/monastery/monastery.gd" id="1_e17qd"]
|
|
[ext_resource type="Texture2D" uid="uid://dlmjd2berkb6v" path="res://docs/gyms/tiny_sword/buildings/monastery/Monastery.png" id="1_yyw6r"]
|
|
[ext_resource type="PackedScene" uid="uid://6d101h70mcx" path="res://core/research/research_panel.tscn" id="3_c6gi6"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yyw6r"]
|
|
size = Vector2(160, 254)
|
|
|
|
[node name="Monastery" type="Node2D" unique_id=1545930496]
|
|
script = ExtResource("1_e17qd")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=2097167417]
|
|
texture = ExtResource("1_yyw6r")
|
|
|
|
[node name="Area2D" type="Area2D" parent="." unique_id=926221537]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=1198096629]
|
|
position = Vector2(1, 16)
|
|
shape = SubResource("RectangleShape2D_yyw6r")
|
|
|
|
[node name="ResearchPanel" parent="." unique_id=1105274967 instance=ExtResource("3_c6gi6")]
|
|
visible = false
|
|
offset_left = 59.0
|
|
offset_top = -87.0
|
|
offset_right = 459.0
|
|
offset_bottom = 139.0
|
|
|
|
[connection signal="mouse_entered" from="Area2D" to="." method="_on_area_2d_mouse_entered"]
|
|
[connection signal="mouse_exited" from="Area2D" to="." method="_on_area_2d_mouse_exited"]
|