clone machine outhouse sprite

godot-4.2
HumanoidSandvichDispenser 2023-10-02 00:08:48 -07:00
parent b542bbe01c
commit f09a880612
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
8 changed files with 81 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

View File

@ -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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View File

@ -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

View File

@ -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"]