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/Beach/SandPile/SandPile.png
Normal file
BIN
Objects/Beach/SandPile/SandPile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 974 B |
34
Objects/Beach/SandPile/SandPile.png.import
Normal file
34
Objects/Beach/SandPile/SandPile.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c70wqa7k854yf"
|
||||
path="res://.godot/imported/SandPile.png-e49baf29a6d1802f42293f103b1fef6d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Beach/SandPile/SandPile.png"
|
||||
dest_files=["res://.godot/imported/SandPile.png-e49baf29a6d1802f42293f103b1fef6d.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
|
||||
58
Objects/Beach/SandPile/SandPile.tscn
Normal file
58
Objects/Beach/SandPile/SandPile.tscn
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
[gd_scene load_steps=10 format=3 uid="uid://bvc4726m0qtyp"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_xy0xs"]
|
||||
[ext_resource type="Texture2D" uid="uid://c70wqa7k854yf" path="res://Objects/Beach/SandPile/SandPile.png" id="2_vd6cs"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="3_1r6jb"]
|
||||
[ext_resource type="PackedScene" uid="uid://cgqntk262jowi" path="res://Interactions/Scavenging/scavengeable.tscn" id="4_7i3np"]
|
||||
[ext_resource type="Script" path="res://Items/Natural/Sand.gd" id="5_uwl3m"]
|
||||
[ext_resource type="Script" path="res://Items/Toys/Beach/TowerMould.gd" id="6_gkqem"]
|
||||
[ext_resource type="Script" path="res://Items/Toys/Beach/ToyShovel.gd" id="7_2xqbp"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_nn37b"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_vd6cs")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_m8ih3"]
|
||||
size = Vector2(130, 26)
|
||||
|
||||
[node name="Log" instance=ExtResource("1_xy0xs")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(0, -22)
|
||||
sprite_frames = SubResource("SpriteFrames_nn37b")
|
||||
|
||||
[node name="StaticBody2D" parent="." index="1"]
|
||||
position = Vector2(0, 2)
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(56, 19, 68, 15, 75, 11, 72, 2, 67, -4, 52, -7, 33, -8, 7, -8, -12, -8, -32, -8, -48, -6, -55, -3, -73, -1, -75, 6, -75, 14, -71, 19, -51, 19, -41, 17, -23, 19, 15, 19)
|
||||
|
||||
[node name="Interactable" parent="." index="2" instance=ExtResource("3_1r6jb")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -50.0
|
||||
offset_top = -63.0
|
||||
offset_right = 68.0
|
||||
offset_bottom = 18.0
|
||||
|
||||
[node name="Scavengeable" parent="." index="3" instance=ExtResource("4_7i3np")]
|
||||
scavengeDifficulty = 3
|
||||
dropItemClasses = Array[Resource]([ExtResource("5_uwl3m"), ExtResource("6_gkqem"), ExtResource("7_2xqbp")])
|
||||
dropItemProbabilities = Array[int]([10, 1, 1])
|
||||
xpRewards = Array[int]([1, 28, 23])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(-100, 25), Vector2(-50, 40), Vector2(0, 45), Vector2(50, 40), Vector2(100, 25)])
|
||||
|
||||
[node name="CollisionShape2D" parent="Scavengeable/InteractionArea" index="0"]
|
||||
position = Vector2(9, 7)
|
||||
shape = SubResource("RectangleShape2D_m8ih3")
|
||||
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
[editable path="Scavengeable"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue