Skip to content

Commit

Permalink
tileset overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Jun 13, 2024
1 parent d398e11 commit c5a2951
Show file tree
Hide file tree
Showing 11 changed files with 292 additions and 158 deletions.
2 changes: 1 addition & 1 deletion __tilesetter/world.tset

Large diffs are not rendered by default.

Binary file modified pets-gd/assets/textures/misc/World.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
388 changes: 244 additions & 144 deletions pets-gd/assets/tilesets/cliff-dirt/tileset_cliff-dirt.tres

Large diffs are not rendered by default.

Binary file modified pets-gd/assets/tilesets/dirt/tileset_dirt-grass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pets-gd/assets/tilesets/grass/tileset_grass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://0crnu58juskf"
path="res://.godot/imported/water-grass.png-d141eba3e9d2ba53a3fcbcd15de84dfd.ctex"
uid="uid://dffu5pa0gxqj6"
path="res://.godot/imported/tileset_grass.png-69b89722b1f5415199b918c6341d25bd.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/tilesets/water-grass/water-grass.png"
dest_files=["res://.godot/imported/water-grass.png-d141eba3e9d2ba53a3fcbcd15de84dfd.ctex"]
source_file="res://assets/tilesets/grass/tileset_grass.png"
dest_files=["res://.godot/imported/tileset_grass.png-69b89722b1f5415199b918c6341d25bd.ctex"]

[params]

Expand Down
Binary file removed pets-gd/assets/tilesets/water-grass/water-grass.png
Binary file not shown.
Binary file added pets-gd/assets/tilesets/water/tileset_water.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions pets-gd/assets/tilesets/water/tileset_water.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cbc6eseko5f5s"
path="res://.godot/imported/tileset_water.png-273125e263d4cee7b10ea5cc605e4509.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/tilesets/water/tileset_water.png"
dest_files=["res://.godot/imported/tileset_water.png-273125e263d4cee7b10ea5cc605e4509.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
2 changes: 1 addition & 1 deletion pets-gd/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ locale/fallback="en_US"
[rendering]

textures/canvas_textures/default_texture_filter=0
environment/defaults/default_clear_color=Color(0, 0.498039, 0.054902, 1)
environment/defaults/default_clear_color=Color(0, 0, 0, 1)
16 changes: 8 additions & 8 deletions pets-gd/scenes/world.tscn

Large diffs are not rendered by default.

0 comments on commit c5a2951

Please sign in to comment.