clegg
This commit is contained in:
commit
6a269eb236
97 changed files with 2137 additions and 0 deletions
BIN
tilesets/block.png
Normal file
BIN
tilesets/block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
34
tilesets/block.png.import
Normal file
34
tilesets/block.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b460bcnqqpjum"
|
||||
path="res://.godot/imported/block.png-089e514f545622f39a3d5f4d0387ef86.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://tilesets/block.png"
|
||||
dest_files=["res://.godot/imported/block.png-089e514f545622f39a3d5f4d0387ef86.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
|
15
tilesets/death.tres
Normal file
15
tilesets/death.tres
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="TileSet" load_steps=3 format=3 uid="uid://kdpofvscbp6m"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bjirp2g8mawch" path="res://spikes.png" id="1_mfmc3"]
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_0b4aj"]
|
||||
texture = ExtResource("1_mfmc3")
|
||||
texture_region_size = Vector2i(64, 64)
|
||||
0:0/0 = 0
|
||||
0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-32, -32, 32, -32, 32, 32, -32, 32)
|
||||
|
||||
[resource]
|
||||
tile_size = Vector2i(64, 64)
|
||||
physics_layer_0/collision_layer = 1
|
||||
physics_layer_0/collision_mask = 8
|
||||
sources/0 = SubResource("TileSetAtlasSource_0b4aj")
|
38
tilesets/tile.tres
Normal file
38
tilesets/tile.tres
Normal file
|
@ -0,0 +1,38 @@
|
|||
[gd_resource type="TileSet" load_steps=5 format=3 uid="uid://cbvgfixmub3am"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dla2vwxy8vmt8" path="res://block.png" id="1_br521"]
|
||||
[ext_resource type="Texture2D" uid="uid://b460bcnqqpjum" path="res://tilesets/block.png" id="2_5jwfb"]
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_5jwfb"]
|
||||
texture = ExtResource("1_br521")
|
||||
texture_region_size = Vector2i(64, 64)
|
||||
3:1/0 = 0
|
||||
3:0/0 = 0
|
||||
2:0/0 = 0
|
||||
0:0/0 = 0
|
||||
0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-32, -32, 32, -32, 32, 32, -32, 32)
|
||||
1:1/0 = 0
|
||||
2:1/0 = 0
|
||||
3:2/0 = 0
|
||||
3:3/0 = 0
|
||||
2:3/0 = 0
|
||||
1:2/0 = 0
|
||||
0:1/0 = 0
|
||||
1:0/0 = 0
|
||||
2:2/0 = 0
|
||||
1:3/0 = 0
|
||||
0:3/0 = 0
|
||||
0:2/0 = 0
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_uehjq"]
|
||||
texture = ExtResource("2_5jwfb")
|
||||
texture_region_size = Vector2i(32, 32)
|
||||
0:0/0 = 0
|
||||
0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16)
|
||||
|
||||
[resource]
|
||||
tile_size = Vector2i(32, 32)
|
||||
physics_layer_0/collision_layer = 2
|
||||
physics_layer_0/collision_mask = 31
|
||||
sources/0 = SubResource("TileSetAtlasSource_5jwfb")
|
||||
sources/1 = SubResource("TileSetAtlasSource_uehjq")
|
Loading…
Add table
Add a link
Reference in a new issue