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/Tutorial/Barrel/OrangeBarrel.png
Normal file
BIN
Objects/Tutorial/Barrel/OrangeBarrel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
34
Objects/Tutorial/Barrel/OrangeBarrel.png.import
Normal file
34
Objects/Tutorial/Barrel/OrangeBarrel.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d1twvax6746du"
|
||||
path="res://.godot/imported/OrangeBarrel.png-1942d84f73600a4f8832bfd6da5f02f2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Tutorial/Barrel/OrangeBarrel.png"
|
||||
dest_files=["res://.godot/imported/OrangeBarrel.png-1942d84f73600a4f8832bfd6da5f02f2.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/Tutorial/Barrel/OrangeBarrel.tscn
Normal file
58
Objects/Tutorial/Barrel/OrangeBarrel.tscn
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://d14udc4fo4gqq"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cgqntk262jowi" path="res://Interactions/Scavenging/scavengeable.tscn" id="1_cywxe"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="2_7ix40"]
|
||||
[ext_resource type="Script" path="res://Items/Foods/Fruits/Orange.gd" id="2_ho0dk"]
|
||||
[ext_resource type="Texture2D" uid="uid://d1twvax6746du" path="res://Objects/Tutorial/Barrel/OrangeBarrel.png" id="3_84d73"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_cuha2"]
|
||||
radius = 85.0941
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_41m44"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_84d73")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="OrangeBarrel" type="StaticBody2D"]
|
||||
|
||||
[node name="Scavengeable" parent="." instance=ExtResource("1_cywxe")]
|
||||
dropItemClasses = Array[Resource]([ExtResource("2_ho0dk")])
|
||||
dropItemProbabilities = Array[int]([1])
|
||||
xpRewards = Array[int]([3])
|
||||
dropItemLocationOffsets = Array[Vector2]([Vector2(50, 20), Vector2(0, 25), Vector2(-50, 20)])
|
||||
|
||||
[node name="CollisionShape2D" parent="Scavengeable/InteractionArea" index="0"]
|
||||
position = Vector2(0, -50)
|
||||
shape = SubResource("CircleShape2D_cuha2")
|
||||
|
||||
[node name="ScavengeBar" parent="Scavengeable" index="1"]
|
||||
offset_left = -64.0
|
||||
offset_top = -157.0
|
||||
offset_right = 66.0
|
||||
offset_bottom = -142.0
|
||||
|
||||
[node name="Interactable" parent="." instance=ExtResource("2_7ix40")]
|
||||
|
||||
[node name="Panel" parent="Interactable" index="1"]
|
||||
offset_left = -45.0
|
||||
offset_top = -106.0
|
||||
offset_right = 42.0
|
||||
offset_bottom = 1.0
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(0, -57)
|
||||
sprite_frames = SubResource("SpriteFrames_41m44")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionPolygon2D" parent="."]
|
||||
position = Vector2(0, -35)
|
||||
polygon = PackedVector2Array(-10, 34, -26, 28, -39, 19, -41, 10, -37, 5, -23, 0, -2, 0, 20, -1, 35, 1, 39, 7, 38, 17, 29, 25, 15, 32, 0, 35)
|
||||
|
||||
[editable path="Scavengeable"]
|
||||
[editable path="Interactable"]
|
||||
[editable path="Interactable/ActionMenu"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue