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/Museum/MoneyStand/MoneyStand.png
Normal file
BIN
Objects/Museum/MoneyStand/MoneyStand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
34
Objects/Museum/MoneyStand/MoneyStand.png.import
Normal file
34
Objects/Museum/MoneyStand/MoneyStand.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://tgwrkuft1x1"
|
||||
path="res://.godot/imported/MoneyStand.png-ba4462f7a0390872a70b5283b8374833.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Museum/MoneyStand/MoneyStand.png"
|
||||
dest_files=["res://.godot/imported/MoneyStand.png-ba4462f7a0390872a70b5283b8374833.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.85
|
||||
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
|
||||
25
Objects/Museum/MoneyStand/MoneyStand.tscn
Normal file
25
Objects/Museum/MoneyStand/MoneyStand.tscn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dj7mbbdr3f0b7"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_wesgp"]
|
||||
[ext_resource type="Texture2D" uid="uid://tgwrkuft1x1" path="res://Objects/Museum/MoneyStand/MoneyStand.png" id="2_dcgev"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_f3p3a"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_dcgev")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="MoneyStand" instance=ExtResource("1_wesgp")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-1, -40)
|
||||
sprite_frames = SubResource("SpriteFrames_f3p3a")
|
||||
offset = Vector2(0.5, 0)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-29, 0, 27, 0, 27, 23, -29, 23)
|
||||
Loading…
Add table
Add a link
Reference in a new issue