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/Hole/BeachHole.png
Normal file
BIN
Objects/Beach/Hole/BeachHole.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 439 B |
34
Objects/Beach/Hole/BeachHole.png.import
Normal file
34
Objects/Beach/Hole/BeachHole.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dxh2ma3cc001r"
|
||||
path="res://.godot/imported/BeachHole.png-998a873a78cc0f2667404c9ad97a1458.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Hole/BeachHole.png"
|
||||
dest_files=["res://.godot/imported/BeachHole.png-998a873a78cc0f2667404c9ad97a1458.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
|
||||
45
Objects/Beach/Hole/BeachHole.tscn
Normal file
45
Objects/Beach/Hole/BeachHole.tscn
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://biub2nouns0d0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_2aocq"]
|
||||
[ext_resource type="Texture2D" uid="uid://dxh2ma3cc001r" path="res://Objects/Beach/Hole/BeachHole.png" id="2_dwtnv"]
|
||||
[ext_resource type="PackedScene" uid="uid://dr1lpq37n4qar" path="res://Interactions/BeachHole/BeachHoleInteraction.tscn" id="3_03cu5"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_hkvqq"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_kiswx"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_dwtnv")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_js0fx"]
|
||||
radius = 33.0
|
||||
|
||||
[node name="BeachHole" instance=ExtResource("1_2aocq")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
sprite_frames = SubResource("SpriteFrames_kiswx")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-26, 11, -32, 3, -32, -4, -26, -13, -13, -18, -7, -19, 7, -19, 20, -16, 28, -11, 32, -5, 32, 3, 30, 8, 21, 15, 6, 19, -6, 19, -19, 16)
|
||||
|
||||
[node name="BeachHoleInteraction" parent="." index="2" instance=ExtResource("3_03cu5")]
|
||||
|
||||
[node name="CollisionShape2D" parent="BeachHoleInteraction/InteractionArea" index="0"]
|
||||
shape = SubResource("CircleShape2D_js0fx")
|
||||
|
||||
[node name="Interactable" parent="." index="3" instance=ExtResource("4_hkvqq")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -32.0
|
||||
offset_top = -18.0
|
||||
offset_right = 32.0
|
||||
offset_bottom = 19.0
|
||||
|
||||
[editable path="BeachHoleInteraction"]
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue