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/HomeArea/VeggieStand/VeggieStand.png
Normal file
BIN
Objects/HomeArea/VeggieStand/VeggieStand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
34
Objects/HomeArea/VeggieStand/VeggieStand.png.import
Normal file
34
Objects/HomeArea/VeggieStand/VeggieStand.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dtmk4vjjghefa"
|
||||
path="res://.godot/imported/VeggieStand.png-e3aacd285902c9f302e1bafcf5f11908.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/HomeArea/VeggieStand/VeggieStand.png"
|
||||
dest_files=["res://.godot/imported/VeggieStand.png-e3aacd285902c9f302e1bafcf5f11908.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
|
||||
50
Objects/HomeArea/VeggieStand/VeggieStand.tscn
Normal file
50
Objects/HomeArea/VeggieStand/VeggieStand.tscn
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://56j8fwjgcasp"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_kvh8t"]
|
||||
[ext_resource type="Texture2D" uid="uid://dtmk4vjjghefa" path="res://Objects/HomeArea/VeggieStand/VeggieStand.png" id="2_70d0k"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_txoxr"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkcbmgfe3yk6y" path="res://Interactions/Shopping/ShopHaver.tscn" id="4_rpgd0"]
|
||||
[ext_resource type="Script" path="res://Interactions/Shopping/VeggieStandShop.gd" id="5_8g1fh"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_nvnup"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_70d0k")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_xdl0g"]
|
||||
radius = 52.0096
|
||||
|
||||
[node name="VeggieStand" instance=ExtResource("1_kvh8t")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -40)
|
||||
sprite_frames = SubResource("SpriteFrames_nvnup")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
position = Vector2(0, -40)
|
||||
polygon = PackedVector2Array(-94, 40, 95, 40, 95, 72, -94, 72)
|
||||
|
||||
[node name="Interactable" parent="." index="2" instance=ExtResource("3_txoxr")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -75.0
|
||||
offset_top = -18.0
|
||||
offset_right = -26.0
|
||||
offset_bottom = 24.0
|
||||
|
||||
[node name="ShopHaver" parent="." index="3" instance=ExtResource("4_rpgd0")]
|
||||
script = ExtResource("5_8g1fh")
|
||||
|
||||
[node name="CollisionShape2D" parent="ShopHaver/InteractionArea" index="0"]
|
||||
position = Vector2(-45, -3)
|
||||
shape = SubResource("CircleShape2D_xdl0g")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="ShopHaver"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue