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/Faire/SnacksStand/SnacksStand.png
Normal file
BIN
Objects/Faire/SnacksStand/SnacksStand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
34
Objects/Faire/SnacksStand/SnacksStand.png.import
Normal file
34
Objects/Faire/SnacksStand/SnacksStand.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://3uvk1dnvqebp"
|
||||
path="res://.godot/imported/SnacksStand.png-b8a6c1cfa57a49b9a8c604a71efc039c.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Faire/SnacksStand/SnacksStand.png"
|
||||
dest_files=["res://.godot/imported/SnacksStand.png-b8a6c1cfa57a49b9a8c604a71efc039c.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
|
||||
53
Objects/Faire/SnacksStand/SnacksStand.tscn
Normal file
53
Objects/Faire/SnacksStand/SnacksStand.tscn
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://ckiksd5rv4xe6"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_ojyrs"]
|
||||
[ext_resource type="Texture2D" uid="uid://3uvk1dnvqebp" path="res://Objects/Faire/SnacksStand/SnacksStand.png" id="2_buwyg"]
|
||||
[ext_resource type="Script" path="res://NPCs/Faire/SnacksGecko/SnacksShop.gd" id="5_rcl6m"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="5_s8jsq"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkcbmgfe3yk6y" path="res://Interactions/Shopping/ShopHaver.tscn" id="6_76bql"]
|
||||
[ext_resource type="PackedScene" uid="uid://htt14aincihu" path="res://NPCs/Faire/SnacksGecko/SnacksGecko.tscn" id="6_jdaqh"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_t3k5k"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_buwyg")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_gpih5"]
|
||||
radius = 106.019
|
||||
|
||||
[node name="SnacksStand" instance=ExtResource("1_ojyrs")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(3, -106)
|
||||
sprite_frames = SubResource("SpriteFrames_t3k5k")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-191, -4, 195, -8, 190, 14, -186, 14)
|
||||
|
||||
[node name="Interactable" parent="." index="2" instance=ExtResource("5_s8jsq")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -144.0
|
||||
offset_top = -134.0
|
||||
offset_right = -52.0
|
||||
offset_bottom = -94.0
|
||||
|
||||
[node name="ShopHaver" parent="." index="3" instance=ExtResource("6_76bql")]
|
||||
script = ExtResource("5_rcl6m")
|
||||
|
||||
[node name="CollisionShape2D" parent="ShopHaver/InteractionArea" index="0"]
|
||||
position = Vector2(-69, -77)
|
||||
shape = SubResource("CircleShape2D_gpih5")
|
||||
|
||||
[node name="SnacksGecko" parent="." index="4" instance=ExtResource("6_jdaqh")]
|
||||
position = Vector2(103, -68)
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="ShopHaver"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue