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: 2.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dxp7g3nx2pgrg"
path="res://.godot/imported/PlayerBed.png-e730cb87c0f108e7ef04841dbf12573b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/HomeArea/PlayerHome/PlayerBed.png"
dest_files=["res://.godot/imported/PlayerBed.png-e730cb87c0f108e7ef04841dbf12573b.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,27 @@
[gd_scene load_steps=4 format=3 uid="uid://blu5f8fp8aq1d"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_ne3ti"]
[ext_resource type="Texture2D" uid="uid://dxp7g3nx2pgrg" path="res://Objects/HomeArea/PlayerHome/PlayerBed.png" id="2_3q5s2"]
[sub_resource type="SpriteFrames" id="SpriteFrames_qp1l5"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_3q5s2")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="PlayerBed" instance=ExtResource("1_ne3ti")]
[node name="AnimatedSprite2D" parent="." index="0"]
position = Vector2(0, 57)
sprite_frames = SubResource("SpriteFrames_qp1l5")
[node name="StaticBody2D" parent="." index="1"]
position = Vector2(0, 57)
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
polygon = PackedVector2Array(-73, -56, 71, -57, 74, 103, -73, 103)