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/JuiceCafe/Table/Table.png
Normal file
BIN
Objects/JuiceCafe/Table/Table.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
34
Objects/JuiceCafe/Table/Table.png.import
Normal file
34
Objects/JuiceCafe/Table/Table.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c0nxuy4a8mna0"
|
||||
path="res://.godot/imported/Table.png-6aae8a572a6d3395b2d435d3bcc4c308.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/JuiceCafe/Table/Table.png"
|
||||
dest_files=["res://.godot/imported/Table.png-6aae8a572a6d3395b2d435d3bcc4c308.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
|
||||
54
Objects/JuiceCafe/Table/juice_table.tscn
Normal file
54
Objects/JuiceCafe/Table/juice_table.tscn
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
[gd_scene load_steps=10 format=3 uid="uid://cylkhfv8ohox3"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_210mi"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0nxuy4a8mna0" path="res://Objects/JuiceCafe/Table/Table.png" id="2_ivgr7"]
|
||||
[ext_resource type="PackedScene" uid="uid://cgqntk262jowi" path="res://Interactions/Scavenging/scavengeable.tscn" id="3_y4tnm"]
|
||||
[ext_resource type="Script" path="res://Items/Dishes/Cup.gd" id="4_8e5sk"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="4_f534x"]
|
||||
[ext_resource type="Script" path="res://Items/Foods/Packaged/SugarPacket.gd" id="5_ud1bm"]
|
||||
[ext_resource type="Script" path="res://Items/Foods/Snack/Pretzel.gd" id="6_ma06b"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_6k2eg"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_ivgr7")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_410gg"]
|
||||
radius = 56.0357
|
||||
|
||||
[node name="JuiceTable" instance=ExtResource("1_210mi")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
sprite_frames = SubResource("SpriteFrames_6k2eg")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
position = Vector2(3, 1)
|
||||
polygon = PackedVector2Array(-10, 49, -10, 31, -31, 26, -47, 16, -62, -1, -3, -1, 55, -1, 40, 17, 26, 26, 3, 31, 3, 49, 8, 53, 8, 62, 1, 68, -8, 68, -14, 62, -15, 54)
|
||||
|
||||
[node name="Scavengeable" parent="." index="2" instance=ExtResource("3_y4tnm")]
|
||||
dropItemClasses = Array[Resource]([ExtResource("4_8e5sk"), ExtResource("5_ud1bm"), ExtResource("6_ma06b")])
|
||||
dropItemProbabilities = Array[int]([1, 2, 2])
|
||||
xpRewards = Array[int]([5, 2, 2])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-25, -35), Vector2(37, 0), Vector2(-37, 0), Vector2(25, -35), Vector2(0, 12)])
|
||||
|
||||
[node name="CollisionShape2D" parent="Scavengeable/InteractionArea" index="0"]
|
||||
position = Vector2(0, -14)
|
||||
shape = SubResource("CircleShape2D_410gg")
|
||||
|
||||
[node name="Interactable" parent="." index="3" instance=ExtResource("4_f534x")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -47.0
|
||||
offset_top = -52.0
|
||||
offset_right = 47.0
|
||||
offset_bottom = 18.0
|
||||
|
||||
[editable path="Scavengeable"]
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue