diff --git a/Assets/Sprites/Props/outhouse-light.ase b/Assets/Sprites/Props/outhouse-light.ase new file mode 100644 index 0000000..380ce59 Binary files /dev/null and b/Assets/Sprites/Props/outhouse-light.ase differ diff --git a/Assets/Sprites/Props/outhouse-yellow.ase b/Assets/Sprites/Props/outhouse-yellow.ase new file mode 100644 index 0000000..2e4d1d2 Binary files /dev/null and b/Assets/Sprites/Props/outhouse-yellow.ase differ diff --git a/Assets/Sprites/Props/outhouse-yellow.png b/Assets/Sprites/Props/outhouse-yellow.png new file mode 100644 index 0000000..9ce5ef0 Binary files /dev/null and b/Assets/Sprites/Props/outhouse-yellow.png differ diff --git a/Assets/Sprites/Props/outhouse-yellow.png.import b/Assets/Sprites/Props/outhouse-yellow.png.import new file mode 100644 index 0000000..c410d5f --- /dev/null +++ b/Assets/Sprites/Props/outhouse-yellow.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://0sr5d40wmlx2" +path="res://.godot/imported/outhouse-yellow.png-95e11989b0ce5b38429628375d5f46cf.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Props/outhouse-yellow.png" +dest_files=["res://.godot/imported/outhouse-yellow.png-95e11989b0ce5b38429628375d5f46cf.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 diff --git a/Assets/Sprites/Props/outhouse.ase b/Assets/Sprites/Props/outhouse.ase new file mode 100644 index 0000000..5363960 Binary files /dev/null and b/Assets/Sprites/Props/outhouse.ase differ diff --git a/Assets/Sprites/Props/outhouse.png b/Assets/Sprites/Props/outhouse.png new file mode 100644 index 0000000..5482679 Binary files /dev/null and b/Assets/Sprites/Props/outhouse.png differ diff --git a/Assets/Sprites/Props/outhouse.png.import b/Assets/Sprites/Props/outhouse.png.import new file mode 100644 index 0000000..2935448 --- /dev/null +++ b/Assets/Sprites/Props/outhouse.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbiyfs4wohp20" +path="res://.godot/imported/outhouse.png-d8ffe267c778860b442116212a9992e4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Sprites/Props/outhouse.png" +dest_files=["res://.godot/imported/outhouse.png-d8ffe267c778860b442116212a9992e4.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 diff --git a/Entities/Campfire.tscn b/Entities/Campfire.tscn index dae1939..d658cc5 100644 --- a/Entities/Campfire.tscn +++ b/Entities/Campfire.tscn @@ -1,14 +1,17 @@ -[gd_scene load_steps=7 format=3 uid="uid://dhl071rj5wyvx"] +[gd_scene load_steps=8 format=3 uid="uid://dhl071rj5wyvx"] [ext_resource type="Script" path="res://Entities/Campfire.cs" id="1_w4gfp"] [ext_resource type="Resource" uid="uid://c2om4y0fm81yr" path="res://Assets/Dialogue/clone-machine.dialogue" id="2_s6cen"] [ext_resource type="Texture2D" uid="uid://coarr28adgo1u" path="res://Assets/Sprites/Particles/point-light.png" id="3_lm3vq"] -[ext_resource type="Texture2D" uid="uid://bqc7k0rstj7xt" path="res://Assets/Sprites/lidl-okayeg-placeholder.png" id="3_o7u16"] +[ext_resource type="Texture2D" uid="uid://dbiyfs4wohp20" path="res://Assets/Sprites/Props/outhouse.png" id="3_p1ha3"] [ext_resource type="PackedScene" uid="uid://dldnp8eunxj3q" path="res://BoundingBoxes/InteractionTrigger.tscn" id="4_yoo3p"] [sub_resource type="CircleShape2D" id="CircleShape2D_pdkmj"] radius = 20.0 +[sub_resource type="RectangleShape2D" id="RectangleShape2D_bw3hg"] +size = Vector2(20, 23) + [node name="Campfire" type="StaticBody2D"] texture_filter = 3 position = Vector2(0, -8) @@ -16,10 +19,12 @@ script = ExtResource("1_w4gfp") DialogueResource = ExtResource("2_s6cen") [node name="Sprite2D" type="Sprite2D" parent="."] -position = Vector2(0, -8) -texture = ExtResource("3_o7u16") +texture = ExtResource("3_p1ha3") +centered = false +offset = Vector2(-12, -28) [node name="PointLight2D" type="PointLight2D" parent="."] +visible = false color = Color(0.996078, 0.780392, 0.615686, 1) energy = 2.0 blend_mode = 2 @@ -40,4 +45,8 @@ offset_bottom = -19.0 [node name="Label" parent="InteractionTrigger/Popup" index="0"] text = "Clone Machine" +[node name="CollisionShape2D" type="CollisionShape2D" parent="."] +position = Vector2(0, -3.5) +shape = SubResource("RectangleShape2D_bw3hg") + [editable path="InteractionTrigger"]