It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
31
Objects/Faire/YaySign/YaySign.tscn
Normal file
31
Objects/Faire/YaySign/YaySign.tscn
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://x5aixpmtonlw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_i428s"]
|
||||
[ext_resource type="Texture2D" uid="uid://513m2vfwcxdj" path="res://Objects/Faire/YaySign/fairesign1.png" id="2_xnt01"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7gqaiwtrposc" path="res://Objects/Faire/YaySign/fairesign2.png" id="3_8b2vl"]
|
||||
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_s56bi"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_l2rth"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_xnt01")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_8b2vl")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 1.4
|
||||
}]
|
||||
|
||||
[node name="YaySign" instance=ExtResource("1_i428s")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -23)
|
||||
sprite_frames = SubResource("SpriteFrames_l2rth")
|
||||
frame_progress = 0.693632
|
||||
script = ExtResource("4_s56bi")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-53, 0, 52, 0, 51, 25, -49, 25)
|
||||
BIN
Objects/Faire/YaySign/fairesign1.png
Normal file
BIN
Objects/Faire/YaySign/fairesign1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 745 B |
34
Objects/Faire/YaySign/fairesign1.png.import
Normal file
34
Objects/Faire/YaySign/fairesign1.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://513m2vfwcxdj"
|
||||
path="res://.godot/imported/fairesign1.png-8a0cc9713316d5772676ad3c4a15215c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Faire/YaySign/fairesign1.png"
|
||||
dest_files=["res://.godot/imported/fairesign1.png-8a0cc9713316d5772676ad3c4a15215c.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/Faire/YaySign/fairesign2.png
Normal file
BIN
Objects/Faire/YaySign/fairesign2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 745 B |
34
Objects/Faire/YaySign/fairesign2.png.import
Normal file
34
Objects/Faire/YaySign/fairesign2.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c7gqaiwtrposc"
|
||||
path="res://.godot/imported/fairesign2.png-a770027045a1a13eaf37af11f2bdad29.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Faire/YaySign/fairesign2.png"
|
||||
dest_files=["res://.godot/imported/fairesign2.png-a770027045a1a13eaf37af11f2bdad29.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue