Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Apr 26, 2021
2 parents e6812d7 + 3d937dc commit 95950eb
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 2 deletions.
30 changes: 29 additions & 1 deletion environment/TileSet0.tres
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
3/texture = ExtResource( 1 )
3/tex_offset = Vector2( 0, 0 )
3/modulate = Color( 1, 1, 1, 1 )
3/region = Rect2( 288, 288, 32, 32 )
3/region = Rect2( 64, 320, 32, 32 )
3/tile_mode = 0
3/occluder_offset = Vector2( 0, 0 )
3/navigation_offset = Vector2( 0, 0 )
Expand Down Expand Up @@ -260,3 +260,31 @@ points = PoolVector2Array( 32, 32, 0, 32, 0, 0, 32, 0 )
15/shape_one_way_margin = 0.0
15/shapes = [ ]
15/z_index = 0
16/name = "tilemap.png 16"
16/texture = ExtResource( 1 )
16/tex_offset = Vector2( 0, 0 )
16/modulate = Color( 1, 1, 1, 1 )
16/region = Rect2( 160, 0, 128, 128 )
16/tile_mode = 0
16/occluder_offset = Vector2( 0, 0 )
16/navigation_offset = Vector2( 0, 0 )
16/shape_offset = Vector2( 0, 0 )
16/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
16/shape_one_way = false
16/shape_one_way_margin = 0.0
16/shapes = [ ]
16/z_index = 0
17/name = "smallGrass"
17/texture = ExtResource( 1 )
17/tex_offset = Vector2( 0, 0 )
17/modulate = Color( 1, 1, 1, 1 )
17/region = Rect2( 384, 256, 64, 64 )
17/tile_mode = 0
17/occluder_offset = Vector2( 0, 0 )
17/navigation_offset = Vector2( 0, 0 )
17/shape_offset = Vector2( 0, 0 )
17/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )
17/shape_one_way = false
17/shape_one_way_margin = 0.0
17/shapes = [ ]
17/z_index = 0
Binary file added environment/tilemap-41.png
Loading
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 environment/tilemap-41.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/tilemap-41.png-c0801264eadea1d9194ef922e7a2394e.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://environment/tilemap-41.png"
dest_files=[ "res://.import/tilemap-41.png-c0801264eadea1d9194ef922e7a2394e.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file modified environment/tilemap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion level/Level0Floor.tscn

Large diffs are not rendered by default.

0 comments on commit 95950eb

Please sign in to comment.