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/MusicBox/MusicBox.png
Normal file
BIN
Objects/MusicBox/MusicBox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
34
Objects/MusicBox/MusicBox.png.import
Normal file
34
Objects/MusicBox/MusicBox.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dlf6maer3k5oq"
|
||||
path="res://.godot/imported/MusicBox.png-ae6015ec817f91d19b20091930fe9bf1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/MusicBox/MusicBox.png"
|
||||
dest_files=["res://.godot/imported/MusicBox.png-ae6015ec817f91d19b20091930fe9bf1.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
|
||||
23
Objects/MusicBox/MusicBox.tscn
Normal file
23
Objects/MusicBox/MusicBox.tscn
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://c56libjobd7at"]
|
||||
|
||||
[ext_resource type="AudioStream" uid="uid://cuac3ho7a77jx" path="res://Sounds/OST/Pigeon Park.wav" id="1_jxkdy"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlf6maer3k5oq" path="res://Objects/MusicBox/MusicBox.png" id="2_lekfo"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_85jss"]
|
||||
size = Vector2(98, 51)
|
||||
|
||||
[node name="MusicBox" type="StaticBody2D"]
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("1_jxkdy")
|
||||
autoplay = true
|
||||
max_distance = 800.0
|
||||
attenuation = 6.27666
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
z_index = 1
|
||||
texture = ExtResource("2_lekfo")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(-4, 22)
|
||||
shape = SubResource("RectangleShape2D_85jss")
|
||||
Loading…
Add table
Add a link
Reference in a new issue