mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 04:25:53 +00:00
Mapping
This commit is contained in:
parent
19843bd05b
commit
63ddb418a3
5 changed files with 84 additions and 5 deletions
35
Scenes/Props/BigTank.tscn
Normal file
35
Scenes/Props/BigTank.tscn
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://b0k2grrc8xp1l"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scenes/Barrel.cs" id="1_xmxyc"]
|
||||
[ext_resource type="PackedScene" uid="uid://c53lpgcvld227" path="res://Scenes/Detritus.tscn" id="2_2ajyr"]
|
||||
[ext_resource type="PackedScene" uid="uid://jmijre3eaf8m" path="res://Scenes/Explosion.tscn" id="3_cvv71"]
|
||||
[ext_resource type="Texture2D" uid="uid://csivp4uxfmard" path="res://Sprites/Props/BigTank.png" id="4_tvvum"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0nhpj"]
|
||||
size = Vector2(32, 36)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_s3n6b"]
|
||||
size = Vector2(32, 36)
|
||||
|
||||
[node name="BigTank" type="Area2D"]
|
||||
collision_layer = 64
|
||||
collision_mask = 10
|
||||
script = ExtResource("1_xmxyc")
|
||||
Health = 16.0
|
||||
DebrisScene = ExtResource("2_2ajyr")
|
||||
ExplosionParticles = ExtResource("3_cvv71")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("4_tvvum")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, -1)
|
||||
shape = SubResource("RectangleShape2D_0nhpj")
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D" parent="."]
|
||||
collision_layer = 64
|
||||
collision_mask = 10
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
position = Vector2(0, -1)
|
||||
shape = SubResource("RectangleShape2D_s3n6b")
|
||||
File diff suppressed because one or more lines are too long
BIN
Sprites/Props/BigTank.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Props/BigTank.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Props/BigTank.png
(Stored with Git LFS)
Normal file
BIN
Sprites/Props/BigTank.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/Props/BigTank.png.import
Normal file
34
Sprites/Props/BigTank.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://csivp4uxfmard"
|
||||
path="res://.godot/imported/BigTank.png-282c0459adafcfff8025f9f38f8c551d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/Props/BigTank.png"
|
||||
dest_files=["res://.godot/imported/BigTank.png-282c0459adafcfff8025f9f38f8c551d.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue