It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
BIN
Objects/Beach/Anthill/Anthill.png
Normal file
BIN
Objects/Beach/Anthill/Anthill.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 590 B |
34
Objects/Beach/Anthill/Anthill.png.import
Normal file
34
Objects/Beach/Anthill/Anthill.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://y5nogv4b31b"
|
||||
path="res://.godot/imported/Anthill.png-9cea9bfd50a1f0e696a370733abb8501.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Anthill/Anthill.png"
|
||||
dest_files=["res://.godot/imported/Anthill.png-9cea9bfd50a1f0e696a370733abb8501.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
|
||||
50
Objects/Beach/Anthill/Anthill.tscn
Normal file
50
Objects/Beach/Anthill/Anthill.tscn
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://xko1exyivbvn"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_exemm"]
|
||||
[ext_resource type="Texture2D" uid="uid://y5nogv4b31b" path="res://Objects/Beach/Anthill/Anthill.png" id="2_gxifi"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_ejm25"]
|
||||
[ext_resource type="PackedScene" uid="uid://bopvdfj5s3eax" path="res://Interactions/Cleaning/CleaningInteration.tscn" id="4_gg3fv"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_fgco6"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_gxifi")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_1wvnw"]
|
||||
radius = 37.1214
|
||||
|
||||
[node name="Anthill" instance=ExtResource("1_exemm")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(2, -16)
|
||||
sprite_frames = SubResource("SpriteFrames_fgco6")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(-0.5, 12)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-43.5, -2, -51.5, -7, -51.5, -12, -25.5, -13, 12.5, -13, 53.5, -12, 56.5, -8, 56.5, -4, 53.5, -2, 45.5, 2, -2.5, 2, -26.5, 0)
|
||||
|
||||
[node name="Interactable" parent="." index="2" instance=ExtResource("3_ejm25")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -49.0
|
||||
offset_top = -49.0
|
||||
offset_right = 56.0
|
||||
offset_bottom = 15.0
|
||||
|
||||
[node name="CleaningInteraction" parent="." index="3" instance=ExtResource("4_gg3fv")]
|
||||
|
||||
[node name="CollisionShape2D" parent="CleaningInteraction/InteractionArea" index="0"]
|
||||
position = Vector2(0, -13)
|
||||
shape = SubResource("CircleShape2D_1wvnw")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="CleaningInteraction"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue