Built a simple 'World 1-1' level to test platforming

This commit is contained in:
2026-03-13 16:36:58 +11:00
parent aea1b4a97d
commit 84cb13e717
18 changed files with 131 additions and 45 deletions

BIN
Tilesets/delve.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

40
Tilesets/delve.png.import Normal file
View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ddl0kxl0inw6r"
path="res://.godot/imported/delve.png-40e6026d1cf9afeae402eb999ee408d1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Tilesets/delve.png"
dest_files=["res://.godot/imported/delve.png-40e6026d1cf9afeae402eb999ee408d1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

21
Tilesets/delve.tres Normal file
View File

@@ -0,0 +1,21 @@
[gd_resource type="TileSet" format=3 uid="uid://blw0jlvdxyhwl"]
[ext_resource type="Texture2D" uid="uid://ddl0kxl0inw6r" path="res://Tilesets/delve.png" id="1_rr07d"]
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_u3cyc"]
texture = ExtResource("1_rr07d")
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)
1:0/0 = 0
1:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16)
2:0/0 = 0
2:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-16, -16, 16, -16, 16, 16, -16, 16)
3:0/0 = 0
3: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 = 1
sources/4 = SubResource("TileSetAtlasSource_u3cyc")
tile_proxies/coords_level = [[0, Vector2i(0, 0)], [4, Vector2i(0, 0)], [1, Vector2i(0, 0)], [4, Vector2i(1, 0)], [2, Vector2i(0, 0)], [4, Vector2i(2, 0)], [3, Vector2i(0, 0)], [4, Vector2i(3, 0)]]

BIN
Tilesets/dirt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

40
Tilesets/dirt.png.import Normal file
View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cieabtlhmftbl"
path="res://.godot/imported/dirt.png-ff175a3e6b1e0d87d0f80d5ca7a3d29e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Tilesets/dirt.png"
dest_files=["res://.godot/imported/dirt.png-ff175a3e6b1e0d87d0f80d5ca7a3d29e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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/flowers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2r2gwnidyq4v"
path="res://.godot/imported/flowers.png-3b2a0cb3e9456a3ae7858b10d3c5311a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Tilesets/flowers.png"
dest_files=["res://.godot/imported/flowers.png-3b2a0cb3e9456a3ae7858b10d3c5311a.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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/grass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

40
Tilesets/grass.png.import Normal file
View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c0arwivh81qcc"
path="res://.godot/imported/grass.png-ebb29b2864d12698590ebedd095d35e5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Tilesets/grass.png"
dest_files=["res://.godot/imported/grass.png-ebb29b2864d12698590ebedd095d35e5.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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/rock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

40
Tilesets/rock.png.import Normal file
View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bujpi8tkb46a7"
path="res://.godot/imported/rock.png-e67c29acf7922836cae72f7c64ce4086.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Tilesets/rock.png"
dest_files=["res://.godot/imported/rock.png-e67c29acf7922836cae72f7c64ce4086.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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