This commit is contained in:
MaddoScientisto 2024-05-26 18:34:44 +02:00
commit 37684c6f4f
26 changed files with 374 additions and 8 deletions

22
Scenes/Barrel.tscn Normal file
View file

@ -0,0 +1,22 @@
[gd_scene load_steps=4 format=3 uid="uid://bj28qiai2x2ar"]
[ext_resource type="Texture2D" uid="uid://d2f16ke8c7vwx" path="res://Sprites/Barrel.png" id="1_e66t6"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_2ewfl"]
size = Vector2(11, 14)
[sub_resource type="AtlasTexture" id="AtlasTexture_v7gy8"]
atlas = ExtResource("1_e66t6")
region = Rect2(0, 0, 16, 16)
[node name="Barrel" type="Area2D"]
collision_layer = 64
collision_mask = 10
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0.5, -1)
shape = SubResource("RectangleShape2D_2ewfl")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_v7gy8")

View file

@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://uaf5r6cd71hu"]
[ext_resource type="Texture2D" uid="uid://d2rvjbllnogx4" path="res://Sprites/LargeTank.png" id="1_7h6ee"]
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
atlas = ExtResource("1_7h6ee")
region = Rect2(0, 0, 64, 64)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
size = Vector2(61, 61)
[node name="LargeTank" type="Area2D"]
collision_layer = 65
collision_mask = 11
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_i3nxh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0.5, -0.5)
shape = SubResource("RectangleShape2D_0nhpj")

View file

@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://7cpk3c3d8cl7"]
[ext_resource type="Texture2D" uid="uid://dqx1di84tkfft" path="res://Sprites/MediumLiquidTanks.png" id="1_mv1jg"]
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
atlas = ExtResource("1_mv1jg")
region = Rect2(64, 96, 32, 32)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
size = Vector2(28, 24)
[node name="LargeTank" type="Area2D"]
collision_layer = 65
collision_mask = 11
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_i3nxh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_0nhpj")

View file

@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://crmwuwhltmdq7"]
[ext_resource type="Texture2D" uid="uid://b80wf43ow5d8b" path="res://Sprites/MediumTank.png" id="1_y64dw"]
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
atlas = ExtResource("1_y64dw")
region = Rect2(0, 0, 64, 64)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
size = Vector2(30, 28)
[node name="LargeTank" type="Area2D"]
collision_layer = 65
collision_mask = 11
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_i3nxh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-16, -17)
shape = SubResource("RectangleShape2D_0nhpj")

View file

@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://bnhck5eh0tqxf"]
[ext_resource type="Texture2D" uid="uid://juyup7so2u4g" path="res://Sprites/MediumTerminals.png" id="1_sgrg1"]
[sub_resource type="AtlasTexture" id="AtlasTexture_i3nxh"]
atlas = ExtResource("1_sgrg1")
region = Rect2(96, 0, 32, 32)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
size = Vector2(28, 24)
[node name="LargeTank" type="Area2D"]
collision_layer = 65
collision_mask = 11
metadata/_edit_group_ = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_i3nxh")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_0nhpj")

View file

@ -135,7 +135,7 @@ animations = [{
[node name="Player" type="CharacterBody2D" node_paths=PackedStringArray("Muzzle") groups=["player"]]
collision_layer = 2
collision_mask = 35
collision_mask = 99
script = ExtResource("1_m27vu")
Speed = 2500
CrosshairDistance = 20.0

File diff suppressed because one or more lines are too long

BIN
Sprites/Barrel.aseprite (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Sprites/Barrel.png (Stored with Git LFS) Normal file

Binary file not shown.

34
Sprites/Barrel.png.import Normal file
View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2f16ke8c7vwx"
path="res://.godot/imported/Barrel.png-9c021b0d6619522c28a7c43e580a18f1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Barrel.png"
dest_files=["res://.godot/imported/Barrel.png-9c021b0d6619522c28a7c43e580a18f1.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
Sprites/BigTerminals.aseprite (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Sprites/BigTerminals.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7osq1o0siuc5"
path="res://.godot/imported/BigTerminals.png-804d04ca734a77b621e6787f61c4d236.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/BigTerminals.png"
dest_files=["res://.godot/imported/BigTerminals.png-804d04ca734a77b621e6787f61c4d236.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
Sprites/LargeTank.aseprite (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Sprites/LargeTank.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d2rvjbllnogx4"
path="res://.godot/imported/LargeTank.png-ce64a69d09610851d84d64845e31cca1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/LargeTank.png"
dest_files=["res://.godot/imported/LargeTank.png-ce64a69d09610851d84d64845e31cca1.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
Sprites/MediumLiquidTanks.aseprite (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Sprites/MediumLiquidTanks.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dqx1di84tkfft"
path="res://.godot/imported/MediumLiquidTanks.png-bbaee50ed7c310239a9ade6787214afd.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/MediumLiquidTanks.png"
dest_files=["res://.godot/imported/MediumLiquidTanks.png-bbaee50ed7c310239a9ade6787214afd.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
Sprites/MediumTank.aseprite (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Sprites/MediumTank.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b80wf43ow5d8b"
path="res://.godot/imported/MediumTank.png-c7a68ef90b788b802d5045f7495c8399.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/MediumTank.png"
dest_files=["res://.godot/imported/MediumTank.png-c7a68ef90b788b802d5045f7495c8399.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
Sprites/MediumTerminals.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://juyup7so2u4g"
path="res://.godot/imported/MediumTerminals.png-a22dbe69338bf19f56956b444f9e5d82.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/MediumTerminals.png"
dest_files=["res://.godot/imported/MediumTerminals.png-a22dbe69338bf19f56956b444f9e5d82.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
Tilesets/factory.png (Stored with Git LFS)

Binary file not shown.

View file

@ -73,6 +73,7 @@ shoot={
2d_physics/layer_4="bullets"
2d_physics/layer_5="enemies"
2d_physics/layer_6="shoot-through"
2d_physics/layer_7="solid-actors"
[physics]