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/Arcade/Counter/Counter.png
Normal file
BIN
Objects/Arcade/Counter/Counter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 509 B |
34
Objects/Arcade/Counter/Counter.png.import
Normal file
34
Objects/Arcade/Counter/Counter.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://lsbm2tv27sr3"
|
||||
path="res://.godot/imported/Counter.png-7f5675dcdc22301b99bb9d06c6f95db9.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Arcade/Counter/Counter.png"
|
||||
dest_files=["res://.godot/imported/Counter.png-7f5675dcdc22301b99bb9d06c6f95db9.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
|
||||
BIN
Objects/Arcade/Counter/CounterSide.png
Normal file
BIN
Objects/Arcade/Counter/CounterSide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
34
Objects/Arcade/Counter/CounterSide.png.import
Normal file
34
Objects/Arcade/Counter/CounterSide.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cjr3ju2fg6cpd"
|
||||
path="res://.godot/imported/CounterSide.png-f4534814ea9dc2c410e734815160e836.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Arcade/Counter/CounterSide.png"
|
||||
dest_files=["res://.godot/imported/CounterSide.png-f4534814ea9dc2c410e734815160e836.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
|
||||
24
Objects/Arcade/Counter/arcade_counter.tscn
Normal file
24
Objects/Arcade/Counter/arcade_counter.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://xqaqxywumrme"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_dxjg2"]
|
||||
[ext_resource type="Texture2D" uid="uid://lsbm2tv27sr3" path="res://Objects/Arcade/Counter/Counter.png" id="2_3ujyx"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_0t6j7"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_3ujyx")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="ArcadeCounter" instance=ExtResource("1_dxjg2")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(1, -34)
|
||||
sprite_frames = SubResource("SpriteFrames_0t6j7")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-179, -39, 180, -39, 181, 20, -180, 20)
|
||||
24
Objects/Arcade/Counter/side_counter.tscn
Normal file
24
Objects/Arcade/Counter/side_counter.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://b4qss5ug8ra6n"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_qh6dp"]
|
||||
[ext_resource type="Texture2D" uid="uid://cjr3ju2fg6cpd" path="res://Objects/Arcade/Counter/CounterSide.png" id="2_cn3om"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_3imau"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_cn3om")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="ArcadeCounter" instance=ExtResource("1_qh6dp")]
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="0"]
|
||||
position = Vector2(-1, 65)
|
||||
sprite_frames = SubResource("SpriteFrames_3imau")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
||||
polygon = PackedVector2Array(-36, 0, 34, 0, 34, 131, -36, 130)
|
||||
Loading…
Add table
Add a link
Reference in a new issue