SupaLidlGame/Entities/Campfire.tscn

44 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-08-07 02:38:51 -07:00
[gd_scene load_steps=7 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-08-07 02:38:51 -07:00
[ext_resource type="Texture2D" uid="uid://bqc7k0rstj7xt" path="res://Assets/Sprites/lidl-okayeg-placeholder.png" id="3_o7u16"]
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
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="."]
position = Vector2(0, -8)
texture = ExtResource("3_o7u16")
2022-12-04 20:12:34 -08:00
[node name="PointLight2D" type="PointLight2D" parent="."]
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
[editable path="InteractionTrigger"]