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/Seaweed/Seaweed2/Seaweed1.png
Normal file
BIN
Objects/Beach/Seaweed/Seaweed2/Seaweed1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 263 B |
34
Objects/Beach/Seaweed/Seaweed2/Seaweed1.png.import
Normal file
34
Objects/Beach/Seaweed/Seaweed2/Seaweed1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bgbdpbowmbkmr"
|
||||
path="res://.godot/imported/Seaweed1.png-a39d9e0a543814979af8c7b8d7e969db.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed2/Seaweed1.png"
|
||||
dest_files=["res://.godot/imported/Seaweed1.png-a39d9e0a543814979af8c7b8d7e969db.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
|
||||
BIN
Objects/Beach/Seaweed/Seaweed2/Seaweed2.png
Normal file
BIN
Objects/Beach/Seaweed/Seaweed2/Seaweed2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 265 B |
34
Objects/Beach/Seaweed/Seaweed2/Seaweed2.png.import
Normal file
34
Objects/Beach/Seaweed/Seaweed2/Seaweed2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d16tg6lob1tky"
|
||||
path="res://.godot/imported/Seaweed2.png-ce086f5e38b577c56c798a05736a583b.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/Seaweed/Seaweed2/Seaweed2.png"
|
||||
dest_files=["res://.godot/imported/Seaweed2.png-ce086f5e38b577c56c798a05736a583b.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
|
||||
34
Objects/Beach/Seaweed/Seaweed2/Seaweed2.tscn
Normal file
34
Objects/Beach/Seaweed/Seaweed2/Seaweed2.tscn
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://c2hxcfqbowf4g"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_8vrm7"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgbdpbowmbkmr" path="res://Objects/Beach/Seaweed/Seaweed2/Seaweed1.png" id="2_giwbe"]
|
||||
[ext_resource type="Texture2D" uid="uid://d16tg6lob1tky" path="res://Objects/Beach/Seaweed/Seaweed2/Seaweed2.png" id="3_7fttd"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_d35ac"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_r0iy7"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_giwbe")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_7fttd")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
}]
|
||||
|
||||
[node name="Seaweed" instance=ExtResource("1_8vrm7")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(2, -13)
|
||||
sprite_frames = SubResource("SpriteFrames_r0iy7")
|
||||
script = ExtResource("4_d35ac")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 4)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
visible = false
|
||||
disabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue