It's Cow Game! Version 2.04!

This commit is contained in:
PajamaBee 2024-09-19 23:06:51 -05:00
commit a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bv8kjg7oadvl5"
path="res://.godot/imported/RefillMachine.png-b582ba91fff63cbd8aa2f99ec8ef3fdd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/RefillMachine/RefillMachine.png"
dest_files=["res://.godot/imported/RefillMachine.png-b582ba91fff63cbd8aa2f99ec8ef3fdd.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

@ -0,0 +1,50 @@
[gd_scene load_steps=7 format=3 uid="uid://pyrn1ggu6art"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_whvni"]
[ext_resource type="Texture2D" uid="uid://bv8kjg7oadvl5" path="res://Objects/Beach/RefillMachine/RefillMachine.png" id="2_gw7nu"]
[ext_resource type="PackedScene" uid="uid://0ltsucnpwie2" path="res://Interactions/Refilling/RefillingInteration.tscn" id="3_5pj16"]
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_ah4c7"]
[sub_resource type="SpriteFrames" id="SpriteFrames_83nsk"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_gw7nu")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uxbvb"]
size = Vector2(81, 23)
[node name="RefillMachine" instance=ExtResource("1_whvni")]
[node name="AnimatedSprite2D" parent="." index="0"]
position = Vector2(0, -47)
sprite_frames = SubResource("SpriteFrames_83nsk")
[node name="StaticBody2D" parent="." index="1"]
position = Vector2(0, -43)
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
position = Vector2(0, -3)
polygon = PackedVector2Array(-39, 46, 36, 46, 40, 46, 40, 52, 36, 62, -39, 62)
[node name="RefillingInteraction" parent="." index="2" instance=ExtResource("3_5pj16")]
[node name="CollisionShape2D" parent="RefillingInteraction/InteractionArea" index="0"]
position = Vector2(-0.5, 5.5)
shape = SubResource("RectangleShape2D_uxbvb")
[node name="Interactable" parent="." index="3" instance=ExtResource("4_ah4c7")]
[node name="Panel" parent="Interactable" index="1"]
offset_left = -39.0
offset_right = 36.0
offset_bottom = 16.0
[editable path="RefillingInteraction"]
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]