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/Forest/Trees/PineConeTree/PineConeTree.png
Normal file
BIN
Objects/Forest/Trees/PineConeTree/PineConeTree.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
34
Objects/Forest/Trees/PineConeTree/PineConeTree.png.import
Normal file
34
Objects/Forest/Trees/PineConeTree/PineConeTree.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://hyktr8hiyxmr"
|
||||
path="res://.godot/imported/PineConeTree.png-63f08c0d0943771584b7c3a5ed8e705a.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Forest/Trees/PineConeTree/PineConeTree.png"
|
||||
dest_files=["res://.godot/imported/PineConeTree.png-63f08c0d0943771584b7c3a5ed8e705a.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/Forest/Trees/PineConeTree/PineConeTree.tscn
Normal file
45
Objects/Forest/Trees/PineConeTree/PineConeTree.tscn
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://bcww7fmye2u2p"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://xdiytyukup38" path="res://Objects/Scavengeable/scavenge_item.tscn" id="1_6bmme"]
|
||||
[ext_resource type="Texture2D" uid="uid://hyktr8hiyxmr" path="res://Objects/Forest/Trees/PineConeTree/PineConeTree.png" id="2_aryt0"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/Branch.gd" id="3_lveeu"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/Pinecone.gd" id="4_kqodb"]
|
||||
[ext_resource type="Script" path="res://Items/Plants/PineNeedles.gd" id="5_202m7"]
|
||||
[ext_resource type="Script" path="res://Items/Natural/Resin.gd" id="6_bujmp"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_tthpk"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_aryt0")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="OakTree" instance=ExtResource("1_6bmme")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-2, -132)
|
||||
sprite_frames = SubResource("SpriteFrames_tthpk")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-9.5, 76.5, 19.5, 76.5, 19.5, 90.5, -9.5, 90.5)
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -27.0
|
||||
offset_top = -42.0
|
||||
offset_right = 29.0
|
||||
offset_bottom = 90.0
|
||||
|
||||
[node name="Scavengeable" parent="." index="3"]
|
||||
scavengeDifficulty = 15
|
||||
dropItemClasses = Array[Resource]([ExtResource("3_lveeu"), ExtResource("4_kqodb"), ExtResource("5_202m7"), ExtResource("6_bujmp")])
|
||||
dropItemProbabilities = Array[int]([2, 2, 3, 1])
|
||||
xpRewards = Array[int]([5, 7, 3, 21])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-70, 6), Vector2(35, 10), Vector2(-35, 10), Vector2(70, 6), Vector2(0, 15)])
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Scavengeable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue