Added better brick tiles.

This commit is contained in:
jupfi 2025-02-07 22:02:02 +01:00
parent 5f9f2ac781
commit 89362f20a9
10 changed files with 1869 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before After
Before After

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bq8hqkshtslhc"
path="res://.godot/imported/concept.png-857d24bff675fd0a705022a6c0f66bf4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/concept/concept.png"
dest_files=["res://.godot/imported/concept.png-857d24bff675fd0a705022a6c0f66bf4.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

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://blx6wveir3flh"
path="res://.godot/imported/ice_tileset.png-0314ba49776eb1890a02fab62e7643a4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/tiles/ice_tileset.png"
dest_files=["res://.godot/imported/ice_tileset.png-0314ba49776eb1890a02fab62e7643a4.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

1796
map/world.tscn Normal file

File diff suppressed because one or more lines are too long

View file

@ -18,3 +18,7 @@ config/icon="res://icon.svg"
window/size/viewport_width=320
window/size/viewport_height=240
[rendering]
textures/canvas_textures/default_texture_filter=0

View file

@ -3,4 +3,5 @@
[ext_resource type="Texture2D" uid="uid://d3xugmmj38h6c" path="res://assets/ducks/duck_white.png" id="2_ohctk"]
[node name="Duck" type="Sprite2D"]
position = Vector2(35, 21)
texture = ExtResource("2_ohctk")