SupaLidlGame/Entities/Campfire.tscn

52 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2023-10-02 00:08:48 -07:00
[gd_scene load_steps=8 format=3 uid="uid://dhl071rj5wyvx"]
2022-12-04 20:12:34 -08:00
[ext_resource type="Script" path="res://Entities/Campfire.cs" id="1_w4gfp"]
2023-08-07 02:38:51 -07:00
[ext_resource type="Resource" uid="uid://c2om4y0fm81yr" path="res://Assets/Dialogue/clone-machine.dialogue" id="2_s6cen"]
2022-12-04 20:12:34 -08:00
[ext_resource type="Texture2D" uid="uid://coarr28adgo1u" path="res://Assets/Sprites/Particles/point-light.png" id="3_lm3vq"]
2023-10-02 00:08:48 -07:00
[ext_resource type="Texture2D" uid="uid://dbiyfs4wohp20" path="res://Assets/Sprites/Props/outhouse.png" id="3_p1ha3"]
2023-06-13 02:55:30 -07:00
[ext_resource type="PackedScene" uid="uid://dldnp8eunxj3q" path="res://BoundingBoxes/InteractionTrigger.tscn" id="4_yoo3p"]
2022-12-04 20:12:34 -08:00
2023-08-07 02:38:51 -07:00
[sub_resource type="CircleShape2D" id="CircleShape2D_pdkmj"]
radius = 20.0
2023-06-13 02:55:30 -07:00
2023-10-02 00:08:48 -07:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_bw3hg"]
2023-11-09 16:22:52 -08:00
size = Vector2(20, 16)
2023-10-02 00:08:48 -07:00
2022-12-04 20:12:34 -08:00
[node name="Campfire" type="StaticBody2D"]
texture_filter = 3
position = Vector2(0, -8)
script = ExtResource("1_w4gfp")
2023-08-07 02:38:51 -07:00
DialogueResource = ExtResource("2_s6cen")
2022-12-04 20:12:34 -08:00
2023-08-07 02:38:51 -07:00
[node name="Sprite2D" type="Sprite2D" parent="."]
2023-10-02 00:08:48 -07:00
texture = ExtResource("3_p1ha3")
centered = false
offset = Vector2(-12, -28)
2022-12-04 20:12:34 -08:00
[node name="PointLight2D" type="PointLight2D" parent="."]
2023-10-02 00:08:48 -07:00
visible = false
2023-05-30 01:35:29 -07:00
color = Color(0.996078, 0.780392, 0.615686, 1)
2022-12-04 20:12:34 -08:00
energy = 2.0
blend_mode = 2
2023-06-13 02:55:30 -07:00
shadow_enabled = true
2022-12-04 20:12:34 -08:00
texture = ExtResource("3_lm3vq")
texture_scale = 0.25
2023-06-13 02:55:30 -07:00
[node name="InteractionTrigger" parent="." instance=ExtResource("4_yoo3p")]
2023-08-07 02:38:51 -07:00
position = Vector2(0, -5)
2023-06-10 22:15:28 -07:00
2023-06-13 02:55:30 -07:00
[node name="CollisionShape2D" parent="InteractionTrigger" index="0"]
2023-08-07 02:38:51 -07:00
shape = SubResource("CircleShape2D_pdkmj")
[node name="Popup" parent="InteractionTrigger" index="1"]
offset_top = -49.0
offset_bottom = -19.0
2023-06-13 02:55:30 -07:00
2023-08-07 02:38:51 -07:00
[node name="Label" parent="InteractionTrigger/Popup" index="0"]
text = "Clone Machine"
2023-06-13 02:55:30 -07:00
2023-10-02 00:08:48 -07:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_bw3hg")
2023-06-13 02:55:30 -07:00
[editable path="InteractionTrigger"]