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: 928 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cn2qexqrtgngh"
path="res://.godot/imported/SunningRock.png-0e294f7f63f34c6e309fbdc1e5a151bf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Beach/SunningRock/SunningRock.png"
dest_files=["res://.godot/imported/SunningRock.png-0e294f7f63f34c6e309fbdc1e5a151bf.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,47 @@
[gd_scene load_steps=7 format=3 uid="uid://baj3yy1yf65uw"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_uy7qk"]
[ext_resource type="Texture2D" uid="uid://cn2qexqrtgngh" path="res://Objects/Beach/SunningRock/SunningRock.png" id="2_xlqsx"]
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_e7rkt"]
[ext_resource type="PackedScene" uid="uid://dcmfjvp8h6k33" path="res://Interactions/SunningRock/SunningRockInteration.tscn" id="4_bdtrm"]
[sub_resource type="SpriteFrames" id="SpriteFrames_fts7c"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_xlqsx")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_dxbwj"]
radius = 45.0
height = 268.0
[node name="SunningRock" instance=ExtResource("1_uy7qk")]
[node name="AnimatedSprite2D" parent="." index="0"]
sprite_frames = SubResource("SpriteFrames_fts7c")
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
polygon = PackedVector2Array(28, -23, 83, -22, 106, -19, 126, -10, 128, 17, 114, 35, 92, 46, 68, 46, 43, 44, 5, 41, -30, 39, -63, 33, -92, 30, -115, 24, -126, 10, -126, -26, -119, -31, -91, -35, -60, -35, -19, -31)
[node name="Interactable" parent="." index="2" instance=ExtResource("3_e7rkt")]
[node name="Panel" parent="Interactable" index="1"]
offset_left = -117.0
offset_top = -38.0
offset_right = 126.0
offset_bottom = 31.0
[node name="SunningRockInteraction" parent="." index="3" instance=ExtResource("4_bdtrm")]
[node name="CollisionShape2D" parent="SunningRockInteraction/InteractionArea" index="0"]
rotation = 1.5708
shape = SubResource("CapsuleShape2D_dxbwj")
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="SunningRockInteraction"]