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/Shop/ShopMenuSprite.png
Normal file
BIN
Objects/Shop/ShopMenuSprite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
34
Objects/Shop/ShopMenuSprite.png.import
Normal file
34
Objects/Shop/ShopMenuSprite.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cytbr8bwg0gq5"
|
||||
path="res://.godot/imported/ShopMenuSprite.png-f9886379150dd083e993a5724ab9c137.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Shop/ShopMenuSprite.png"
|
||||
dest_files=["res://.godot/imported/ShopMenuSprite.png-f9886379150dd083e993a5724ab9c137.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
|
||||
45
Objects/Shop/shop.tscn
Normal file
45
Objects/Shop/shop.tscn
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://xiad8cmbm2ic"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_sb73j"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="2_1pf5j"]
|
||||
[ext_resource type="Texture2D" uid="uid://cytbr8bwg0gq5" path="res://Objects/Shop/ShopMenuSprite.png" id="2_sg4uv"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkcbmgfe3yk6y" path="res://Interactions/Shopping/ShopHaver.tscn" id="3_16ap2"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_vpjmu"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_sg4uv")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_a5uyq"]
|
||||
radius = 28.0713
|
||||
|
||||
[node name="Shop" instance=ExtResource("1_sb73j")]
|
||||
|
||||
[node name="Interactable" parent="." index="0" instance=ExtResource("2_1pf5j")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -81.0
|
||||
offset_top = -65.0
|
||||
offset_right = 85.0
|
||||
offset_bottom = 61.0
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="1"]
|
||||
sprite_frames = SubResource("SpriteFrames_vpjmu")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
disabled = true
|
||||
|
||||
[node name="ShopHaver" parent="." index="3" instance=ExtResource("3_16ap2")]
|
||||
|
||||
[node name="CollisionShape2D" parent="ShopHaver/InteractionArea" index="0"]
|
||||
shape = SubResource("CircleShape2D_a5uyq")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="ShopHaver"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue